#8DDCB4

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

Shades of Vista Blue #8DDCB4

Tints of Vista Blue #8DDCB4

Color information

#8DDCB4 (or 0x8DDCB4) is unknown color: approx Vista Blue. HEX triplet: 8D, DC and B4. RGB value is (141,220,180). Sum of RGB (Red+Green+Blue) = 141+220+180=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDCB4 is #72234B. Grayscale: #BFBFBF. Windows color (decimal): -7480140 or 11852941. OLE color: 11852941.

HSL color Cylindrical-coordinate representation of color #8DDCB4: hue angle of 149.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDCB4 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB141220180-
CMYK0.3600.180.14
HSL149.62º53.02%70.78%-
HSV(B)149.62º35.91%86.27%-
XYZ44.8260.1452.43-
YUV191.82121.3391.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.06%
GREEN value IS 220 (86.33% from 255) = 40.67%
BLUE value IS 180 (70.70% from 255) = 33.27%
R=26.06%
G=40.67%
B=33.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412201800.3600.180.14149.6253.0270.78
Hex8DDCB424012E963547
Octal215334264440221622665107
Binary1000110111011100101101001001000100101110100101101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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