#92E1F2

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

Shades of Blizzard Blue #92E1F2

Tints of Blizzard Blue #92E1F2

Color information

#92E1F2 (or 0x92E1F2) is unknown color: approx Blizzard Blue. HEX triplet: 92, E1 and F2. RGB value is (146,225,242). Sum of RGB (Red+Green+Blue) = 146+225+242=613 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.82% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #92E1F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E1F2 is #6D1E0D. Grayscale: #CBCBCB. Windows color (decimal): -7151118 or 15917458. OLE color: 15917458.

HSL color Cylindrical-coordinate representation of color #92E1F2: hue angle of 190.62º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92E1F2 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146225242-
CMYK0.400.0700.05
HSL190.62º78.69%76.08%-
HSV(B)190.62º39.67%94.9%-
XYZ54.8166.3793.93-
YUV203.32149.8387.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.82%
GREEN value IS 225 (88.28% from 255) = 36.70%
BLUE value IS 242 (94.92% from 255) = 39.48%
R=23.82%
G=36.70%
B=39.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462252420.400.0700.05190.6278.6976.08
Hex92E1F228705bf4f4c
Octal22234136250705277117114
Binary10010010111000011111001010100011101011011111110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,225,242); }

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

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

 a { background-color: rgb(146,225,242); }

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

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

 span { border-color: rgb(146,225,242); }

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