#8FCDAD

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

Shades of Vista Blue #8FCDAD

Tints of Vista Blue #8FCDAD

Color information

#8FCDAD (or 0x8FCDAD) is unknown color: approx Vista Blue. HEX triplet: 8F, CD and AD. RGB value is (143,205,173). Sum of RGB (Red+Green+Blue) = 143+205+173=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCDAD is #703252. Grayscale: #B6B6B6. Windows color (decimal): -7352915 or 11390351. OLE color: 11390351.

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

Color convert

RGB143205173-
CMYK0.3000.160.20
HSL149.03º38.27%68.24%-
HSV(B)149.03º30.24%80.39%-
XYZ40.752.5247.53-
YUV182.81122.4699.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.45%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=27.45%
G=39.35%
B=33.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432051730.3000.160.20149.0338.2768.24
Hex8FCDAD1E01014952644
Octal217315255360202422546104
Binary1000111111001101101011011111001000010100100101011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,205,173); }

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

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

 a { background-color: rgb(143,205,173); }

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

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

 span { border-color: rgb(143,205,173); }

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