Html Css Color HEX #A2DAB5 Vista Blue

📋 copy color: '#A2DAB5'

red 162 ◦ green 218 ◦ blue 181

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

Shades of Vista Blue #A2DAB5

Tints of Vista Blue #A2DAB5

RGB

 RED value IS 162 (63.67% from 255) = 28.88%

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

 BLUE value IS 181 (71.09% from 255) = 32.26%

R = 28.88%
G = 38.86%
B = 32.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#A2DAB5 (or 0xA2DAB5) is known color: Vista Blue. HEX triplet: A2, DA and B5. RGB value is (162,218,181). Sum of RGB (Red+Green+Blue) = 162+218+181=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DAB5 is #5D254A. Grayscale: #C5C5C5. Windows color (decimal): -6104395 or 11917986. OLE color: 11917986.

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

Color convert

RGB 162 218 181 -
CMYK 0.26 0 0.17 0.15
HSL 140.36º 0.43% 0.75% -
HSV(B) 140.36º 0.26% 0.85% -
XYZ 48.31 61.16 52.97 -
YUV 197.04 118.95 103.01 -
System Red Green Blue C M Y K H S L
Decimal 162 218 181 0.26 0 0.17 0.15 140.36 0.43 0.75
Hex A2 DA B5 1A 0 11 F 8C 2B 4B
Octal 242 332 265 32 0 21 17 214 53 113
Binary 10100010 11011010 10110101 11010 0 10001 1111 10001100 101011 1001011

Color Harmonies of #A2DAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DAB5

Black with #A2DAB5

Text Example


Text Example

White with #A2DAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DAB5; }

 p { color: rgb(162,218,181); }

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

background-color css

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

 a { background-color: rgb(162,218,181); }

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

border-color css

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

 span { border-color: rgb(162,218,181); }

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