#8FCAAE

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

Shades of Vista Blue #8FCAAE

Tints of Vista Blue #8FCAAE

Color information

#8FCAAE (or 0x8FCAAE) is unknown color: approx Vista Blue. HEX triplet: 8F, CA and AE. RGB value is (143,202,174). Sum of RGB (Red+Green+Blue) = 143+202+174=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCAAE is #703551. Grayscale: #B5B5B5. Windows color (decimal): -7353682 or 11455119. OLE color: 11455119.

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

Color convert

RGB143202174-
CMYK0.2900.140.21
HSL151.53º35.76%67.65%-
HSV(B)151.53º29.21%79.22%-
XYZ40.0951.1447.8-
YUV181.17123.95100.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.55%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=27.55%
G=38.92%
B=33.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021740.2900.140.21151.5335.7667.65
Hex8FCAAE1D0E15982444
Octal217312256350162523044104
Binary100011111100101010101110111010111010101100110001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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