#93E7EF

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

Shades of Blizzard Blue #93E7EF

Tints of Blizzard Blue #93E7EF

Color information

#93E7EF (or 0x93E7EF) is unknown color: approx Blizzard Blue. HEX triplet: 93, E7 and EF. RGB value is (147,231,239). Sum of RGB (Red+Green+Blue) = 147+231+239=617 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.82% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #93E7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93E7EF is #6C1810. Grayscale: #CECECE. Windows color (decimal): -7084049 or 15722387. OLE color: 15722387.

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

Color convert

RGB147231239-
CMYK0.380.0300.06
HSL185.22º74.19%75.69%-
HSV(B)185.22º38.49%93.73%-
XYZ56.1969.5992.13-
YUV206.8146.1785.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.82%
GREEN value IS 231 (90.62% from 255) = 37.44%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=23.82%
G=37.44%
B=38.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472312390.380.0300.06185.2274.1975.69
Hex93E7EF26306b94a4c
Octal22334735746306271112114
Binary1001001111100111111011111001101101101011100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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