#8FCAAD

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

Shades of Vista Blue #8FCAAD

Tints of Vista Blue #8FCAAD

Color information

#8FCAAD (or 0x8FCAAD) is unknown color: approx Vista Blue. HEX triplet: 8F, CA and AD. RGB value is (143,202,173). Sum of RGB (Red+Green+Blue) = 143+202+173=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCAAD is #703552. Grayscale: #B5B5B5. Windows color (decimal): -7353683 or 11389583. OLE color: 11389583.

HSL color Cylindrical-coordinate representation of color #8FCAAD: hue angle of 150.51º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCAAD is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB143202173-
CMYK0.2900.140.21
HSL150.51º35.76%67.65%-
HSV(B)150.51º29.21%79.22%-
XYZ39.9951.147.29-
YUV181.05123.45100.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.61%
GREEN value IS 202 (79.30% from 255) = 39.00%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=27.61%
G=39.00%
B=33.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021730.2900.140.21150.5135.7667.65
Hex8FCAAD1D0E15972444
Octal217312255350162522744104
Binary100011111100101010101101111010111010101100101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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