#8DCBB0

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

Shades of Vista Blue #8DCBB0

Tints of Vista Blue #8DCBB0

Color information

#8DCBB0 (or 0x8DCBB0) is unknown color: approx Vista Blue. HEX triplet: 8D, CB and B0. RGB value is (141,203,176). Sum of RGB (Red+Green+Blue) = 141+203+176=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCBB0 is #72344F. Grayscale: #B5B5B5. Windows color (decimal): -7484496 or 11586445. OLE color: 11586445.

HSL color Cylindrical-coordinate representation of color #8DCBB0: hue angle of 153.87º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCBB0 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB141203176-
CMYK0.3100.130.20
HSL153.87º37.35%67.45%-
HSV(B)153.87º30.54%79.61%-
XYZ40.1851.5148.9-
YUV181.38124.9699.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.12%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 176 (69.14% from 255) = 33.85%
R=27.12%
G=39.04%
B=33.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412031760.3100.130.20153.8737.3567.45
Hex8DCBB01F0D149a2543
Octal215313260370152423245103
Binary100011011100101110110000111110110110100100110101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,203,176); }

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

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

 a { background-color: rgb(141,203,176); }

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

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

 span { border-color: rgb(141,203,176); }

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