#8FCEB1

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

Shades of Vista Blue #8FCEB1

Tints of Vista Blue #8FCEB1

Color information

#8FCEB1 (or 0x8FCEB1) is unknown color: approx Vista Blue. HEX triplet: 8F, CE and B1. RGB value is (143,206,177). Sum of RGB (Red+Green+Blue) = 143+206+177=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCEB1 is #70314E. Grayscale: #B7B7B7. Windows color (decimal): -7352655 or 11652751. OLE color: 11652751.

HSL color Cylindrical-coordinate representation of color #8FCEB1: hue angle of 152.38º 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 #8FCEB1 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB143206177-
CMYK0.3100.140.19
HSL152.38º39.13%68.43%-
HSV(B)152.38º30.58%80.78%-
XYZ41.3353.1649.68-
YUV183.86124.1398.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.19%
GREEN value IS 206 (80.86% from 255) = 39.16%
BLUE value IS 177 (69.53% from 255) = 33.65%
R=27.19%
G=39.16%
B=33.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432061770.3100.140.19152.3839.1368.43
Hex8FCEB11F0E13982744
Octal217316261370162323047104
Binary100011111100111010110001111110111010011100110001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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