#9ADDB8

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

Shades of Vista Blue #9ADDB8

Tints of Vista Blue #9ADDB8

Color information

#9ADDB8 (or 0x9ADDB8) is unknown color: approx Vista Blue. HEX triplet: 9A, DD and B8. RGB value is (154,221,184). Sum of RGB (Red+Green+Blue) = 154+221+184=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDB8 is #652247. Grayscale: #C4C4C4. Windows color (decimal): -6627912 or 12115354. OLE color: 12115354.

HSL color Cylindrical-coordinate representation of color #9ADDB8: hue angle of 146.87º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDB8 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB154221184-
CMYK0.3000.170.13
HSL146.87º49.63%73.53%-
HSV(B)146.87º30.32%86.67%-
XYZ47.8362.0454.8-
YUV196.75120.897.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.55%
GREEN value IS 221 (86.72% from 255) = 39.53%
BLUE value IS 184 (72.27% from 255) = 32.92%
R=27.55%
G=39.53%
B=32.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542211840.3000.170.13146.8749.6373.53
Hex9ADDB81E011D93324a
Octal232335270360211522362112
Binary100110101101110110111000111100100011101100100111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,221,184); }

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

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

 a { background-color: rgb(154,221,184); }

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

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

 span { border-color: rgb(154,221,184); }

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