#94DDEB

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

Shades of Blizzard Blue #94DDEB

Tints of Blizzard Blue #94DDEB

Color information

#94DDEB (or 0x94DDEB) is unknown color: approx Blizzard Blue. HEX triplet: 94, DD and EB. RGB value is (148,221,235). Sum of RGB (Red+Green+Blue) = 148+221+235=604 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.50% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #94DDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DDEB is #6B2214. Grayscale: #C8C8C8. Windows color (decimal): -7021077 or 15457684. OLE color: 15457684.

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

Color convert

RGB148221235-
CMYK0.370.0600.08
HSL189.66º68.5%75.1%-
HSV(B)189.66º37.02%92.16%-
XYZ53.0664.0188.16-
YUV200.77147.3290.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.50%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=24.50%
G=36.59%
B=38.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482212350.370.0600.08189.6668.575.1
Hex94DDEB25608be454b
Octal224335353456010276105113
Binary100101001101110111101011100101110010001011111010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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