#93EFE7

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

Shades of Blizzard Blue #93EFE7

Tints of Blizzard Blue #93EFE7

Color information

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

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

Color convert

RGB147239231-
CMYK0.3800.030.06
HSL174.78º74.19%75.69%-
HSV(B)174.78º38.49%93.73%-
XYZ57.3273.7186.81-
YUV210.58139.5282.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472392310.3800.030.06174.7874.1975.69
Hex93EFE726036af4a4c
Octal22335734746036257112114
Binary1001001111101111111001111001100111101010111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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