#A7DBBB

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

Shades of Vista Blue #A7DBBB

Tints of Vista Blue #A7DBBB

Color information

#A7DBBB (or 0xA7DBBB) is unknown color: approx Vista Blue. HEX triplet: A7, DB and BB. RGB value is (167,219,187). Sum of RGB (Red+Green+Blue) = 167+219+187=573 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.14% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DBBB is #582444. Grayscale: #C7C7C7. Windows color (decimal): -5776453 or 12311463. OLE color: 12311463.

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

Color convert

RGB167219187-
CMYK0.2400.150.14
HSL143.08º41.94%75.69%-
HSV(B)143.08º23.74%85.88%-
XYZ50.2462.4756.42-
YUV199.8120.77104.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.14%
GREEN value IS 219 (85.94% from 255) = 38.22%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=29.14%
G=38.22%
B=32.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672191870.2400.150.14143.0841.9475.69
HexA7DBBB180FE8f2a4c
Octal247333273300171621752114
Binary10100111110110111011101111000011111110100011111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DBBB; }

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

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

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

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

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

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

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

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