#9AEDE7

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

Shades of Blizzard Blue #9AEDE7

Tints of Blizzard Blue #9AEDE7

Color information

#9AEDE7 (or 0x9AEDE7) is unknown color: approx Blizzard Blue. HEX triplet: 9A, ED and E7. RGB value is (154,237,231). Sum of RGB (Red+Green+Blue) = 154+237+231=622 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.76% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEDE7 is #651218. Grayscale: #D3D3D3. Windows color (decimal): -6623769 or 15199642. OLE color: 15199642.

HSL color Cylindrical-coordinate representation of color #9AEDE7: hue angle of 175.66º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEDE7 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB154237231-
CMYK0.3500.030.07
HSL175.66º69.75%76.67%-
HSV(B)175.66º35.02%92.94%-
XYZ58.0373.2186.67-
YUV211.513986.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.76%
GREEN value IS 237 (92.97% from 255) = 38.10%
BLUE value IS 231 (90.62% from 255) = 37.14%
R=24.76%
G=38.10%
B=37.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542372310.3500.030.07175.6669.7576.67
Hex9AEDE723037b0464d
Octal23235534743037260106115
Binary1001101011101101111001111000110111111011000010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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