#94EFE6

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

Shades of Blizzard Blue #94EFE6

Tints of Blizzard Blue #94EFE6

Color information

#94EFE6 (or 0x94EFE6) is unknown color: approx Blizzard Blue. HEX triplet: 94, EF and E6. RGB value is (148,239,230). Sum of RGB (Red+Green+Blue) = 148+239+230=617 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.99% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EFE6 is #6B1019. Grayscale: #D2D2D2. Windows color (decimal): -7016474 or 15134612. OLE color: 15134612.

HSL color Cylindrical-coordinate representation of color #94EFE6: hue angle of 174.07º 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 #94EFE6 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB148239230-
CMYK0.3800.040.06
HSL174.07º73.98%75.88%-
HSV(B)174.07º38.08%93.73%-
XYZ57.3673.7486.07-
YUV210.76138.8583.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.99%
GREEN value IS 239 (93.75% from 255) = 38.74%
BLUE value IS 230 (90.23% from 255) = 37.28%
R=23.99%
G=38.74%
B=37.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482392300.3800.040.06174.0773.9875.88
Hex94EFE626046ae4a4c
Octal22435734646046256112114
Binary10010100111011111110011010011001001101010111010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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