#93E8F0

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

Shades of Blizzard Blue #93E8F0

Tints of Blizzard Blue #93E8F0

Color information

#93E8F0 (or 0x93E8F0) is unknown color: approx Blizzard Blue. HEX triplet: 93, E8 and F0. RGB value is (147,232,240). Sum of RGB (Red+Green+Blue) = 147+232+240=619 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.75% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #93E8F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93E8F0 is #6C170F. Grayscale: #CFCFCF. Windows color (decimal): -7083792 or 15788179. OLE color: 15788179.

HSL color Cylindrical-coordinate representation of color #93E8F0: hue angle of 185.16º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93E8F0 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB147232240-
CMYK0.390.0300.06
HSL185.16º75.61%75.88%-
HSV(B)185.16º38.75%94.12%-
XYZ56.6270.2193.01-
YUV207.5146.3484.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.75%
GREEN value IS 232 (91.02% from 255) = 37.48%
BLUE value IS 240 (94.14% from 255) = 38.77%
R=23.75%
G=37.48%
B=38.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472322400.390.0300.06185.1675.6175.88
Hex93E8F027306b94c4c
Octal22335036047306271114114
Binary1001001111101000111100001001111101101011100110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,232,240); }

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

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

 a { background-color: rgb(147,232,240); }

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

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

 span { border-color: rgb(147,232,240); }

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