#93E9F7

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

Shades of Blizzard Blue #93E9F7

Tints of Blizzard Blue #93E9F7

Color information

#93E9F7 (or 0x93E9F7) is unknown color: approx Blizzard Blue. HEX triplet: 93, E9 and F7. RGB value is (147,233,247). Sum of RGB (Red+Green+Blue) = 147+233+247=627 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.44% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 247 - color contains mainly: blue. Hex color #93E9F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93E9F7 is #6C1608. Grayscale: #D0D0D0. Windows color (decimal): -7083529 or 16247187. OLE color: 16247187.

HSL color Cylindrical-coordinate representation of color #93E9F7: hue angle of 188.4º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93E9F7 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB147233247-
CMYK0.400.0600.03
HSL188.4º86.21%77.25%-
HSV(B)188.4º40.49%96.86%-
XYZ57.9671.298.68-
YUV208.88149.5183.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.44%
GREEN value IS 233 (91.41% from 255) = 37.16%
BLUE value IS 247 (96.88% from 255) = 39.39%
R=23.44%
G=37.16%
B=39.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472332470.400.0600.03188.486.2177.25
Hex93E9F728603bc564d
Octal22335136750603274126115
Binary1001001111101001111101111010001100111011110010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,233,247); }

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

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

 a { background-color: rgb(147,233,247); }

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

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

 span { border-color: rgb(147,233,247); }

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