#8CCBAA

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

Shades of Vista Blue #8CCBAA

Tints of Vista Blue #8CCBAA

Color information

#8CCBAA (or 0x8CCBAA) is unknown color: approx Vista Blue. HEX triplet: 8C, CB and AA. RGB value is (140,203,170). Sum of RGB (Red+Green+Blue) = 140+203+170=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCBAA is #733455. Grayscale: #B4B4B4. Windows color (decimal): -7550038 or 11193228. OLE color: 11193228.

HSL color Cylindrical-coordinate representation of color #8CCBAA: hue angle of 148.57º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCBAA is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB140203170-
CMYK0.3100.160.20
HSL148.57º37.72%67.25%-
HSV(B)148.57º31.03%79.61%-
XYZ39.4351.1945.83-
YUV180.4122.1399.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.29%
GREEN value IS 203 (79.69% from 255) = 39.57%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=27.29%
G=39.57%
B=33.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402031700.3100.160.20148.5737.7267.25
Hex8CCBAA1F01014952643
Octal214313252370202422546103
Binary1000110011001011101010101111101000010100100101011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,203,170); }

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

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

 a { background-color: rgb(140,203,170); }

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

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

 span { border-color: rgb(140,203,170); }

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