#93DDF1

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

Shades of Blizzard Blue #93DDF1

Tints of Blizzard Blue #93DDF1

Color information

#93DDF1 (or 0x93DDF1) is unknown color: approx Blizzard Blue. HEX triplet: 93, DD and F1. RGB value is (147,221,241). Sum of RGB (Red+Green+Blue) = 147+221+241=609 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.14% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #93DDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DDF1 is #6C220E. Grayscale: #C8C8C8. Windows color (decimal): -7086607 or 15850899. OLE color: 15850899.

HSL color Cylindrical-coordinate representation of color #93DDF1: hue angle of 192.77º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93DDF1 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147221241-
CMYK0.390.0800.05
HSL192.77º77.05%76.08%-
HSV(B)192.77º39%94.51%-
XYZ53.7764.2792.79-
YUV201.15150.4889.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.14%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 241 (94.53% from 255) = 39.57%
R=24.14%
G=36.29%
B=39.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472212410.390.0800.05192.7777.0576.08
Hex93DDF127805c14d4c
Octal223335361471005301115114
Binary100100111101110111110001100111100001011100000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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