#9ADBB8

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

Shades of Vista Blue #9ADBB8

Tints of Vista Blue #9ADBB8

Color information

#9ADBB8 (or 0x9ADBB8) is unknown color: approx Vista Blue. HEX triplet: 9A, DB and B8. RGB value is (154,219,184). Sum of RGB (Red+Green+Blue) = 154+219+184=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBB8 is #652447. Grayscale: #C3C3C3. Windows color (decimal): -6628424 or 12114842. OLE color: 12114842.

HSL color Cylindrical-coordinate representation of color #9ADBB8: hue angle of 147.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADBB8 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB154219184-
CMYK0.3000.160.14
HSL147.69º47.45%73.14%-
HSV(B)147.69º29.68%85.88%-
XYZ47.3160.9954.63-
YUV195.58121.4798.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.65%
GREEN value IS 219 (85.94% from 255) = 39.32%
BLUE value IS 184 (72.27% from 255) = 33.03%
R=27.65%
G=39.32%
B=33.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542191840.3000.160.14147.6947.4573.14
Hex9ADBB81E010E942f49
Octal232333270360201622457111
Binary100110101101101110111000111100100001110100101001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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