#94EFF7

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

Shades of Blizzard Blue #94EFF7

Tints of Blizzard Blue #94EFF7

Color information

#94EFF7 (or 0x94EFF7) is unknown color: approx Blizzard Blue. HEX triplet: 94, EF and F7. RGB value is (148,239,247). Sum of RGB (Red+Green+Blue) = 148+239+247=634 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.34% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 247 (96.88% from 255 or 38.96% from 634); Max value from RGB is 247 - color contains mainly: blue. Hex color #94EFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EFF7 is #6B1008. Grayscale: #D4D4D4. Windows color (decimal): -7016457 or 16248724. OLE color: 16248724.

HSL color Cylindrical-coordinate representation of color #94EFF7: hue angle of 184.85º 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 #94EFF7 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB148239247-
CMYK0.400.0300.03
HSL184.85º86.09%77.45%-
HSV(B)184.85º40.08%96.86%-
XYZ59.8774.7499.27-
YUV212.7147.3581.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.34%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 247 (96.88% from 255) = 38.96%
R=23.34%
G=37.70%
B=38.96%

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
Decimal1482392470.400.0300.03184.8586.0977.45
Hex94EFF728303b9564d
Octal22435736750303271126115
Binary100101001110111111110111101000110111011100110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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