#A0DFBE

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

Shades of Vista Blue #A0DFBE

Tints of Vista Blue #A0DFBE

Color information

#A0DFBE (or 0xA0DFBE) is unknown color: approx Vista Blue. HEX triplet: A0, DF and BE. RGB value is (160,223,190). Sum of RGB (Red+Green+Blue) = 160+223+190=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DFBE is #5F2041. Grayscale: #C8C8C8. Windows color (decimal): -6234178 or 12509088. OLE color: 12509088.

HSL color Cylindrical-coordinate representation of color #A0DFBE: hue angle of 148.57º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DFBE is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB160223190-
CMYK0.2800.150.13
HSL148.57º49.61%75.1%-
HSV(B)148.57º28.25%87.45%-
XYZ50.1863.9758.42-
YUV200.4122.1399.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.92%
GREEN value IS 223 (87.5% from 255) = 38.92%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=27.92%
G=38.92%
B=33.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602231900.2800.150.13148.5749.6175.1
HexA0DFBE1C0FD95324b
Octal240337276340171522562113
Binary10100000110111111011111011100011111101100101011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DFBE; }

 p { color: rgb(160,223,190); }

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

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

 a { background-color: rgb(160,223,190); }

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

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

 span { border-color: rgb(160,223,190); }

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