#93eaf0

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

Shades of Blizzard Blue #93EAF0

Tints of Blizzard Blue #93EAF0

Color information

#93EAF0 (or 0x93EAF0) is unknown color: approx Blizzard Blue. HEX triplet: 93, EA and F0. RGB value is (147,234,240). Sum of RGB (Red+Green+Blue) = 147+234+240=621 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.67% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #93EAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EAF0 is #6C150F. Grayscale: #D0D0D0. Windows color (decimal): -7083280 or 15788691. OLE color: 15788691.

HSL color Cylindrical-coordinate representation of color #93EAF0: hue angle of 183.87º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93EAF0 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB147234240-
CMYK0.390.0200.06
HSL183.87º75.61%75.88%-
HSV(B)183.87º38.75%94.12%-
XYZ57.1871.3493.19-
YUV208.67145.6884.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.67%
GREEN value IS 234 (91.80% from 255) = 37.68%
BLUE value IS 240 (94.14% from 255) = 38.65%
R=23.67%
G=37.68%
B=38.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472342400.390.0200.06183.8775.6175.88
Hex93EAF027206b84c4c
Octal22335236047206270114114
Binary1001001111101010111100001001111001101011100010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93eaf0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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