#8DDBBB

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

Shades of Vista Blue #8DDBBB

Tints of Vista Blue #8DDBBB

Color information

#8DDBBB (or 0x8DDBBB) is unknown color: approx Vista Blue. HEX triplet: 8D, DB and BB. RGB value is (141,219,187). Sum of RGB (Red+Green+Blue) = 141+219+187=547 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.78% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDBBB is #722444. Grayscale: #C0C0C0. Windows color (decimal): -7480389 or 12311437. OLE color: 12311437.

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

Color convert

RGB141219187-
CMYK0.3600.150.14
HSL155.38º52%70.59%-
HSV(B)155.38º35.62%85.88%-
XYZ45.2959.9156.19-
YUV192.03125.1691.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.78%
GREEN value IS 219 (85.94% from 255) = 40.04%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=25.78%
G=40.04%
B=34.19%

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
Decimal1412191870.3600.150.14155.385270.59
Hex8DDBBB240FE9b3447
Octal215333273440171623364107
Binary100011011101101110111011100100011111110100110111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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