#A7DBBA

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

Shades of Vista Blue #A7DBBA

Tints of Vista Blue #A7DBBA

Color information

#A7DBBA (or 0xA7DBBA) is unknown color: approx Vista Blue. HEX triplet: A7, DB and BA. RGB value is (167,219,186). Sum of RGB (Red+Green+Blue) = 167+219+186=572 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.20% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DBBA is #582445. Grayscale: #C7C7C7. Windows color (decimal): -5776454 or 12245927. OLE color: 12245927.

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

Color convert

RGB167219186-
CMYK0.2400.150.14
HSL141.92º41.94%75.69%-
HSV(B)141.92º23.74%85.88%-
XYZ50.1362.4255.86-
YUV199.69120.27104.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.20%
GREEN value IS 219 (85.94% from 255) = 38.29%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=29.20%
G=38.29%
B=32.52%

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
Decimal1672191860.2400.150.14141.9241.9475.69
HexA7DBBA180FE8e2a4c
Octal247333272300171621652114
Binary10100111110110111011101011000011111110100011101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DBBA; }

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

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

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

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

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

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

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

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