#8DDCBB

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

Shades of Vista Blue #8DDCBB

Tints of Vista Blue #8DDCBB

Color information

#8DDCBB (or 0x8DDCBB) is unknown color: approx Vista Blue. HEX triplet: 8D, DC and BB. RGB value is (141,220,187). Sum of RGB (Red+Green+Blue) = 141+220+187=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDCBB is #722344. Grayscale: #C0C0C0. Windows color (decimal): -7480133 or 12311693. OLE color: 12311693.

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

Color convert

RGB141220187-
CMYK0.3600.150.14
HSL154.94º53.02%70.78%-
HSV(B)154.94º35.91%86.27%-
XYZ45.5560.4456.28-
YUV192.62124.8391.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.73%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 187 (73.44% from 255) = 34.12%
R=25.73%
G=40.15%
B=34.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412201870.3600.150.14154.9453.0270.78
Hex8DDCBB240FE9b3547
Octal215334273440171623365107
Binary100011011101110010111011100100011111110100110111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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