#8DCBB1

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

Shades of Vista Blue #8DCBB1

Tints of Vista Blue #8DCBB1

Color information

#8DCBB1 (or 0x8DCBB1) is unknown color: approx Vista Blue. HEX triplet: 8D, CB and B1. RGB value is (141,203,177). Sum of RGB (Red+Green+Blue) = 141+203+177=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCBB1 is #72344E. Grayscale: #B5B5B5. Windows color (decimal): -7484495 or 11651981. OLE color: 11651981.

HSL color Cylindrical-coordinate representation of color #8DCBB1: hue angle of 154.84º 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 #8DCBB1 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB141203177-
CMYK0.3100.130.20
HSL154.84º37.35%67.45%-
HSV(B)154.84º30.54%79.61%-
XYZ40.2851.5549.42-
YUV181.5125.4699.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.06%
GREEN value IS 203 (79.69% from 255) = 38.96%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=27.06%
G=38.96%
B=33.97%

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
Decimal1412031770.3100.130.20154.8437.3567.45
Hex8DCBB11F0D149b2543
Octal215313261370152423345103
Binary100011011100101110110001111110110110100100110111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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