Html Css Color HEX #A0CDB9 Vista Blue

📋 copy color: '#A0CDB9'

red 160 ◦ green 205 ◦ blue 185

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

Shades of Vista Blue #A0CDB9

Tints of Vista Blue #A0CDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.27%

 BLUE value IS 185 (72.66% from 255) = 33.64%

R = 29.09%
G = 37.27%
B = 33.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#A0CDB9 (or 0xA0CDB9) is known color: Vista Blue. HEX triplet: A0, CD and B9. RGB value is (160,205,185). Sum of RGB (Red+Green+Blue) = 160+205+185=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDB9 is #5F3246. Grayscale: #BDBDBD. Windows color (decimal): -6238791 or 12176800. OLE color: 12176800.

HSL color Cylindrical-coordinate representation of color #A0CDB9: hue angle of 153.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CDB9 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 205 185 -
CMYK 0.22 0 0.10 0.20
HSL 153.33º 0.31% 0.72% -
HSV(B) 153.33º 0.22% 0.8% -
XYZ 45.09 54.64 54.07 -
YUV 189.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 160 205 185 0.22 0 0.10 0.20 153.33 0.31 0.72
Hex A0 CD B9 16 0 A 14 99 1F 48
Octal 240 315 271 26 0 12 24 231 37 110
Binary 10100000 11001101 10111001 10110 0 1010 10100 10011001 11111 1001000

Color Harmonies of #A0CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CDB9

Black with #A0CDB9

Text Example


Text Example

White with #A0CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CDB9; }

 p { color: rgb(160,205,185); }

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

background-color css

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

 a { background-color: rgb(160,205,185); }

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

border-color css

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

 span { border-color: rgb(160,205,185); }

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