#8FCAB0

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

Shades of Vista Blue #8FCAB0

Tints of Vista Blue #8FCAB0

Color information

#8FCAB0 (or 0x8FCAB0) is unknown color: approx Vista Blue. HEX triplet: 8F, CA and B0. RGB value is (143,202,176). Sum of RGB (Red+Green+Blue) = 143+202+176=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCAB0 is #70354F. Grayscale: #B5B5B5. Windows color (decimal): -7353680 or 11586191. OLE color: 11586191.

HSL color Cylindrical-coordinate representation of color #8FCAB0: hue angle of 153.56º 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 #8FCAB0 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB143202176-
CMYK0.2900.130.21
HSL153.56º35.76%67.65%-
HSV(B)153.56º29.21%79.22%-
XYZ40.2851.2248.84-
YUV181.4124.95100.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.45%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 176 (69.14% from 255) = 33.78%
R=27.45%
G=38.77%
B=33.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021760.2900.130.21153.5635.7667.65
Hex8FCAB01D0D159a2444
Octal217312260350152523244104
Binary100011111100101010110000111010110110101100110101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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