#8CD5AA

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

Shades of Vista Blue #8CD5AA

Tints of Vista Blue #8CD5AA

Color information

#8CD5AA (or 0x8CD5AA) is unknown color: approx Vista Blue. HEX triplet: 8C, D5 and AA. RGB value is (140,213,170). Sum of RGB (Red+Green+Blue) = 140+213+170=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD5AA is #732A55. Grayscale: #BABABA. Windows color (decimal): -7547478 or 11195788. OLE color: 11195788.

HSL color Cylindrical-coordinate representation of color #8CD5AA: hue angle of 144.66º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD5AA is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB140213170-
CMYK0.3400.200.16
HSL144.66º46.5%69.22%-
HSV(B)144.66º34.27%83.53%-
XYZ41.8756.0746.65-
YUV186.27118.8295-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.77%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=26.77%
G=40.73%
B=32.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402131700.3400.200.16144.6646.569.22
Hex8CD5AA2201410912e45
Octal214325252420242022156105
Binary10001100110101011010101010001001010010000100100011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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