#9ADBAF

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

Shades of Vista Blue #9ADBAF

Tints of Vista Blue #9ADBAF

Color information

#9ADBAF (or 0x9ADBAF) is unknown color: approx Vista Blue. HEX triplet: 9A, DB and AF. RGB value is (154,219,175). Sum of RGB (Red+Green+Blue) = 154+219+175=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADBAF is #652450. Grayscale: #C2C2C2. Windows color (decimal): -6628433 or 11525018. OLE color: 11525018.

HSL color Cylindrical-coordinate representation of color #9ADBAF: hue angle of 139.38º 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 #9ADBAF is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB154219175-
CMYK0.3000.200.14
HSL139.38º47.45%73.14%-
HSV(B)139.38º29.68%85.88%-
XYZ46.460.6349.81-
YUV194.55116.9799.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.10%
GREEN value IS 219 (85.94% from 255) = 39.96%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=28.10%
G=39.96%
B=31.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542191750.3000.200.14139.3847.4573.14
Hex9ADBAF1E014E8b2f49
Octal232333257360241621357111
Binary100110101101101110101111111100101001110100010111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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