#93ECE3

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

Shades of Blizzard Blue #93ECE3

Tints of Blizzard Blue #93ECE3

Color information

#93ECE3 (or 0x93ECE3) is unknown color: approx Blizzard Blue. HEX triplet: 93, EC and E3. RGB value is (147,236,227). Sum of RGB (Red+Green+Blue) = 147+236+227=610 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.10% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECE3 is #6C131C. Grayscale: #D0D0D0. Windows color (decimal): -7082781 or 14937235. OLE color: 14937235.

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

Color convert

RGB147236227-
CMYK0.3800.040.07
HSL173.93º70.08%75.1%-
HSV(B)173.93º37.71%92.55%-
XYZ55.8971.7483.57-
YUV208.36138.5184.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.10%
GREEN value IS 236 (92.58% from 255) = 38.69%
BLUE value IS 227 (89.06% from 255) = 37.21%
R=24.10%
G=38.69%
B=37.21%

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
Decimal1472362270.3800.040.07173.9370.0875.1
Hex93ECE326047ae464b
Octal22335434346047256106113
Binary10010011111011001110001110011001001111010111010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ECE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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