Html Css Color HEX #A1DABF Vista Blue

📋 copy color: '#A1DABF'

red 161 ◦ green 218 ◦ blue 191

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

Shades of Vista Blue #A1DABF

Tints of Vista Blue #A1DABF

RGB

 RED value IS 161 (63.28% from 255) = 28.25%

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

 BLUE value IS 191 (75% from 255) = 33.51%

R = 28.25%
G = 38.25%
B = 33.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#A1DABF (or 0xA1DABF) is known color: Vista Blue. HEX triplet: A1, DA and BF. RGB value is (161,218,191). Sum of RGB (Red+Green+Blue) = 161+218+191=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DABF is #5E2540. Grayscale: #C5C5C5. Windows color (decimal): -6169921 or 12573345. OLE color: 12573345.

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

Color convert

RGB 161 218 191 -
CMYK 0.26 0 0.12 0.15
HSL 151.58º 0.44% 0.74% -
HSV(B) 151.58º 0.26% 0.85% -
XYZ 49.17 61.48 58.57 -
YUV 197.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 161 218 191 0.26 0 0.12 0.15 151.58 0.44 0.74
Hex A1 DA BF 1A 0 C F 98 2C 4A
Octal 241 332 277 32 0 14 17 230 54 112
Binary 10100001 11011010 10111111 11010 0 1100 1111 10011000 101100 1001010

Color Harmonies of #A1DABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DABF

Black with #A1DABF

Text Example


Text Example

White with #A1DABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DABF; }

 p { color: rgb(161,218,191); }

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

background-color css

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

 a { background-color: rgb(161,218,191); }

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

border-color css

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

 span { border-color: rgb(161,218,191); }

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