#A9DBBE

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

Shades of Vista Blue #A9DBBE

Tints of Vista Blue #A9DBBE

Color information

#A9DBBE (or 0xA9DBBE) is unknown color: approx Vista Blue. HEX triplet: A9, DB and BE. RGB value is (169,219,190). Sum of RGB (Red+Green+Blue) = 169+219+190=578 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.24% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DBBE is #562441. Grayscale: #C8C8C8. Windows color (decimal): -5645378 or 12508073. OLE color: 12508073.

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

Color convert

RGB169219190-
CMYK0.2300.130.14
HSL145.2º40.98%76.08%-
HSV(B)145.2º22.83%85.88%-
XYZ50.9962.8258.15-
YUV200.74121.94105.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.24%
GREEN value IS 219 (85.94% from 255) = 37.89%
BLUE value IS 190 (74.61% from 255) = 32.87%
R=29.24%
G=37.89%
B=32.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692191900.2300.130.14145.240.9876.08
HexA9DBBE170DE91294c
Octal251333276270151622151114
Binary10101001110110111011111010111011011110100100011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DBBE; }

 p { color: rgb(169,219,190); }

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

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

 a { background-color: rgb(169,219,190); }

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

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

 span { border-color: rgb(169,219,190); }

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