#8DCAAD

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

Shades of Vista Blue #8DCAAD

Tints of Vista Blue #8DCAAD

Color information

#8DCAAD (or 0x8DCAAD) is unknown color: approx Vista Blue. HEX triplet: 8D, CA and AD. RGB value is (141,202,173). Sum of RGB (Red+Green+Blue) = 141+202+173=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCAAD is #723552. Grayscale: #B4B4B4. Windows color (decimal): -7484755 or 11389581. OLE color: 11389581.

HSL color Cylindrical-coordinate representation of color #8DCAAD: hue angle of 151.48º 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 #8DCAAD is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB141202173-
CMYK0.3000.140.21
HSL151.48º36.53%67.25%-
HSV(B)151.48º30.2%79.22%-
XYZ39.6550.9247.27-
YUV180.46123.7999.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.33%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=27.33%
G=39.15%
B=33.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021730.3000.140.21151.4836.5367.25
Hex8DCAAD1E0E15972543
Octal215312255360162522745103
Binary100011011100101010101101111100111010101100101111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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