#9AD3BA

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

Shades of Vista Blue #9AD3BA

Tints of Vista Blue #9AD3BA

Color information

#9AD3BA (or 0x9AD3BA) is unknown color: approx Vista Blue. HEX triplet: 9A, D3 and BA. RGB value is (154,211,186). Sum of RGB (Red+Green+Blue) = 154+211+186=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD3BA is #652C45. Grayscale: #BFBFBF. Windows color (decimal): -6630470 or 12243866. OLE color: 12243866.

HSL color Cylindrical-coordinate representation of color #9AD3BA: hue angle of 153.68º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AD3BA is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB154211186-
CMYK0.2700.120.17
HSL153.68º39.31%71.57%-
HSV(B)153.68º27.01%82.75%-
XYZ45.485755.06-
YUV191.11125.12101.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.95%
GREEN value IS 211 (82.81% from 255) = 38.29%
BLUE value IS 186 (73.05% from 255) = 33.76%
R=27.95%
G=38.29%
B=33.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1542111860.2700.120.17153.6839.3171.57
Hex9AD3BA1B0C119a2748
Octal232323272330142123247110
Binary100110101101001110111010110110110010001100110101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,211,186); }

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

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

 a { background-color: rgb(154,211,186); }

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

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

 span { border-color: rgb(154,211,186); }

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