#93ECE6

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

Shades of Blizzard Blue #93ECE6

Tints of Blizzard Blue #93ECE6

Color information

#93ECE6 (or 0x93ECE6) is unknown color: approx Blizzard Blue. HEX triplet: 93, EC and E6. RGB value is (147,236,230). Sum of RGB (Red+Green+Blue) = 147+236+230=613 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.98% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93ECE6 is #6C1319. Grayscale: #D0D0D0. Windows color (decimal): -7082778 or 15133843. OLE color: 15133843.

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

Color convert

RGB147236230-
CMYK0.3800.030.07
HSL175.96º70.08%75.1%-
HSV(B)175.96º37.71%92.55%-
XYZ56.3171.9185.77-
YUV208.7140.0183.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.98%
GREEN value IS 236 (92.58% from 255) = 38.50%
BLUE value IS 230 (90.23% from 255) = 37.52%
R=23.98%
G=38.50%
B=37.52%

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
Decimal1472362300.3800.030.07175.9670.0875.1
Hex93ECE626037b0464b
Octal22335434646037260106113
Binary1001001111101100111001101001100111111011000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ECE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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