#93ECE1

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

Shades of Blizzard Blue #93ECE1

Tints of Blizzard Blue #93ECE1

Color information

#93ECE1 (or 0x93ECE1) is unknown color: approx Blizzard Blue. HEX triplet: 93, EC and E1. RGB value is (147,236,225). Sum of RGB (Red+Green+Blue) = 147+236+225=608 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.18% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECE1 is #6C131E. Grayscale: #D0D0D0. Windows color (decimal): -7082783 or 14806163. OLE color: 14806163.

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

Color convert

RGB147236225-
CMYK0.3800.050.07
HSL172.58º70.08%75.1%-
HSV(B)172.58º37.71%92.55%-
XYZ55.6271.6382.13-
YUV208.14137.5184.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.18%
GREEN value IS 236 (92.58% from 255) = 38.82%
BLUE value IS 225 (88.28% from 255) = 37.01%
R=24.18%
G=38.82%
B=37.01%

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
Decimal1472362250.3800.050.07172.5870.0875.1
Hex93ECE126057ad464b
Octal22335434146057255106113
Binary10010011111011001110000110011001011111010110110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,236,225); }

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

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

 a { background-color: rgb(147,236,225); }

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

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

 span { border-color: rgb(147,236,225); }

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