#8FCCAD

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

Shades of Vista Blue #8FCCAD

Tints of Vista Blue #8FCCAD

Color information

#8FCCAD (or 0x8FCCAD) is unknown color: approx Vista Blue. HEX triplet: 8F, CC and AD. RGB value is (143,204,173). Sum of RGB (Red+Green+Blue) = 143+204+173=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCAD is #703352. Grayscale: #B6B6B6. Windows color (decimal): -7353171 or 11390095. OLE color: 11390095.

HSL color Cylindrical-coordinate representation of color #8FCCAD: hue angle of 149.51º degrees, saturation: 0.37, 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 #8FCCAD is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB143204173-
CMYK0.3000.150.2
HSL149.51º37.42%68.04%-
HSV(B)149.51º29.9%80%-
XYZ40.4652.0447.45-
YUV182.23122.79100.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.5%
GREEN value IS 204 (80.08% from 255) = 39.23%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=27.5%
G=39.23%
B=33.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041730.3000.150.2149.5137.4268.04
Hex8FCCAD1E0F14962544
Octal217314255360172422645104
Binary100011111100110010101101111100111110100100101101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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