#94EAED

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

Shades of Blizzard Blue #94EAED

Tints of Blizzard Blue #94EAED

Color information

#94EAED (or 0x94EAED) is unknown color: approx Blizzard Blue. HEX triplet: 94, EA and ED. RGB value is (148,234,237). Sum of RGB (Red+Green+Blue) = 148+234+237=619 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.91% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #94EAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EAED is #6B1512. Grayscale: #D0D0D0. Windows color (decimal): -7017747 or 15592084. OLE color: 15592084.

HSL color Cylindrical-coordinate representation of color #94EAED: hue angle of 182.02º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EAED is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148234237-
CMYK0.380.0100.07
HSL182.02º71.2%75.49%-
HSV(B)182.02º37.55%92.94%-
XYZ56.9271.2690.87-
YUV208.63144.0184.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.91%
GREEN value IS 234 (91.80% from 255) = 37.80%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=23.91%
G=37.80%
B=38.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482342370.380.0100.07182.0271.275.49
Hex94EAED26107b6474b
Octal22435235546107266107113
Binary100101001110101011101101100110101111011011010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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