#93EEE5

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

Shades of Blizzard Blue #93EEE5

Tints of Blizzard Blue #93EEE5

Color information

#93EEE5 (or 0x93EEE5) is unknown color: approx Blizzard Blue. HEX triplet: 93, EE and E5. RGB value is (147,238,229). Sum of RGB (Red+Green+Blue) = 147+238+229=614 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.94% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #93EEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EEE5 is #6C111A. Grayscale: #D1D1D1. Windows color (decimal): -7082267 or 15068819. OLE color: 15068819.

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

Color convert

RGB147238229-
CMYK0.3800.040.07
HSL174.07º72.8%75.49%-
HSV(B)174.07º38.24%93.33%-
XYZ56.7573.0185.23-
YUV209.76138.8583.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.94%
GREEN value IS 238 (93.36% from 255) = 38.76%
BLUE value IS 229 (89.84% from 255) = 37.30%
R=23.94%
G=38.76%
B=37.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472382290.3800.040.07174.0772.875.49
Hex93EEE526047ae494b
Octal22335634546047256111113
Binary10010011111011101110010110011001001111010111010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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