#93ECF9

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

Shades of Blizzard Blue #93ECF9

Tints of Blizzard Blue #93ECF9

Color information

#93ECF9 (or 0x93ECF9) is unknown color: approx Blizzard Blue. HEX triplet: 93, EC and F9. RGB value is (147,236,249). Sum of RGB (Red+Green+Blue) = 147+236+249=632 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.26% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #93ECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93ECF9 is #6C1306. Grayscale: #D2D2D2. Windows color (decimal): -7082759 or 16379027. OLE color: 16379027.

HSL color Cylindrical-coordinate representation of color #93ECF9: hue angle of 187.65º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93ECF9 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147236249-
CMYK0.410.0500.02
HSL187.65º89.47%77.65%-
HSV(B)187.65º40.96%97.65%-
XYZ59.1373.03100.6-
YUV210.87149.5182.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.26%
GREEN value IS 236 (92.58% from 255) = 37.34%
BLUE value IS 249 (97.66% from 255) = 39.40%
R=23.26%
G=37.34%
B=39.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472362490.410.0500.02187.6589.4777.65
Hex93ECF929502bc594e
Octal22335437151502274131116
Binary1001001111101100111110011010011010101011110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,236,249); }

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

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

 a { background-color: rgb(147,236,249); }

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

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

 span { border-color: rgb(147,236,249); }

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