#8FCEB0

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

Shades of Vista Blue #8FCEB0

Tints of Vista Blue #8FCEB0

Color information

#8FCEB0 (or 0x8FCEB0) is unknown color: approx Vista Blue. HEX triplet: 8F, CE and B0. RGB value is (143,206,176). Sum of RGB (Red+Green+Blue) = 143+206+176=525 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.24% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCEB0 is #70314F. Grayscale: #B7B7B7. Windows color (decimal): -7352656 or 11587215. OLE color: 11587215.

HSL color Cylindrical-coordinate representation of color #8FCEB0: hue angle of 151.43º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCEB0 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB143206176-
CMYK0.3100.150.19
HSL151.43º39.13%68.43%-
HSV(B)151.43º30.58%80.78%-
XYZ41.2453.1249.15-
YUV183.74123.6398.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.24%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 176 (69.14% from 255) = 33.52%
R=27.24%
G=39.24%
B=33.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432061760.3100.150.19151.4339.1368.43
Hex8FCEB01F0F13972744
Octal217316260370172322747104
Binary100011111100111010110000111110111110011100101111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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