#9AD5BE

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

Shades of Vista Blue #9AD5BE

Tints of Vista Blue #9AD5BE

Color information

#9AD5BE (or 0x9AD5BE) is unknown color: approx Vista Blue. HEX triplet: 9A, D5 and BE. RGB value is (154,213,190). Sum of RGB (Red+Green+Blue) = 154+213+190=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD5BE is #652A41. Grayscale: #C0C0C0. Windows color (decimal): -6629954 or 12506522. OLE color: 12506522.

HSL color Cylindrical-coordinate representation of color #9AD5BE: hue angle of 156.61º degrees, saturation: 0.41, 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 #9AD5BE is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB154213190-
CMYK0.2800.110.16
HSL156.61º41.26%71.96%-
HSV(B)156.61º27.7%83.53%-
XYZ46.4158.1857.5-
YUV192.74126.45100.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.65%
GREEN value IS 213 (83.59% from 255) = 38.24%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=27.65%
G=38.24%
B=34.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1542131900.2800.110.16156.6141.2671.96
Hex9AD5BE1C0B109d2948
Octal232325276340132023551110
Binary100110101101010110111110111000101110000100111011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,213,190); }

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

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

 a { background-color: rgb(154,213,190); }

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

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

 span { border-color: rgb(154,213,190); }

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