#A9DEBE

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

Shades of Vista Blue #A9DEBE

Tints of Vista Blue #A9DEBE

Color information

#A9DEBE (or 0xA9DEBE) is unknown color: approx Vista Blue. HEX triplet: A9, DE and BE. RGB value is (169,222,190). Sum of RGB (Red+Green+Blue) = 169+222+190=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #A9DEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DEBE is #562141. Grayscale: #CACACA. Windows color (decimal): -5644610 or 12508841. OLE color: 12508841.

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

Color convert

RGB169222190-
CMYK0.2400.140.13
HSL143.77º44.54%76.67%-
HSV(B)143.77º23.87%87.06%-
XYZ51.7864.458.42-
YUV202.5120.94104.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.09%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=29.09%
G=38.21%
B=32.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692221900.2400.140.13143.7744.5476.67
HexA9DEBE180ED902d4d
Octal251336276300161522055115
Binary10101001110111101011111011000011101101100100001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DEBE; }

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

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

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

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

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

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

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

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