#ABDCC1

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

Shades of Vista Blue #ABDCC1

Tints of Vista Blue #ABDCC1

Color information

#ABDCC1 (or 0xABDCC1) is unknown color: approx Vista Blue. HEX triplet: AB, DC and C1. RGB value is (171,220,193). Sum of RGB (Red+Green+Blue) = 171+220+193=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCC1 is #54233E. Grayscale: #CACACA. Windows color (decimal): -5514047 or 12704939. OLE color: 12704939.

HSL color Cylindrical-coordinate representation of color #ABDCC1: hue angle of 146.94º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDCC1 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB171220193-
CMYK0.2200.120.14
HSL146.94º41.18%76.67%-
HSV(B)146.94º22.27%86.27%-
XYZ52.0163.6960-
YUV202.27122.77105.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.28%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 193 (75.78% from 255) = 33.05%
R=29.28%
G=37.67%
B=33.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712201930.2200.120.14146.9441.1876.67
HexABDCC1160CE93294d
Octal253334301260141622351115
Binary10101011110111001100000110110011001110100100111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCC1; }

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

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

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

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

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

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

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

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