#94F0F7

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

Shades of Blizzard Blue #94F0F7

Tints of Blizzard Blue #94F0F7

Color information

#94F0F7 (or 0x94F0F7) is unknown color: approx Blizzard Blue. HEX triplet: 94, F0 and F7. RGB value is (148,240,247). Sum of RGB (Red+Green+Blue) = 148+240+247=635 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.31% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #94F0F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F0F7 is #6B0F08. Grayscale: #D5D5D5. Windows color (decimal): -7016201 or 16248980. OLE color: 16248980.

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

Color convert

RGB148240247-
CMYK0.400.0300.03
HSL184.24º86.09%77.45%-
HSV(B)184.24º40.08%96.86%-
XYZ60.1675.3399.37-
YUV213.29147.0281.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.31%
GREEN value IS 240 (94.14% from 255) = 37.80%
BLUE value IS 247 (96.88% from 255) = 38.90%
R=23.31%
G=37.80%
B=38.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482402470.400.0300.03184.2486.0977.45
Hex94F0F728303b8564d
Octal22436036750303270126115
Binary100101001111000011110111101000110111011100010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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