#A8DBBD

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

Shades of Vista Blue #A8DBBD

Tints of Vista Blue #A8DBBD

Color information

#A8DBBD (or 0xA8DBBD) is unknown color: approx Vista Blue. HEX triplet: A8, DB and BD. RGB value is (168,219,189). Sum of RGB (Red+Green+Blue) = 168+219+189=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBBD is #572442. Grayscale: #C8C8C8. Windows color (decimal): -5710915 or 12442536. OLE color: 12442536.

HSL color Cylindrical-coordinate representation of color #A8DBBD: hue angle of 144.71º 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 #A8DBBD is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB168219189-
CMYK0.2300.140.14
HSL144.71º41.46%75.88%-
HSV(B)144.71º23.29%85.88%-
XYZ50.6762.6657.57-
YUV200.33121.6104.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.17%
GREEN value IS 219 (85.94% from 255) = 38.02%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=29.17%
G=38.02%
B=32.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682191890.2300.140.14144.7141.4675.88
HexA8DBBD170EE91294c
Octal250333275270161622151114
Binary10101000110110111011110110111011101110100100011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DBBD; }

 p { color: rgb(168,219,189); }

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

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

 a { background-color: rgb(168,219,189); }

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

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

 span { border-color: rgb(168,219,189); }

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