#A8DBBB

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

Shades of Vista Blue #A8DBBB

Tints of Vista Blue #A8DBBB

Color information

#A8DBBB (or 0xA8DBBB) is unknown color: approx Vista Blue. HEX triplet: A8, DB and BB. RGB value is (168,219,187). Sum of RGB (Red+Green+Blue) = 168+219+187=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBBB is #572444. Grayscale: #C8C8C8. Windows color (decimal): -5710917 or 12311464. OLE color: 12311464.

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

Color convert

RGB168219187-
CMYK0.2300.150.14
HSL142.35º41.46%75.88%-
HSV(B)142.35º23.29%85.88%-
XYZ50.4562.5856.43-
YUV200.1120.6105.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.27%
GREEN value IS 219 (85.94% from 255) = 38.15%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=29.27%
G=38.15%
B=32.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682191870.2300.150.14142.3541.4675.88
HexA8DBBB170FE8e294c
Octal250333273270171621651114
Binary10101000110110111011101110111011111110100011101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DBBB; }

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

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

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

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

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

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

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

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