Html Css Color HEX #A1CDB9 Vista Blue

📋 copy color: '#A1CDB9'

red 161 ◦ green 205 ◦ blue 185

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

Shades of Vista Blue #A1CDB9

Tints of Vista Blue #A1CDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.21%

 BLUE value IS 185 (72.66% from 255) = 33.58%

R = 29.22%
G = 37.21%
B = 33.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#A1CDB9 (or 0xA1CDB9) is known color: Vista Blue. HEX triplet: A1, CD and B9. RGB value is (161,205,185). Sum of RGB (Red+Green+Blue) = 161+205+185=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDB9 is #5E3246. Grayscale: #BDBDBD. Windows color (decimal): -6173255 or 12176801. OLE color: 12176801.

HSL color Cylindrical-coordinate representation of color #A1CDB9: hue angle of 152.73º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CDB9 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 205 185 -
CMYK 0.21 0 0.10 0.20
HSL 152.73º 0.31% 0.72% -
HSV(B) 152.73º 0.21% 0.8% -
XYZ 45.29 54.74 54.08 -
YUV 189.56 125.42 107.63 -
System Red Green Blue C M Y K H S L
Decimal 161 205 185 0.21 0 0.10 0.20 152.73 0.31 0.72
Hex A1 CD B9 15 0 A 14 99 1F 48
Octal 241 315 271 25 0 12 24 231 37 110
Binary 10100001 11001101 10111001 10101 0 1010 10100 10011001 11111 1001000

Color Harmonies of #A1CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CDB9

Black with #A1CDB9

Text Example


Text Example

White with #A1CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CDB9; }

 p { color: rgb(161,205,185); }

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

background-color css

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

 a { background-color: rgb(161,205,185); }

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

border-color css

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

 span { border-color: rgb(161,205,185); }

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