#93EAE3

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

Shades of Blizzard Blue #93EAE3

Tints of Blizzard Blue #93EAE3

Color information

#93EAE3 (or 0x93EAE3) is unknown color: approx Blizzard Blue. HEX triplet: 93, EA and E3. RGB value is (147,234,227). Sum of RGB (Red+Green+Blue) = 147+234+227=608 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.18% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #93EAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EAE3 is #6C151C. Grayscale: #CFCFCF. Windows color (decimal): -7083293 or 14936723. OLE color: 14936723.

HSL color Cylindrical-coordinate representation of color #93EAE3: hue angle of 175.17º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EAE3 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB147234227-
CMYK0.3700.030.08
HSL175.17º67.44%74.71%-
HSV(B)175.17º37.18%91.76%-
XYZ55.3270.5983.38-
YUV207.19139.1885.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.18%
GREEN value IS 234 (91.80% from 255) = 38.49%
BLUE value IS 227 (89.06% from 255) = 37.34%
R=24.18%
G=38.49%
B=37.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472342270.3700.030.08175.1767.4474.71
Hex93EAE325038af434b
Octal223352343450310257103113
Binary10010011111010101110001110010101110001010111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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