#8DCBAB

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

Shades of Vista Blue #8DCBAB

Tints of Vista Blue #8DCBAB

Color information

#8DCBAB (or 0x8DCBAB) is unknown color: approx Vista Blue. HEX triplet: 8D, CB and AB. RGB value is (141,203,171). Sum of RGB (Red+Green+Blue) = 141+203+171=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCBAB is #723454. Grayscale: #B4B4B4. Windows color (decimal): -7484501 or 11258765. OLE color: 11258765.

HSL color Cylindrical-coordinate representation of color #8DCBAB: hue angle of 149.03º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCBAB is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB141203171-
CMYK0.3100.160.20
HSL149.03º37.35%67.45%-
HSV(B)149.03º30.54%79.61%-
XYZ39.6951.3146.34-
YUV180.81122.4699.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.38%
GREEN value IS 203 (79.69% from 255) = 39.42%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=27.38%
G=39.42%
B=33.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412031710.3100.160.20149.0337.3567.45
Hex8DCBAB1F01014952543
Octal215313253370202422545103
Binary1000110111001011101010111111101000010100100101011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DCBAB; }

 p { color: rgb(141,203,171); }

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

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

 a { background-color: rgb(141,203,171); }

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

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

 span { border-color: rgb(141,203,171); }

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