#8FCAAB

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

Shades of Vista Blue #8FCAAB

Tints of Vista Blue #8FCAAB

Color information

#8FCAAB (or 0x8FCAAB) is unknown color: approx Vista Blue. HEX triplet: 8F, CA and AB. RGB value is (143,202,171). Sum of RGB (Red+Green+Blue) = 143+202+171=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCAAB is #703554. Grayscale: #B4B4B4. Windows color (decimal): -7353685 or 11258511. OLE color: 11258511.

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

Color convert

RGB143202171-
CMYK0.2900.150.21
HSL148.47º35.76%67.65%-
HSV(B)148.47º29.21%79.22%-
XYZ39.851.0246.28-
YUV180.82122.45101.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.71%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=27.71%
G=39.15%
B=33.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021710.2900.150.21148.4735.7667.65
Hex8FCAAB1D0F15942444
Octal217312253350172522444104
Binary100011111100101010101011111010111110101100101001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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