#8CDAAD

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

Shades of Vista Blue #8CDAAD

Tints of Vista Blue #8CDAAD

Color information

#8CDAAD (or 0x8CDAAD) is unknown color: approx Vista Blue. HEX triplet: 8C, DA and AD. RGB value is (140,218,173). Sum of RGB (Red+Green+Blue) = 140+218+173=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDAAD is #732552. Grayscale: #BDBDBD. Windows color (decimal): -7546195 or 11393676. OLE color: 11393676.

HSL color Cylindrical-coordinate representation of color #8CDAAD: hue angle of 145.38º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDAAD is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB140218173-
CMYK0.3600.210.15
HSL145.38º51.32%70.2%-
HSV(B)145.38º35.78%85.49%-
XYZ43.4358.7448.58-
YUV189.55118.6692.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.37%
GREEN value IS 218 (85.55% from 255) = 41.05%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=26.37%
G=41.05%
B=32.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402181730.3600.210.15145.3851.3270.2
Hex8CDAAD24015F913346
Octal214332255440251722163106
Binary1000110011011010101011011001000101011111100100011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,218,173); }

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

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

 a { background-color: rgb(140,218,173); }

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

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

 span { border-color: rgb(140,218,173); }

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