#8CCCA5

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

Shades of Vista Blue #8CCCA5

Tints of Vista Blue #8CCCA5

Color information

#8CCCA5 (or 0x8CCCA5) is unknown color: approx Vista Blue. HEX triplet: 8C, CC and A5. RGB value is (140,204,165). Sum of RGB (Red+Green+Blue) = 140+204+165=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCCA5 is #73335A. Grayscale: #B4B4B4. Windows color (decimal): -7549787 or 10865804. OLE color: 10865804.

HSL color Cylindrical-coordinate representation of color #8CCCA5: hue angle of 143.44º degrees, saturation: 0.39, 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 #8CCCA5 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB140204165-
CMYK0.3100.190.2
HSL143.44º38.55%67.45%-
HSV(B)143.44º31.37%80%-
XYZ39.251.4843.47-
YUV180.42119.399.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.50%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 165 (64.84% from 255) = 32.42%
R=27.50%
G=40.08%
B=32.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1402041650.3100.190.2143.4438.5567.45
Hex8CCCA51F013148f2743
Octal214314245370232421747103
Binary1000110011001100101001011111101001110100100011111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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