#8DCDB2

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

Shades of Vista Blue #8DCDB2

Tints of Vista Blue #8DCDB2

Color information

#8DCDB2 (or 0x8DCDB2) is unknown color: approx Vista Blue. HEX triplet: 8D, CD and B2. RGB value is (141,205,178). Sum of RGB (Red+Green+Blue) = 141+205+178=524 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.91% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCDB2 is #72324D. Grayscale: #B6B6B6. Windows color (decimal): -7483982 or 11718029. OLE color: 11718029.

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

Color convert

RGB141205178-
CMYK0.3100.130.20
HSL154.69º39.02%67.84%-
HSV(B)154.69º31.22%80.39%-
XYZ40.8552.5450.11-
YUV182.79125.398.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.91%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 178 (69.92% from 255) = 33.97%
R=26.91%
G=39.12%
B=33.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051780.3100.130.20154.6939.0267.84
Hex8DCDB21F0D149b2744
Octal215315262370152423347104
Binary100011011100110110110010111110110110100100110111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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