#93EEE6

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

Shades of Blizzard Blue #93EEE6

Tints of Blizzard Blue #93EEE6

Color information

#93EEE6 (or 0x93EEE6) is unknown color: approx Blizzard Blue. HEX triplet: 93, EE and E6. RGB value is (147,238,230). Sum of RGB (Red+Green+Blue) = 147+238+230=615 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.90% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #93EEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EEE6 is #6C1119. Grayscale: #D1D1D1. Windows color (decimal): -7082266 or 15134355. OLE color: 15134355.

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

Color convert

RGB147238230-
CMYK0.3800.030.07
HSL174.73º72.8%75.49%-
HSV(B)174.73º38.24%93.33%-
XYZ56.8973.0785.97-
YUV209.88139.3583.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.90%
GREEN value IS 238 (93.36% from 255) = 38.70%
BLUE value IS 230 (90.23% from 255) = 37.40%
R=23.90%
G=38.70%
B=37.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472382300.3800.030.07174.7372.875.49
Hex93EEE626037af494b
Octal22335634646037257111113
Binary1001001111101110111001101001100111111010111110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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