#94EFEC

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

Shades of Blizzard Blue #94EFEC

Tints of Blizzard Blue #94EFEC

Color information

#94EFEC (or 0x94EFEC) is unknown color: approx Blizzard Blue. HEX triplet: 94, EF and EC. RGB value is (148,239,236). Sum of RGB (Red+Green+Blue) = 148+239+236=623 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.76% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EFEC is #6B1013. Grayscale: #D3D3D3. Windows color (decimal): -7016468 or 15527828. OLE color: 15527828.

HSL color Cylindrical-coordinate representation of color #94EFEC: hue angle of 178.02º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EFEC is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB148239236-
CMYK0.3800.010.06
HSL178.02º73.98%75.88%-
HSV(B)178.02º38.08%93.73%-
XYZ58.2274.0990.59-
YUV211.45141.8582.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.76%
GREEN value IS 239 (93.75% from 255) = 38.36%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=23.76%
G=38.36%
B=37.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482392360.3800.010.06178.0273.9875.88
Hex94EFEC26016b24a4c
Octal22435735446016262112114
Binary100101001110111111101100100110011101011001010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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