#8CCDA5

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

Shades of Vista Blue #8CCDA5

Tints of Vista Blue #8CCDA5

Color information

#8CCDA5 (or 0x8CCDA5) is unknown color: approx Vista Blue. HEX triplet: 8C, CD and A5. RGB value is (140,205,165). Sum of RGB (Red+Green+Blue) = 140+205+165=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCDA5 is #73325A. Grayscale: #B5B5B5. Windows color (decimal): -7549531 or 10866060. OLE color: 10866060.

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

Color convert

RGB140205165-
CMYK0.3200.200.20
HSL143.08º39.39%67.65%-
HSV(B)143.08º31.71%80.39%-
XYZ39.4451.9543.55-
YUV181118.9798.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.45%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 165 (64.84% from 255) = 32.35%
R=27.45%
G=40.20%
B=32.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402051650.3200.200.20143.0839.3967.65
Hex8CCDA520014148f2744
Octal214315245400242421747104
Binary10001100110011011010010110000001010010100100011111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,205,165); }

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

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

 a { background-color: rgb(140,205,165); }

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

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

 span { border-color: rgb(140,205,165); }

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