#93E3EB

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

Shades of Blizzard Blue #93E3EB

Tints of Blizzard Blue #93E3EB

Color information

#93E3EB (or 0x93E3EB) is unknown color: approx Blizzard Blue. HEX triplet: 93, E3 and EB. RGB value is (147,227,235). Sum of RGB (Red+Green+Blue) = 147+227+235=609 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.14% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #93E3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E3EB is #6C1C14. Grayscale: #CBCBCB. Windows color (decimal): -7085077 or 15459219. OLE color: 15459219.

HSL color Cylindrical-coordinate representation of color #93E3EB: hue angle of 185.45º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93E3EB is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147227235-
CMYK0.370.0300.08
HSL185.45º68.75%74.9%-
HSV(B)185.45º37.45%92.16%-
XYZ54.567.1488.68-
YUV203.99145.587.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.14%
GREEN value IS 227 (89.06% from 255) = 37.27%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=24.14%
G=37.27%
B=38.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472272350.370.0300.08185.4568.7574.9
Hex93E3EB25308b9454b
Octal223343353453010271105113
Binary10010011111000111110101110010111010001011100110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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