#8BCAAE

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

Shades of Vista Blue #8BCAAE

Tints of Vista Blue #8BCAAE

Color information

#8BCAAE (or 0x8BCAAE) is unknown color: approx Vista Blue. HEX triplet: 8B, CA and AE. RGB value is (139,202,174). Sum of RGB (Red+Green+Blue) = 139+202+174=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCAAE is #743551. Grayscale: #B4B4B4. Windows color (decimal): -7615826 or 11455115. OLE color: 11455115.

HSL color Cylindrical-coordinate representation of color #8BCAAE: hue angle of 153.33º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BCAAE is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB139202174-
CMYK0.3100.140.21
HSL153.33º37.28%66.86%-
HSV(B)153.33º31.19%79.22%-
XYZ39.4150.7947.77-
YUV179.97124.6398.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.99%
GREEN value IS 202 (79.30% from 255) = 39.22%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=26.99%
G=39.22%
B=33.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1392021740.3100.140.21153.3337.2866.86
Hex8BCAAE1F0E15992543
Octal213312256370162523145103
Binary100010111100101010101110111110111010101100110011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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