#8BCCAF

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

Shades of Vista Blue #8BCCAF

Tints of Vista Blue #8BCCAF

Color information

#8BCCAF (or 0x8BCCAF) is unknown color: approx Vista Blue. HEX triplet: 8B, CC and AF. RGB value is (139,204,175). Sum of RGB (Red+Green+Blue) = 139+204+175=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCCAF is #743350. Grayscale: #B5B5B5. Windows color (decimal): -7615313 or 11521163. OLE color: 11521163.

HSL color Cylindrical-coordinate representation of color #8BCCAF: hue angle of 153.23º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCCAF is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB139204175-
CMYK0.3200.140.2
HSL153.23º38.92%67.25%-
HSV(B)153.23º31.86%80%-
XYZ39.9851.7748.44-
YUV181.26124.4797.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.83%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=26.83%
G=39.38%
B=33.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1392041750.3200.140.2153.2338.9267.25
Hex8BCCAF200E14992743
Octal213314257400162423147103
Binary1000101111001100101011111000000111010100100110011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,204,175); }

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

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

 a { background-color: rgb(139,204,175); }

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

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

 span { border-color: rgb(139,204,175); }

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