#93EEE2

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

Shades of Blizzard Blue #93EEE2

Tints of Blizzard Blue #93EEE2

Color information

#93EEE2 (or 0x93EEE2) is unknown color: approx Blizzard Blue. HEX triplet: 93, EE and E2. RGB value is (147,238,226). Sum of RGB (Red+Green+Blue) = 147+238+226=611 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.06% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 226 (88.67% from 255 or 36.99% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #93EEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EEE2 is #6C111D. Grayscale: #D1D1D1. Windows color (decimal): -7082270 or 14872211. OLE color: 14872211.

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

Color convert

RGB147238226-
CMYK0.3800.050.07
HSL172.09º72.8%75.49%-
HSV(B)172.09º38.24%93.33%-
XYZ56.3372.8483.04-
YUV209.42137.3583.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.06%
GREEN value IS 238 (93.36% from 255) = 38.95%
BLUE value IS 226 (88.67% from 255) = 36.99%
R=24.06%
G=38.95%
B=36.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472382260.3800.050.07172.0972.875.49
Hex93EEE226057ac494b
Octal22335634246057254111113
Binary10010011111011101110001010011001011111010110010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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