#8DCCB2

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

Shades of Vista Blue #8DCCB2

Tints of Vista Blue #8DCCB2

Color information

#8DCCB2 (or 0x8DCCB2) is unknown color: approx Vista Blue. HEX triplet: 8D, CC and B2. RGB value is (141,204,178). Sum of RGB (Red+Green+Blue) = 141+204+178=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCCB2 is #72334D. Grayscale: #B6B6B6. Windows color (decimal): -7484238 or 11717773. OLE color: 11717773.

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

Color convert

RGB141204178-
CMYK0.3100.130.2
HSL155.24º38.18%67.65%-
HSV(B)155.24º30.88%80%-
XYZ40.6152.0650.03-
YUV182.2125.6398.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.96%
GREEN value IS 204 (80.08% from 255) = 39.01%
BLUE value IS 178 (69.92% from 255) = 34.03%
R=26.96%
G=39.01%
B=34.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1412041780.3100.130.2155.2438.1867.65
Hex8DCCB21F0D149b2644
Octal215314262370152423346104
Binary100011011100110010110010111110110110100100110111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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