#94EAE2

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

Shades of Blizzard Blue #94EAE2

Tints of Blizzard Blue #94EAE2

Color information

#94EAE2 (or 0x94EAE2) is unknown color: approx Blizzard Blue. HEX triplet: 94, EA and E2. RGB value is (148,234,226). Sum of RGB (Red+Green+Blue) = 148+234+226=608 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.34% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 226 (88.67% from 255 or 37.17% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #94EAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EAE2 is #6B151D. Grayscale: #CFCFCF. Windows color (decimal): -7017758 or 14871188. OLE color: 14871188.

HSL color Cylindrical-coordinate representation of color #94EAE2: hue angle of 174.42º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EAE2 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB148234226-
CMYK0.3700.030.08
HSL174.42º67.19%74.9%-
HSV(B)174.42º36.75%91.76%-
XYZ55.3670.6382.67-
YUV207.37138.5185.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.34%
GREEN value IS 234 (91.80% from 255) = 38.49%
BLUE value IS 226 (88.67% from 255) = 37.17%
R=24.34%
G=38.49%
B=37.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482342260.3700.030.08174.4267.1974.9
Hex94EAE225038ae434b
Octal224352342450310256103113
Binary10010100111010101110001010010101110001010111010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,234,226); }

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

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

 a { background-color: rgb(148,234,226); }

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

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

 span { border-color: rgb(148,234,226); }

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