#8FCBAE

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

Shades of Vista Blue #8FCBAE

Tints of Vista Blue #8FCBAE

Color information

#8FCBAE (or 0x8FCBAE) is unknown color: approx Vista Blue. HEX triplet: 8F, CB and AE. RGB value is (143,203,174). Sum of RGB (Red+Green+Blue) = 143+203+174=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCBAE is #703451. Grayscale: #B5B5B5. Windows color (decimal): -7353426 or 11455375. OLE color: 11455375.

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

Color convert

RGB143203174-
CMYK0.3000.140.20
HSL151º36.59%67.84%-
HSV(B)151º29.56%79.61%-
XYZ40.3251.6147.88-
YUV181.75123.62100.36-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.5%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=27.5%
G=39.04%
B=33.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432031740.3000.140.2015136.5967.84
Hex8FCBAE1E0E14972544
Octal217313256360162422745104
Binary100011111100101110101110111100111010100100101111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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