#8DCDAE

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

Shades of Vista Blue #8DCDAE

Tints of Vista Blue #8DCDAE

Color information

#8DCDAE (or 0x8DCDAE) is unknown color: approx Vista Blue. HEX triplet: 8D, CD and AE. RGB value is (141,205,174). Sum of RGB (Red+Green+Blue) = 141+205+174=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCDAE is #723251. Grayscale: #B6B6B6. Windows color (decimal): -7483986 or 11455885. OLE color: 11455885.

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

Color convert

RGB141205174-
CMYK0.3100.150.20
HSL150.94º39.02%67.84%-
HSV(B)150.94º31.22%80.39%-
XYZ40.4652.3848.02-
YUV182.33123.398.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.12%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=27.12%
G=39.42%
B=33.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051740.3100.150.20150.9439.0267.84
Hex8DCDAE1F0F14972744
Octal215315256370172422747104
Binary100011011100110110101110111110111110100100101111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,205,174); }

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

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

 a { background-color: rgb(141,205,174); }

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

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

 span { border-color: rgb(141,205,174); }

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