#A3DBBC

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

Shades of Vista Blue #A3DBBC

Tints of Vista Blue #A3DBBC

Color information

#A3DBBC (or 0xA3DBBC) is unknown color: approx Vista Blue. HEX triplet: A3, DB and BC. RGB value is (163,219,188). Sum of RGB (Red+Green+Blue) = 163+219+188=570 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.60% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DBBC is #5C2443. Grayscale: #C6C6C6. Windows color (decimal): -6038596 or 12376995. OLE color: 12376995.

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

Color convert

RGB163219188-
CMYK0.2600.140.14
HSL146.79º43.75%74.9%-
HSV(B)146.79º25.57%85.88%-
XYZ49.5162.0856.95-
YUV198.72121.95102.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.60%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 188 (73.83% from 255) = 32.98%
R=28.60%
G=38.42%
B=32.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632191880.2600.140.14146.7943.7574.9
HexA3DBBC1A0EE932c4b
Octal243333274320161622354113
Binary10100011110110111011110011010011101110100100111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DBBC; }

 p { color: rgb(163,219,188); }

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

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

 a { background-color: rgb(163,219,188); }

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

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

 span { border-color: rgb(163,219,188); }

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