#94DDF0

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

Shades of Blizzard Blue #94DDF0

Tints of Blizzard Blue #94DDF0

Color information

#94DDF0 (or 0x94DDF0) is unknown color: approx Blizzard Blue. HEX triplet: 94, DD and F0. RGB value is (148,221,240). Sum of RGB (Red+Green+Blue) = 148+221+240=609 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.30% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 240 - color contains mainly: blue. Hex color #94DDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DDF0 is #6B220F. Grayscale: #C9C9C9. Windows color (decimal): -7021072 or 15785364. OLE color: 15785364.

HSL color Cylindrical-coordinate representation of color #94DDF0: hue angle of 192.39º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94DDF0 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB148221240-
CMYK0.380.0800.06
HSL192.39º75.41%76.08%-
HSV(B)192.39º38.33%94.12%-
XYZ53.864.392.01-
YUV201.34149.8289.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.30%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 240 (94.14% from 255) = 39.41%
R=24.30%
G=36.29%
B=39.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482212400.380.0800.06192.3975.4176.08
Hex94DDF026806c04b4c
Octal224335360461006300113114
Binary100101001101110111110000100110100001101100000010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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