#92F0F7

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

Shades of Blizzard Blue #92F0F7

Tints of Blizzard Blue #92F0F7

Color information

#92F0F7 (or 0x92F0F7) is unknown color: approx Blizzard Blue. HEX triplet: 92, F0 and F7. RGB value is (146,240,247). Sum of RGB (Red+Green+Blue) = 146+240+247=633 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.06% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 247 (96.88% from 255 or 39.02% from 633); Max value from RGB is 247 - color contains mainly: blue. Hex color #92F0F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F0F7 is #6D0F08. Grayscale: #D4D4D4. Windows color (decimal): -7147273 or 16248978. OLE color: 16248978.

HSL color Cylindrical-coordinate representation of color #92F0F7: hue angle of 184.16º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F0F7 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB146240247-
CMYK0.410.0300.03
HSL184.16º86.32%77.06%-
HSV(B)184.16º40.89%96.86%-
XYZ59.875.1599.35-
YUV212.69147.3680.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.06%
GREEN value IS 240 (94.14% from 255) = 37.91%
BLUE value IS 247 (96.88% from 255) = 39.02%
R=23.06%
G=37.91%
B=39.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1462402470.410.0300.03184.1686.3277.06
Hex92F0F729303b8564d
Octal22236036751303270126115
Binary100100101111000011110111101001110111011100010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,240,247); }

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

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

 a { background-color: rgb(146,240,247); }

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

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

 span { border-color: rgb(146,240,247); }

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