#9AEDFB

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

Shades of Blizzard Blue #9AEDFB

Tints of Blizzard Blue #9AEDFB

Color information

#9AEDFB (or 0x9AEDFB) is unknown color: approx Blizzard Blue. HEX triplet: 9A, ED and FB. RGB value is (154,237,251). Sum of RGB (Red+Green+Blue) = 154+237+251=642 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.99% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #9AEDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEDFB is #651204. Grayscale: #D5D5D5. Windows color (decimal): -6623749 or 16510362. OLE color: 16510362.

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

Color convert

RGB154237251-
CMYK0.390.0600.02
HSL188.66º92.38%79.41%-
HSV(B)188.66º38.65%98.43%-
XYZ61.0274.4102.41-
YUV213.7814985.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.99%
GREEN value IS 237 (92.97% from 255) = 36.92%
BLUE value IS 251 (98.44% from 255) = 39.10%
R=23.99%
G=36.92%
B=39.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542372510.390.0600.02188.6692.3879.41
Hex9AEDFB27602bd5c4f
Octal23235537347602275134117
Binary1001101011101101111110111001111100101011110110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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