#94EAE3

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

Shades of Blizzard Blue #94EAE3

Tints of Blizzard Blue #94EAE3

Color information

#94EAE3 (or 0x94EAE3) is unknown color: approx Blizzard Blue. HEX triplet: 94, EA and E3. RGB value is (148,234,227). Sum of RGB (Red+Green+Blue) = 148+234+227=609 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.30% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 227 (89.06% from 255 or 37.27% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #94EAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EAE3 is #6B151C. Grayscale: #CFCFCF. Windows color (decimal): -7017757 or 14936724. OLE color: 14936724.

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

Color convert

RGB148234227-
CMYK0.3700.030.08
HSL175.12º67.19%74.9%-
HSV(B)175.12º36.75%91.76%-
XYZ55.570.6983.39-
YUV207.49139.0185.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.30%
GREEN value IS 234 (91.80% from 255) = 38.42%
BLUE value IS 227 (89.06% from 255) = 37.27%
R=24.30%
G=38.42%
B=37.27%

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
Decimal1482342270.3700.030.08175.1267.1974.9
Hex94EAE325038af434b
Octal224352343450310257103113
Binary10010100111010101110001110010101110001010111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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