#A4DBBB

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

Shades of Vista Blue #A4DBBB

Tints of Vista Blue #A4DBBB

Color information

#A4DBBB (or 0xA4DBBB) is unknown color: approx Vista Blue. HEX triplet: A4, DB and BB. RGB value is (164,219,187). Sum of RGB (Red+Green+Blue) = 164+219+187=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DBBB is #5B2444. Grayscale: #C6C6C6. Windows color (decimal): -5973061 or 12311460. OLE color: 12311460.

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

Color convert

RGB164219187-
CMYK0.2500.150.14
HSL145.09º43.31%75.1%-
HSV(B)145.09º25.11%85.88%-
XYZ49.6162.1456.39-
YUV198.91121.28103.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.77%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=28.77%
G=38.42%
B=32.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642191870.2500.150.14145.0943.3175.1
HexA4DBBB190FE912b4b
Octal244333273310171622153113
Binary10100100110110111011101111001011111110100100011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DBBB; }

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

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

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

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

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

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

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

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