#94EAE1

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

Shades of Blizzard Blue #94EAE1

Tints of Blizzard Blue #94EAE1

Color information

#94EAE1 (or 0x94EAE1) is unknown color: approx Blizzard Blue. HEX triplet: 94, EA and E1. RGB value is (148,234,225). Sum of RGB (Red+Green+Blue) = 148+234+225=607 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.38% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #94EAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EAE1 is #6B151E. Grayscale: #CFCFCF. Windows color (decimal): -7017759 or 14805652. OLE color: 14805652.

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

Color convert

RGB148234225-
CMYK0.3700.040.08
HSL173.72º67.19%74.9%-
HSV(B)173.72º36.75%91.76%-
XYZ55.2370.5881.95-
YUV207.26138.0185.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.38%
GREEN value IS 234 (91.80% from 255) = 38.55%
BLUE value IS 225 (88.28% from 255) = 37.07%
R=24.38%
G=38.55%
B=37.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482342250.3700.040.08173.7267.1974.9
Hex94EAE125048ae434b
Octal224352341450410256103113
Binary100101001110101011100001100101010010001010111010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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