#94E5EB

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

Shades of Blizzard Blue #94E5EB

Tints of Blizzard Blue #94E5EB

Color information

#94E5EB (or 0x94E5EB) is unknown color: approx Blizzard Blue. HEX triplet: 94, E5 and EB. RGB value is (148,229,235). Sum of RGB (Red+Green+Blue) = 148+229+235=612 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.18% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #94E5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94E5EB is #6B1A14. Grayscale: #CDCDCD. Windows color (decimal): -7019029 or 15459732. OLE color: 15459732.

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

Color convert

RGB148229235-
CMYK0.370.0300.08
HSL184.14º68.5%75.1%-
HSV(B)184.14º37.02%92.16%-
XYZ55.2368.3388.88-
YUV205.46144.6687.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.18%
GREEN value IS 229 (89.84% from 255) = 37.42%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=24.18%
G=37.42%
B=38.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482292350.370.0300.08184.1468.575.1
Hex94E5EB25308b8454b
Octal224345353453010270105113
Binary10010100111001011110101110010111010001011100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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