#93e8ee

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

Shades of Blizzard Blue #93E8EE

Tints of Blizzard Blue #93E8EE

Color information

#93E8EE (or 0x93E8EE) is unknown color: approx Blizzard Blue. HEX triplet: 93, E8 and EE. RGB value is (147,232,238). Sum of RGB (Red+Green+Blue) = 147+232+238=617 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.82% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #93E8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93E8EE is #6C1711. Grayscale: #CFCFCF. Windows color (decimal): -7083794 or 15657107. OLE color: 15657107.

HSL color Cylindrical-coordinate representation of color #93E8EE: hue angle of 183.96º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93E8EE is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147232238-
CMYK0.380.0300.07
HSL183.96º72.8%75.49%-
HSV(B)183.96º38.24%93.33%-
XYZ56.3270.0991.45-
YUV207.27145.3485.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.82%
GREEN value IS 232 (91.02% from 255) = 37.60%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=23.82%
G=37.60%
B=38.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472322380.380.0300.07183.9672.875.49
Hex93E8EE26307b8494b
Octal22335035646307270111113
Binary1001001111101000111011101001101101111011100010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93e8ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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