#93eaf6

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

Shades of Blizzard Blue #93EAF6

Tints of Blizzard Blue #93EAF6

Color information

#93EAF6 (or 0x93EAF6) is unknown color: approx Blizzard Blue. HEX triplet: 93, EA and F6. RGB value is (147,234,246). Sum of RGB (Red+Green+Blue) = 147+234+246=627 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.44% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #93EAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EAF6 is #6C1509. Grayscale: #D1D1D1. Windows color (decimal): -7083274 or 16181907. OLE color: 16181907.

HSL color Cylindrical-coordinate representation of color #93EAF6: hue angle of 187.27º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93EAF6 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB147234246-
CMYK0.400.0500.04
HSL187.27º84.62%77.06%-
HSV(B)187.27º40.24%96.47%-
XYZ58.0971.797.97-
YUV209.36148.6883.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.44%
GREEN value IS 234 (91.80% from 255) = 37.32%
BLUE value IS 246 (96.48% from 255) = 39.23%
R=23.44%
G=37.32%
B=39.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1472342460.400.0500.04187.2784.6277.06
Hex93EAF628504bb554d
Octal22335236650504273125115
Binary10010011111010101111011010100010101001011101110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93eaf6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,234,246); }

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

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

 a { background-color: rgb(147,234,246); }

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

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

 span { border-color: rgb(147,234,246); }

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