#92ecfa

Color #92ECFA Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #92ECFA

Tints of Blizzard Blue #92ECFA

Color information

#92ECFA (or 0x92ECFA) is unknown color: approx Blizzard Blue. HEX triplet: 92, EC and FA. RGB value is (146,236,250). Sum of RGB (Red+Green+Blue) = 146+236+250=632 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.10% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #92ECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92ECFA is #6D1305. Grayscale: #D2D2D2. Windows color (decimal): -7148294 or 16444562. OLE color: 16444562.

HSL color Cylindrical-coordinate representation of color #92ECFA: hue angle of 188.08º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92ECFA is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146236250-
CMYK0.420.0600.02
HSL188.08º91.23%77.65%-
HSV(B)188.08º41.6%98.04%-
XYZ59.173101.42-
YUV210.69150.1881.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 23.10%
GREEN value IS 236 (92.58% from 255) = 37.34%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=23.10%
G=37.34%
B=39.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462362500.420.0600.02188.0891.2377.65
Hex92ECFA2A602bc5b4e
Octal22235437252602274133116
Binary1001001011101100111110101010101100101011110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ecfa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92ecfa; }

 p { color: rgb(146,236,250); }

 H1.HeaderClassName
 {
   color: #92ecfa;
 }
 .AnyTagClassName
 {
   color: #92ecfa;
 }
</style>
background-color css

<style>
 a { background-color: #92ecfa; }

 a { background-color: rgb(146,236,250); }

 div.DivClassName
 {
   background-color: #92ecfa;
 }
 .BgClassName
 {
   background-color: #92ecfa;
 }
</style>
border-color css

<style>
 span { border-color: #92ecfa; }

 span { border-color: rgb(146,236,250); }

 td.TdClassName
 {
   border-color: #92ecfa;
 }
 .TagClassName
 {
   border-color: #92ecfa;
 }
</style>