#8CDFA8

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

Shades of Vista Blue #8CDFA8

Tints of Vista Blue #8CDFA8

Color information

#8CDFA8 (or 0x8CDFA8) is unknown color: approx Vista Blue. HEX triplet: 8C, DF and A8. RGB value is (140,223,168). Sum of RGB (Red+Green+Blue) = 140+223+168=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDFA8 is #732057. Grayscale: #C0C0C0. Windows color (decimal): -7544920 or 11067276. OLE color: 11067276.

HSL color Cylindrical-coordinate representation of color #8CDFA8: hue angle of 140.24º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDFA8 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB140223168-
CMYK0.3700.250.13
HSL140.24º56.46%71.18%-
HSV(B)140.24º37.22%87.45%-
XYZ44.2761.1846.52-
YUV191.91114.590.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.37%
GREEN value IS 223 (87.5% from 255) = 42.00%
BLUE value IS 168 (66.02% from 255) = 31.64%
R=26.37%
G=42.00%
B=31.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402231680.3700.250.13140.2456.4671.18
Hex8CDFA825019D8c3847
Octal214337250450311521470107
Binary1000110011011111101010001001010110011101100011001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,223,168); }

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

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

 a { background-color: rgb(140,223,168); }

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

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

 span { border-color: rgb(140,223,168); }

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