#8DCDB4

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

Shades of Vista Blue #8DCDB4

Tints of Vista Blue #8DCDB4

Color information

#8DCDB4 (or 0x8DCDB4) is unknown color: approx Vista Blue. HEX triplet: 8D, CD and B4. RGB value is (141,205,180). Sum of RGB (Red+Green+Blue) = 141+205+180=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCDB4 is #72324B. Grayscale: #B7B7B7. Windows color (decimal): -7483980 or 11849101. OLE color: 11849101.

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

Color convert

RGB141205180-
CMYK0.3100.120.20
HSL156.56º39.02%67.84%-
HSV(B)156.56º31.22%80.39%-
XYZ41.0552.6251.17-
YUV183.01126.398.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.81%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 180 (70.70% from 255) = 34.22%
R=26.81%
G=38.97%
B=34.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051800.3100.120.20156.5639.0267.84
Hex8DCDB41F0C149d2744
Octal215315264370142423547104
Binary100011011100110110110100111110110010100100111011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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