Html Css Color HEX #A2DABB Vista Blue

📋 copy color: '#A2DABB'

red 162 ◦ green 218 ◦ blue 187

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

Shades of Vista Blue #A2DABB

Tints of Vista Blue #A2DABB

RGB

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

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

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

R = 28.57%
G = 38.45%
B = 32.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#A2DABB (or 0xA2DABB) is known color: Vista Blue. HEX triplet: A2, DA and BB. RGB value is (162,218,187). Sum of RGB (Red+Green+Blue) = 162+218+187=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DABB is #5D2544. Grayscale: #C5C5C5. Windows color (decimal): -6104389 or 12311202. OLE color: 12311202.

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

Color convert

RGB 162 218 187 -
CMYK 0.26 0 0.14 0.15
HSL 146.79º 0.43% 0.75% -
HSV(B) 146.79º 0.26% 0.85% -
XYZ 48.94 61.41 56.29 -
YUV 197.72 121.95 102.52 -
System Red Green Blue C M Y K H S L
Decimal 162 218 187 0.26 0 0.14 0.15 146.79 0.43 0.75
Hex A2 DA BB 1A 0 E F 93 2B 4B
Octal 242 332 273 32 0 16 17 223 53 113
Binary 10100010 11011010 10111011 11010 0 1110 1111 10010011 101011 1001011

Color Harmonies of #A2DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DABB

Black with #A2DABB

Text Example


Text Example

White with #A2DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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