#93EFF7

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

Shades of Blizzard Blue #93EFF7

Tints of Blizzard Blue #93EFF7

Color information

#93EFF7 (or 0x93EFF7) is unknown color: approx Blizzard Blue. HEX triplet: 93, EF and F7. RGB value is (147,239,247). Sum of RGB (Red+Green+Blue) = 147+239+247=633 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.22% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 247 (96.88% from 255 or 39.02% from 633); Max value from RGB is 247 - color contains mainly: blue. Hex color #93EFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EFF7 is #6C1008. Grayscale: #D4D4D4. Windows color (decimal): -7081993 or 16248723. OLE color: 16248723.

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

Color convert

RGB147239247-
CMYK0.400.0300.03
HSL184.8º86.21%77.25%-
HSV(B)184.8º40.49%96.86%-
XYZ59.6974.6599.26-
YUV212.4147.5281.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.22%
GREEN value IS 239 (93.75% from 255) = 37.76%
BLUE value IS 247 (96.88% from 255) = 39.02%
R=23.22%
G=37.76%
B=39.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472392470.400.0300.03184.886.2177.25
Hex93EFF728303b9564d
Octal22335736750303271126115
Binary100100111110111111110111101000110111011100110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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