#94EDEA

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

Shades of Blizzard Blue #94EDEA

Tints of Blizzard Blue #94EDEA

Color information

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

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

Color convert

RGB148237234-
CMYK0.3800.010.07
HSL177.98º71.2%75.49%-
HSV(B)177.98º37.55%92.94%-
XYZ57.3572.888.87-
YUV210.05141.5183.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482372340.3800.010.07177.9871.275.49
Hex94EDEA26017b2474b
Octal22435535246017262107113
Binary100101001110110111101010100110011111011001010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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