#9AEDE9

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

Shades of Blizzard Blue #9AEDE9

Tints of Blizzard Blue #9AEDE9

Color information

#9AEDE9 (or 0x9AEDE9) is unknown color: approx Blizzard Blue. HEX triplet: 9A, ED and E9. RGB value is (154,237,233). Sum of RGB (Red+Green+Blue) = 154+237+233=624 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.68% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEDE9 is #651216. Grayscale: #D3D3D3. Windows color (decimal): -6623767 or 15330714. OLE color: 15330714.

HSL color Cylindrical-coordinate representation of color #9AEDE9: hue angle of 177.11º 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 #9AEDE9 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB154237233-
CMYK0.3500.020.07
HSL177.11º69.75%76.67%-
HSV(B)177.11º35.02%92.94%-
XYZ58.3273.3288.17-
YUV211.7314086.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.68%
GREEN value IS 237 (92.97% from 255) = 37.98%
BLUE value IS 233 (91.41% from 255) = 37.34%
R=24.68%
G=37.98%
B=37.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542372330.3500.020.07177.1169.7576.67
Hex9AEDE923027b1464d
Octal23235535143027261106115
Binary1001101011101101111010011000110101111011000110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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