#93DDEA

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

Shades of Blizzard Blue #93DDEA

Tints of Blizzard Blue #93DDEA

Color information

#93DDEA (or 0x93DDEA) is unknown color: approx Blizzard Blue. HEX triplet: 93, DD and EA. RGB value is (147,221,234). Sum of RGB (Red+Green+Blue) = 147+221+234=602 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.42% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #93DDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DDEA is #6C2215. Grayscale: #C8C8C8. Windows color (decimal): -7086614 or 15392147. OLE color: 15392147.

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

Color convert

RGB147221234-
CMYK0.370.0600.08
HSL188.97º67.44%74.71%-
HSV(B)188.97º37.18%91.76%-
XYZ52.7463.8687.39-
YUV200.36146.9889.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.42%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=24.42%
G=36.71%
B=38.87%

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
Decimal1472212340.370.0600.08188.9767.4474.71
Hex93DDEA25608bd434b
Octal223335352456010275103113
Binary100100111101110111101010100101110010001011110110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93DDEA; }

 p { color: rgb(147,221,234); }

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

<style>
 a { background-color: #93DDEA; }

 a { background-color: rgb(147,221,234); }

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

<style>
 span { border-color: #93DDEA; }

 span { border-color: rgb(147,221,234); }

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