#A8DEBF

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

Shades of Vista Blue #A8DEBF

Tints of Vista Blue #A8DEBF

Color information

#A8DEBF (or 0xA8DEBF) is unknown color: approx Vista Blue. HEX triplet: A8, DE and BF. RGB value is (168,222,191). Sum of RGB (Red+Green+Blue) = 168+222+191=581 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.92% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DEBF is #572140. Grayscale: #CACACA. Windows color (decimal): -5710145 or 12574376. OLE color: 12574376.

HSL color Cylindrical-coordinate representation of color #A8DEBF: hue angle of 145.56º degrees, saturation: 0.45, 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 #A8DEBF is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB168222191-
CMYK0.2400.140.13
HSL145.56º45%76.47%-
HSV(B)145.56º24.32%87.06%-
XYZ51.6764.3358.98-
YUV202.32121.61103.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.92%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 191 (75% from 255) = 32.87%
R=28.92%
G=38.21%
B=32.87%

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
Decimal1682221910.2400.140.13145.564576.47
HexA8DEBF180ED922d4c
Octal250336277300161522255114
Binary10101000110111101011111111000011101101100100101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DEBF; }

 p { color: rgb(168,222,191); }

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

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

 a { background-color: rgb(168,222,191); }

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

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

 span { border-color: rgb(168,222,191); }

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