#93E7F7

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

Shades of Blizzard Blue #93E7F7

Tints of Blizzard Blue #93E7F7

Color information

#93E7F7 (or 0x93E7F7) is unknown color: approx Blizzard Blue. HEX triplet: 93, E7 and F7. RGB value is (147,231,247). Sum of RGB (Red+Green+Blue) = 147+231+247=625 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.52% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 247 - color contains mainly: blue. Hex color #93E7F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93E7F7 is #6C1808. Grayscale: #CFCFCF. Windows color (decimal): -7084041 or 16246675. OLE color: 16246675.

HSL color Cylindrical-coordinate representation of color #93E7F7: hue angle of 189.6º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93E7F7 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB147231247-
CMYK0.400.0600.03
HSL189.6º86.21%77.25%-
HSV(B)189.6º40.49%96.86%-
XYZ57.470.0798.5-
YUV207.71150.1784.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.52%
GREEN value IS 231 (90.62% from 255) = 36.96%
BLUE value IS 247 (96.88% from 255) = 39.52%
R=23.52%
G=36.96%
B=39.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472312470.400.0600.03189.686.2177.25
Hex93E7F728603be564d
Octal22334736750603276126115
Binary1001001111100111111101111010001100111011111010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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