#93E8E3

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

Shades of Blizzard Blue #93E8E3

Tints of Blizzard Blue #93E8E3

Color information

#93E8E3 (or 0x93E8E3) is unknown color: approx Blizzard Blue. HEX triplet: 93, E8 and E3. RGB value is (147,232,227). Sum of RGB (Red+Green+Blue) = 147+232+227=606 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.26% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #93E8E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E8E3 is #6C171C. Grayscale: #CDCDCD. Windows color (decimal): -7083805 or 14936211. OLE color: 14936211.

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

Color convert

RGB147232227-
CMYK0.3700.020.09
HSL176.47º64.89%74.31%-
HSV(B)176.47º36.64%90.98%-
XYZ54.7569.4683.19-
YUV206.02139.8485.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.26%
GREEN value IS 232 (91.02% from 255) = 38.28%
BLUE value IS 227 (89.06% from 255) = 37.46%
R=24.26%
G=38.28%
B=37.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1472322270.3700.020.09176.4764.8974.31
Hex93E8E325029b0414a
Octal223350343450211260101112
Binary10010011111010001110001110010101010011011000010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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