#A1DBB8

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

Shades of Vista Blue #A1DBB8

Tints of Vista Blue #A1DBB8

Color information

#A1DBB8 (or 0xA1DBB8) is unknown color: approx Vista Blue. HEX triplet: A1, DB and B8. RGB value is (161,219,184). Sum of RGB (Red+Green+Blue) = 161+219+184=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DBB8 is #5E2447. Grayscale: #C5C5C5. Windows color (decimal): -6169672 or 12114849. OLE color: 12114849.

HSL color Cylindrical-coordinate representation of color #A1DBB8: hue angle of 143.79º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DBB8 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB161219184-
CMYK0.2600.160.14
HSL143.79º44.62%74.51%-
HSV(B)143.79º26.48%85.88%-
XYZ48.6861.754.69-
YUV197.67120.28101.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 219 (85.94% from 255) = 38.83%
BLUE value IS 184 (72.27% from 255) = 32.62%
R=28.55%
G=38.83%
B=32.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612191840.2600.160.14143.7944.6274.51
HexA1DBB81A010E902d4b
Octal241333270320201622055113
Binary101000011101101110111000110100100001110100100001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DBB8; }

 p { color: rgb(161,219,184); }

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

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

 a { background-color: rgb(161,219,184); }

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

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

 span { border-color: rgb(161,219,184); }

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