Html Css Color HEX #A1D4B7 Vista Blue

📋 copy color: '#A1D4B7'

red 161 ◦ green 212 ◦ blue 183

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

Shades of Vista Blue #A1D4B7

Tints of Vista Blue #A1D4B7

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.13%

 BLUE value IS 183 (71.88% from 255) = 32.91%

R = 28.96%
G = 38.13%
B = 32.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#A1D4B7 (or 0xA1D4B7) is known color: Vista Blue. HEX triplet: A1, D4 and B7. RGB value is (161,212,183). Sum of RGB (Red+Green+Blue) = 161+212+183=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D4B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D4B7 is #5E2B48. Grayscale: #C1C1C1. Windows color (decimal): -6171465 or 12047521. OLE color: 12047521.

HSL color Cylindrical-coordinate representation of color #A1D4B7: hue angle of 145.88º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D4B7 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 161 212 183 -
CMYK 0.24 0 0.14 0.17
HSL 145.88º 0.37% 0.73% -
HSV(B) 145.88º 0.24% 0.83% -
XYZ 46.79 58.08 53.54 -
YUV 193.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 161 212 183 0.24 0 0.14 0.17 145.88 0.37 0.73
Hex A1 D4 B7 18 0 E 11 92 25 49
Octal 241 324 267 30 0 16 21 222 45 111
Binary 10100001 11010100 10110111 11000 0 1110 10001 10010010 100101 1001001

Color Harmonies of #A1D4B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D4B7

Black with #A1D4B7

Text Example


Text Example

White with #A1D4B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D4B7; }

 p { color: rgb(161,212,183); }

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

background-color css

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

 a { background-color: rgb(161,212,183); }

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

border-color css

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

 span { border-color: rgb(161,212,183); }

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