#8FCBAB

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

Shades of Vista Blue #8FCBAB

Tints of Vista Blue #8FCBAB

Color information

#8FCBAB (or 0x8FCBAB) is unknown color: approx Vista Blue. HEX triplet: 8F, CB and AB. RGB value is (143,203,171). Sum of RGB (Red+Green+Blue) = 143+203+171=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCBAB is #703454. Grayscale: #B5B5B5. Windows color (decimal): -7353429 or 11258767. OLE color: 11258767.

HSL color Cylindrical-coordinate representation of color #8FCBAB: hue angle of 148º 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 #8FCBAB is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB143203171-
CMYK0.3000.160.20
HSL148º36.59%67.84%-
HSV(B)148º29.56%79.61%-
XYZ40.0351.4946.36-
YUV181.41122.12100.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.66%
GREEN value IS 203 (79.69% from 255) = 39.26%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=27.66%
G=39.26%
B=33.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432031710.3000.160.2014836.5967.84
Hex8FCBAB1E01014942544
Octal217313253360202422445104
Binary1000111111001011101010111111001000010100100101001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,203,171); }

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

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

 a { background-color: rgb(143,203,171); }

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

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

 span { border-color: rgb(143,203,171); }

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