#8FDDBB

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

Shades of Vista Blue #8FDDBB

Tints of Vista Blue #8FDDBB

Color information

#8FDDBB (or 0x8FDDBB) is unknown color: approx Vista Blue. HEX triplet: 8F, DD and BB. RGB value is (143,221,187). Sum of RGB (Red+Green+Blue) = 143+221+187=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDBB is #702244. Grayscale: #C1C1C1. Windows color (decimal): -7348805 or 12311951. OLE color: 12311951.

HSL color Cylindrical-coordinate representation of color #8FDDBB: hue angle of 153.85º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDDBB is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB143221187-
CMYK0.3500.150.13
HSL153.85º53.42%71.37%-
HSV(B)153.85º35.29%86.67%-
XYZ46.1561.1456.38-
YUV193.8124.1691.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.95%
GREEN value IS 221 (86.72% from 255) = 40.11%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=25.95%
G=40.11%
B=33.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1432211870.3500.150.13153.8553.4271.37
Hex8FDDBB230FD9a3547
Octal217335273430171523265107
Binary100011111101110110111011100011011111101100110101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,221,187); }

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

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

 a { background-color: rgb(143,221,187); }

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

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

 span { border-color: rgb(143,221,187); }

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