Html Css Color HEX #A0D9BE Vista Blue

📋 copy color: '#A0D9BE'

red 160 ◦ green 217 ◦ blue 190

#A0D9BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #A0D9BE

Tints of Vista Blue #A0D9BE

RGB

 RED value IS 160 (62.89% from 255) = 28.22%

 GREEN value IS 217 (85.16% from 255) = 38.27%

 BLUE value IS 190 (74.61% from 255) = 33.51%

R = 28.22%
G = 38.27%
B = 33.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#A0D9BE (or 0xA0D9BE) is known color: Vista Blue. HEX triplet: A0, D9 and BE. RGB value is (160,217,190). Sum of RGB (Red+Green+Blue) = 160+217+190=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D9BE is #5F2641. Grayscale: #C4C4C4. Windows color (decimal): -6235714 or 12507552. OLE color: 12507552.

HSL color Cylindrical-coordinate representation of color #A0D9BE: hue angle of 151.58º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D9BE is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 217 190 -
CMYK 0.26 0 0.12 0.15
HSL 151.58º 0.43% 0.74% -
HSV(B) 151.58º 0.26% 0.85% -
XYZ 48.6 60.82 57.89 -
YUV 196.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 160 217 190 0.26 0 0.12 0.15 151.58 0.43 0.74
Hex A0 D9 BE 1A 0 C F 98 2B 4A
Octal 240 331 276 32 0 14 17 230 53 112
Binary 10100000 11011001 10111110 11010 0 1100 1111 10011000 101011 1001010

Color Harmonies of #A0D9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D9BE

Black with #A0D9BE

Text Example


Text Example

White with #A0D9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D9BE; }

 p { color: rgb(160,217,190); }

 H1.HeaderClassName
 {
   color: #A0D9BE;
 }
 .AnyTagClassName
 {
   color: #A0D9BE;
 }
</style>

background-color css

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

 a { background-color: rgb(160,217,190); }

 div.DivClassName
 {
   background-color: #A0D9BE;
 }
 .BgClassName
 {
   background-color: #A0D9BE;
 }
</style>

border-color css

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

 span { border-color: rgb(160,217,190); }

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