#93EAED

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

Shades of Blizzard Blue #93EAED

Tints of Blizzard Blue #93EAED

Color information

#93EAED (or 0x93EAED) is unknown color: approx Blizzard Blue. HEX triplet: 93, EA and ED. RGB value is (147,234,237). Sum of RGB (Red+Green+Blue) = 147+234+237=618 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.79% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #93EAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EAED is #6C1512. Grayscale: #D0D0D0. Windows color (decimal): -7083283 or 15592083. OLE color: 15592083.

HSL color Cylindrical-coordinate representation of color #93EAED: hue angle of 182º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EAED is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147234237-
CMYK0.380.0100.07
HSL182º71.43%75.29%-
HSV(B)182º37.97%92.94%-
XYZ56.7471.1690.87-
YUV208.33144.1884.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.79%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=23.79%
G=37.86%
B=38.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472342370.380.0100.0718271.4375.29
Hex93EAED26107b6474b
Octal22335235546107266107113
Binary100100111110101011101101100110101111011011010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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