#8DCBB3

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

Shades of Vista Blue #8DCBB3

Tints of Vista Blue #8DCBB3

Color information

#8DCBB3 (or 0x8DCBB3) is unknown color: approx Vista Blue. HEX triplet: 8D, CB and B3. RGB value is (141,203,179). Sum of RGB (Red+Green+Blue) = 141+203+179=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBB3 is #72344C. Grayscale: #B5B5B5. Windows color (decimal): -7484493 or 11783053. OLE color: 11783053.

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

Color convert

RGB141203179-
CMYK0.3100.120.20
HSL156.77º37.35%67.45%-
HSV(B)156.77º30.54%79.61%-
XYZ40.4851.6350.48-
YUV181.73126.4698.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.96%
GREEN value IS 203 (79.69% from 255) = 38.81%
BLUE value IS 179 (70.31% from 255) = 34.23%
R=26.96%
G=38.81%
B=34.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412031790.3100.120.20156.7737.3567.45
Hex8DCBB31F0C149d2543
Octal215313263370142423545103
Binary100011011100101110110011111110110010100100111011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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