#9AEDF9

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

Shades of Blizzard Blue #9AEDF9

Tints of Blizzard Blue #9AEDF9

Color information

#9AEDF9 (or 0x9AEDF9) is unknown color: approx Blizzard Blue. HEX triplet: 9A, ED and F9. RGB value is (154,237,249). Sum of RGB (Red+Green+Blue) = 154+237+249=640 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.06% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #9AEDF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEDF9 is #651206. Grayscale: #D5D5D5. Windows color (decimal): -6623751 or 16379290. OLE color: 16379290.

HSL color Cylindrical-coordinate representation of color #9AEDF9: hue angle of 187.58º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AEDF9 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154237249-
CMYK0.380.0500.02
HSL187.58º88.79%79.02%-
HSV(B)187.58º38.15%97.65%-
XYZ60.7174.28100.76-
YUV213.5514885.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.06%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 249 (97.66% from 255) = 38.91%
R=24.06%
G=37.03%
B=38.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542372490.380.0500.02187.5888.7979.02
Hex9AEDF926502bc594f
Octal23235537146502274131117
Binary1001101011101101111110011001101010101011110010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AEDF9; }

 p { color: rgb(154,237,249); }

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

<style>
 a { background-color: #9AEDF9; }

 a { background-color: rgb(154,237,249); }

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

<style>
 span { border-color: #9AEDF9; }

 span { border-color: rgb(154,237,249); }

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