#93EAE4

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

Shades of Blizzard Blue #93EAE4

Tints of Blizzard Blue #93EAE4

Color information

#93EAE4 (or 0x93EAE4) is unknown color: approx Blizzard Blue. HEX triplet: 93, EA and E4. RGB value is (147,234,228). Sum of RGB (Red+Green+Blue) = 147+234+228=609 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.14% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #93EAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EAE4 is #6C151B. Grayscale: #CFCFCF. Windows color (decimal): -7083292 or 15002259. OLE color: 15002259.

HSL color Cylindrical-coordinate representation of color #93EAE4: hue angle of 175.86º 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 #93EAE4 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB147234228-
CMYK0.3700.030.08
HSL175.86º67.44%74.71%-
HSV(B)175.86º37.18%91.76%-
XYZ55.4670.6584.11-
YUV207.3139.6884.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.14%
GREEN value IS 234 (91.80% from 255) = 38.42%
BLUE value IS 228 (89.45% from 255) = 37.44%
R=24.14%
G=38.42%
B=37.44%

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
Decimal1472342280.3700.030.08175.8667.4474.71
Hex93EAE425038b0434b
Octal223352344450310260103113
Binary10010011111010101110010010010101110001011000010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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