#94E1E5

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

Shades of Blizzard Blue #94E1E5

Tints of Blizzard Blue #94E1E5

Color information

#94E1E5 (or 0x94E1E5) is unknown color: approx Blizzard Blue. HEX triplet: 94, E1 and E5. RGB value is (148,225,229). Sum of RGB (Red+Green+Blue) = 148+225+229=602 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.58% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #94E1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E1E5 is #6B1E1A. Grayscale: #CACACA. Windows color (decimal): -7020059 or 15065492. OLE color: 15065492.

HSL color Cylindrical-coordinate representation of color #94E1E5: hue angle of 182.96º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E1E5 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB148225229-
CMYK0.350.0200.10
HSL182.96º60.9%73.92%-
HSV(B)182.96º35.37%89.8%-
XYZ53.2865.884.02-
YUV202.43142.9989.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.58%
GREEN value IS 225 (88.28% from 255) = 37.38%
BLUE value IS 229 (89.84% from 255) = 38.04%
R=24.58%
G=37.38%
B=38.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1482252290.350.0200.10182.9660.973.92
Hex94E1E52320Ab73d4a
Octal22434134543201226775112
Binary1001010011100001111001011000111001010101101111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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