Html Css Color HEX #A0D8BB Vista Blue

📋 copy color: '#A0D8BB'

red 160 ◦ green 216 ◦ blue 187

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

Shades of Vista Blue #A0D8BB

Tints of Vista Blue #A0D8BB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.37%

 BLUE value IS 187 (73.44% from 255) = 33.21%

R = 28.42%
G = 38.37%
B = 33.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#A0D8BB (or 0xA0D8BB) is known color: Vista Blue. HEX triplet: A0, D8 and BB. RGB value is (160,216,187). Sum of RGB (Red+Green+Blue) = 160+216+187=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D8BB is #5F2744. Grayscale: #C4C4C4. Windows color (decimal): -6235973 or 12310688. OLE color: 12310688.

HSL color Cylindrical-coordinate representation of color #A0D8BB: hue angle of 148.93º degrees, saturation: 0.42, 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 #A0D8BB is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 216 187 -
CMYK 0.26 0 0.13 0.15
HSL 148.93º 0.42% 0.74% -
HSV(B) 148.93º 0.26% 0.85% -
XYZ 48.02 60.17 56.1 -
YUV 195.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 160 216 187 0.26 0 0.13 0.15 148.93 0.42 0.74
Hex A0 D8 BB 1A 0 D F 95 2A 4A
Octal 240 330 273 32 0 15 17 225 52 112
Binary 10100000 11011000 10111011 11010 0 1101 1111 10010101 101010 1001010

Color Harmonies of #A0D8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D8BB

Black with #A0D8BB

Text Example


Text Example

White with #A0D8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D8BB; }

 p { color: rgb(160,216,187); }

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

background-color css

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

 a { background-color: rgb(160,216,187); }

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

border-color css

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

 span { border-color: rgb(160,216,187); }

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