#94E5E2

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

Shades of Blizzard Blue #94E5E2

Tints of Blizzard Blue #94E5E2

Color information

#94E5E2 (or 0x94E5E2) is unknown color: approx Blizzard Blue. HEX triplet: 94, E5 and E2. RGB value is (148,229,226). Sum of RGB (Red+Green+Blue) = 148+229+226=603 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.54% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 229 - color contains mainly: green. Hex color #94E5E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E5E2 is #6B1A1D. Grayscale: #CCCCCC. Windows color (decimal): -7019038 or 14869908. OLE color: 14869908.

HSL color Cylindrical-coordinate representation of color #94E5E2: hue angle of 177.78º 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 #94E5E2 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB148229226-
CMYK0.3500.010.10
HSL177.78º60.9%73.92%-
HSV(B)177.78º35.37%89.8%-
XYZ53.9667.8382.2-
YUV204.44140.1687.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.54%
GREEN value IS 229 (89.84% from 255) = 37.98%
BLUE value IS 226 (88.67% from 255) = 37.48%
R=24.54%
G=37.98%
B=37.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1482292260.3500.010.10177.7860.973.92
Hex94E5E22301Ab23d4a
Octal22434534243011226275112
Binary100101001110010111100010100011011010101100101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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