Html Css Color HEX #A9DABB Vista Blue

📋 copy color: '#A9DABB'

red 169 ◦ green 218 ◦ blue 187

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

Shades of Vista Blue #A9DABB

Tints of Vista Blue #A9DABB

RGB

 RED value IS 169 (66.41% from 255) = 29.44%

 GREEN value IS 218 (85.55% from 255) = 37.98%

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

R = 29.44%
G = 37.98%
B = 32.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#A9DABB (or 0xA9DABB) is known color: Vista Blue. HEX triplet: A9, DA and BB. RGB value is (169,218,187). Sum of RGB (Red+Green+Blue) = 169+218+187=574 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.44% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DABB is #562544. Grayscale: #C7C7C7. Windows color (decimal): -5645637 or 12311209. OLE color: 12311209.

HSL color Cylindrical-coordinate representation of color #A9DABB: hue angle of 142.04º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9DABB is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 218 187 -
CMYK 0.22 0 0.14 0.15
HSL 142.04º 0.4% 0.76% -
HSV(B) 142.04º 0.22% 0.85% -
XYZ 50.4 62.17 56.36 -
YUV 199.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 169 218 187 0.22 0 0.14 0.15 142.04 0.4 0.76
Hex A9 DA BB 16 0 E F 8E 28 4C
Octal 251 332 273 26 0 16 17 216 50 114
Binary 10101001 11011010 10111011 10110 0 1110 1111 10001110 101000 1001100

Color Harmonies of #A9DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DABB

Black with #A9DABB

Text Example


Text Example

White with #A9DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DABB; }

 p { color: rgb(169,218,187); }

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

background-color css

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

 a { background-color: rgb(169,218,187); }

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

border-color css

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

 span { border-color: rgb(169,218,187); }

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