#A1CBB5

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

Shades of Vista Blue #A1CBB5

Tints of Vista Blue #A1CBB5

Color information

#A1CBB5 (or 0xA1CBB5) is unknown color: approx Vista Blue. HEX triplet: A1, CB and B5. RGB value is (161,203,181). Sum of RGB (Red+Green+Blue) = 161+203+181=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBB5 is #5E344A. Grayscale: #BBBBBB. Windows color (decimal): -6173771 or 11914145. OLE color: 11914145.

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

Color convert

RGB161203181-
CMYK0.2100.110.20
HSL148.57º28.77%71.37%-
HSV(B)148.57º20.69%79.61%-
XYZ44.3953.6351.73-
YUV187.93124.09108.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.54%
GREEN value IS 203 (79.69% from 255) = 37.25%
BLUE value IS 181 (71.09% from 255) = 33.21%
R=29.54%
G=37.25%
B=33.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612031810.2100.110.20148.5728.7771.37
HexA1CBB5150B14951d47
Octal241313265250132422535107
Binary10100001110010111011010110101010111010010010101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CBB5; }

 p { color: rgb(161,203,181); }

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

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

 a { background-color: rgb(161,203,181); }

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

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

 span { border-color: rgb(161,203,181); }

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