#93def2

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

Shades of Blizzard Blue #93DEF2

Tints of Blizzard Blue #93DEF2

Color information

#93DEF2 (or 0x93DEF2) is unknown color: approx Blizzard Blue. HEX triplet: 93, DE and F2. RGB value is (147,222,242). Sum of RGB (Red+Green+Blue) = 147+222+242=611 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.06% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #93DEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DEF2 is #6C210D. Grayscale: #C9C9C9. Windows color (decimal): -7086350 or 15916691. OLE color: 15916691.

HSL color Cylindrical-coordinate representation of color #93DEF2: hue angle of 192.63º degrees, saturation: 0.79, 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 #93DEF2 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147222242-
CMYK0.390.0800.05
HSL192.63º78.51%76.27%-
HSV(B)192.63º39.26%94.9%-
XYZ54.1864.8693.67-
YUV201.86150.6588.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.06%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 242 (94.92% from 255) = 39.61%
R=24.06%
G=36.33%
B=39.61%

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
Decimal1472222420.390.0800.05192.6378.5176.27
Hex93DEF227805c14f4c
Octal223336362471005301117114
Binary100100111101111011110010100111100001011100000110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93def2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,222,242); }

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

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

 a { background-color: rgb(147,222,242); }

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

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

 span { border-color: rgb(147,222,242); }

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