#93e9e0

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

Shades of Blizzard Blue #93E9E0

Tints of Blizzard Blue #93E9E0

Color information

#93E9E0 (or 0x93E9E0) is unknown color: approx Blizzard Blue. HEX triplet: 93, E9 and E0. RGB value is (147,233,224). Sum of RGB (Red+Green+Blue) = 147+233+224=604 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.34% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #93E9E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E9E0 is #6C161F. Grayscale: #CECECE. Windows color (decimal): -7083552 or 14739859. OLE color: 14739859.

HSL color Cylindrical-coordinate representation of color #93E9E0: hue angle of 173.72º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93E9E0 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB147233224-
CMYK0.3700.040.09
HSL173.72º66.15%74.51%-
HSV(B)173.72º36.91%91.37%-
XYZ54.6369.8681.13-
YUV206.26138.0185.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.34%
GREEN value IS 233 (91.41% from 255) = 38.58%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=24.34%
G=38.58%
B=37.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1472332240.3700.040.09173.7266.1574.51
Hex93E9E025049ae424b
Octal223351340450411256102113
Binary100100111110100111100000100101010010011010111010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93e9e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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