#8FDCB0

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

Shades of Vista Blue #8FDCB0

Tints of Vista Blue #8FDCB0

Color information

#8FDCB0 (or 0x8FDCB0) is unknown color: approx Vista Blue. HEX triplet: 8F, DC and B0. RGB value is (143,220,176). Sum of RGB (Red+Green+Blue) = 143+220+176=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDCB0 is #70234F. Grayscale: #C0C0C0. Windows color (decimal): -7349072 or 11590799. OLE color: 11590799.

HSL color Cylindrical-coordinate representation of color #8FDCB0: hue angle of 145.71º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDCB0 is Cyan = 0.35, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB143220176-
CMYK0.3500.20.14
HSL145.71º52.38%71.18%-
HSV(B)145.71º35%86.27%-
XYZ44.7660.1650.33-
YUV191.96118.9993.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.53%
GREEN value IS 220 (86.33% from 255) = 40.82%
BLUE value IS 176 (69.14% from 255) = 32.65%
R=26.53%
G=40.82%
B=32.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1432201760.3500.20.14145.7152.3871.18
Hex8FDCB023014E923447
Octal217334260430241622264107
Binary1000111111011100101100001000110101001110100100101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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