#9AD6BA

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

Shades of Vista Blue #9AD6BA

Tints of Vista Blue #9AD6BA

Color information

#9AD6BA (or 0x9AD6BA) is unknown color: approx Vista Blue. HEX triplet: 9A, D6 and BA. RGB value is (154,214,186). Sum of RGB (Red+Green+Blue) = 154+214+186=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD6BA is #652945. Grayscale: #C0C0C0. Windows color (decimal): -6629702 or 12244634. OLE color: 12244634.

HSL color Cylindrical-coordinate representation of color #9AD6BA: hue angle of 152º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AD6BA is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB154214186-
CMYK0.2800.130.16
HSL152º42.25%72.16%-
HSV(B)152º28.04%83.92%-
XYZ46.2458.5155.31-
YUV192.87124.12100.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.80%
GREEN value IS 214 (83.98% from 255) = 38.63%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=27.80%
G=38.63%
B=33.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1542141860.2800.130.1615242.2572.16
Hex9AD6BA1C0D10982a48
Octal232326272340152023052110
Binary100110101101011010111010111000110110000100110001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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