#A8DBBE

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

Shades of Vista Blue #A8DBBE

Tints of Vista Blue #A8DBBE

Color information

#A8DBBE (or 0xA8DBBE) is unknown color: approx Vista Blue. HEX triplet: A8, DB and BE. RGB value is (168,219,190). Sum of RGB (Red+Green+Blue) = 168+219+190=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBBE is #572441. Grayscale: #C8C8C8. Windows color (decimal): -5710914 or 12508072. OLE color: 12508072.

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

Color convert

RGB168219190-
CMYK0.2300.130.14
HSL145.88º41.46%75.88%-
HSV(B)145.88º23.29%85.88%-
XYZ50.7762.7158.14-
YUV200.44122.1104.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.12%
GREEN value IS 219 (85.94% from 255) = 37.95%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=29.12%
G=37.95%
B=32.93%

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
Decimal1682191900.2300.130.14145.8841.4675.88
HexA8DBBE170DE92294c
Octal250333276270151622251114
Binary10101000110110111011111010111011011110100100101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DBBE; }

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

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

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

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

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

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

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

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