#ABDDC1

Color #ABDDC1 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #ABDDC1

Tints of Vista Blue #ABDDC1

Color information

#ABDDC1 (or 0xABDDC1) is unknown color: approx Vista Blue. HEX triplet: AB, DD and C1. RGB value is (171,221,193). Sum of RGB (Red+Green+Blue) = 171+221+193=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDC1 is #54223E. Grayscale: #CACACA. Windows color (decimal): -5513791 or 12705195. OLE color: 12705195.

HSL color Cylindrical-coordinate representation of color #ABDDC1: hue angle of 146.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDDC1 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB171221193-
CMYK0.2300.130.13
HSL146.4º42.37%76.86%-
HSV(B)146.4º22.62%86.67%-
XYZ52.2864.2260.09-
YUV202.86122.44105.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.23%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 193 (75.78% from 255) = 32.99%
R=29.23%
G=37.78%
B=32.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712211930.2300.130.13146.442.3776.86
HexABDDC1170DD922a4d
Octal253335301270151522252115
Binary10101011110111011100000110111011011101100100101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDC1; }

 p { color: rgb(171,221,193); }

 H1.HeaderClassName
 {
   color: #ABDDC1;
 }
 .AnyTagClassName
 {
   color: #ABDDC1;
 }
</style>
background-color css

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

 a { background-color: rgb(171,221,193); }

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

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

 span { border-color: rgb(171,221,193); }

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