#93E3EF

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

Shades of Blizzard Blue #93E3EF

Tints of Blizzard Blue #93E3EF

Color information

#93E3EF (or 0x93E3EF) is unknown color: approx Blizzard Blue. HEX triplet: 93, E3 and EF. RGB value is (147,227,239). Sum of RGB (Red+Green+Blue) = 147+227+239=613 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.98% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #93E3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E3EF is #6C1C10. Grayscale: #CCCCCC. Windows color (decimal): -7085073 or 15721363. OLE color: 15721363.

HSL color Cylindrical-coordinate representation of color #93E3EF: hue angle of 187.83º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93E3EF is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB147227239-
CMYK0.380.0500.06
HSL187.83º74.19%75.69%-
HSV(B)187.83º38.49%93.73%-
XYZ55.0867.3791.76-
YUV204.45147.587.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.98%
GREEN value IS 227 (89.06% from 255) = 37.03%
BLUE value IS 239 (93.75% from 255) = 38.99%
R=23.98%
G=37.03%
B=38.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472272390.380.0500.06187.8374.1975.69
Hex93E3EF26506bc4a4c
Octal22334335746506274112114
Binary10010011111000111110111110011010101101011110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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