Html Css Color HEX #A1D6BA Vista Blue

📋 copy color: '#A1D6BA'

red 161 ◦ green 214 ◦ blue 186

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

Shades of Vista Blue #A1D6BA

Tints of Vista Blue #A1D6BA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.15%

 BLUE value IS 186 (73.05% from 255) = 33.16%

R = 28.7%
G = 38.15%
B = 33.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#A1D6BA (or 0xA1D6BA) is known color: Vista Blue. HEX triplet: A1, D6 and BA. RGB value is (161,214,186). Sum of RGB (Red+Green+Blue) = 161+214+186=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D6BA is #5E2945. Grayscale: #C3C3C3. Windows color (decimal): -6170950 or 12244641. OLE color: 12244641.

HSL color Cylindrical-coordinate representation of color #A1D6BA: hue angle of 148.3º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D6BA is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 214 186 -
CMYK 0.25 0 0.13 0.16
HSL 148.3º 0.39% 0.74% -
HSV(B) 148.3º 0.25% 0.84% -
XYZ 47.61 59.22 55.37 -
YUV 194.96 122.94 103.78 -
System Red Green Blue C M Y K H S L
Decimal 161 214 186 0.25 0 0.13 0.16 148.3 0.39 0.74
Hex A1 D6 BA 19 0 D 10 94 27 4A
Octal 241 326 272 31 0 15 20 224 47 112
Binary 10100001 11010110 10111010 11001 0 1101 10000 10010100 100111 1001010

Color Harmonies of #A1D6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D6BA

Black with #A1D6BA

Text Example


Text Example

White with #A1D6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D6BA; }

 p { color: rgb(161,214,186); }

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

background-color css

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

 a { background-color: rgb(161,214,186); }

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

border-color css

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

 span { border-color: rgb(161,214,186); }

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