#8DCCB3

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

Shades of Vista Blue #8DCCB3

Tints of Vista Blue #8DCCB3

Color information

#8DCCB3 (or 0x8DCCB3) is unknown color: approx Vista Blue. HEX triplet: 8D, CC and B3. RGB value is (141,204,179). Sum of RGB (Red+Green+Blue) = 141+204+179=524 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.91% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCB3 is #72334C. Grayscale: #B6B6B6. Windows color (decimal): -7484237 or 11783309. OLE color: 11783309.

HSL color Cylindrical-coordinate representation of color #8DCCB3: hue angle of 156.19º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCCB3 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB141204179-
CMYK0.3100.120.2
HSL156.19º38.18%67.65%-
HSV(B)156.19º30.88%80%-
XYZ40.7152.150.56-
YUV182.31126.1398.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.91%
GREEN value IS 204 (80.08% from 255) = 38.93%
BLUE value IS 179 (70.31% from 255) = 34.16%
R=26.91%
G=38.93%
B=34.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1412041790.3100.120.2156.1938.1867.65
Hex8DCCB31F0C149c2644
Octal215314263370142423446104
Binary100011011100110010110011111110110010100100111001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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