#A8DDBE

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

Shades of Vista Blue #A8DDBE

Tints of Vista Blue #A8DDBE

Color information

#A8DDBE (or 0xA8DDBE) is unknown color: approx Vista Blue. HEX triplet: A8, DD and BE. RGB value is (168,221,190). Sum of RGB (Red+Green+Blue) = 168+221+190=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DDBE is #572241. Grayscale: #C9C9C9. Windows color (decimal): -5710402 or 12508584. OLE color: 12508584.

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

Color convert

RGB168221190-
CMYK0.2400.140.13
HSL144.91º43.8%76.27%-
HSV(B)144.91º23.98%86.67%-
XYZ51.363.7658.32-
YUV201.62121.44104.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.02%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=29.02%
G=38.17%
B=32.82%

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
Decimal1682211900.2400.140.13144.9143.876.27
HexA8DDBE180ED912c4c
Octal250335276300161522154114
Binary10101000110111011011111011000011101101100100011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DDBE; }

 p { color: rgb(168,221,190); }

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

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

 a { background-color: rgb(168,221,190); }

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

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

 span { border-color: rgb(168,221,190); }

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