#8DCDB1

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

Shades of Vista Blue #8DCDB1

Tints of Vista Blue #8DCDB1

Color information

#8DCDB1 (or 0x8DCDB1) is unknown color: approx Vista Blue. HEX triplet: 8D, CD and B1. RGB value is (141,205,177). Sum of RGB (Red+Green+Blue) = 141+205+177=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCDB1 is #72324E. Grayscale: #B6B6B6. Windows color (decimal): -7483983 or 11652493. OLE color: 11652493.

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

Color convert

RGB141205177-
CMYK0.3100.140.20
HSL153.75º39.02%67.84%-
HSV(B)153.75º31.22%80.39%-
XYZ40.7552.549.58-
YUV182.67124.898.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.96%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=26.96%
G=39.20%
B=33.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051770.3100.140.20153.7539.0267.84
Hex8DCDB11F0E149a2744
Octal215315261370162423247104
Binary100011011100110110110001111110111010100100110101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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