#8DCAAA

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

Shades of Vista Blue #8DCAAA

Tints of Vista Blue #8DCAAA

Color information

#8DCAAA (or 0x8DCAAA) is unknown color: approx Vista Blue. HEX triplet: 8D, CA and AA. RGB value is (141,202,170). Sum of RGB (Red+Green+Blue) = 141+202+170=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCAAA is #723555. Grayscale: #B4B4B4. Windows color (decimal): -7484758 or 11192973. OLE color: 11192973.

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

Color convert

RGB141202170-
CMYK0.3000.160.21
HSL148.52º36.53%67.25%-
HSV(B)148.52º30.2%79.22%-
XYZ39.3650.8145.76-
YUV180.11122.29100.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.49%
GREEN value IS 202 (79.30% from 255) = 39.38%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=27.49%
G=39.38%
B=33.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021700.3000.160.21148.5236.5367.25
Hex8DCAAA1E01015952543
Octal215312252360202522545103
Binary1000110111001010101010101111001000010101100101011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,202,170); }

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

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

 a { background-color: rgb(141,202,170); }

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

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

 span { border-color: rgb(141,202,170); }

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