#8DCEB5

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

Shades of Vista Blue #8DCEB5

Tints of Vista Blue #8DCEB5

Color information

#8DCEB5 (or 0x8DCEB5) is unknown color: approx Vista Blue. HEX triplet: 8D, CE and B5. RGB value is (141,206,181). Sum of RGB (Red+Green+Blue) = 141+206+181=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEB5 is #72314A. Grayscale: #B7B7B7. Windows color (decimal): -7483723 or 11914893. OLE color: 11914893.

HSL color Cylindrical-coordinate representation of color #8DCEB5: hue angle of 156.92º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCEB5 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB141206181-
CMYK0.3200.120.19
HSL156.92º39.88%68.04%-
HSV(B)156.92º31.55%80.78%-
XYZ41.453.1451.79-
YUV183.71126.4797.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.70%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=26.70%
G=39.02%
B=34.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061810.3200.120.19156.9239.8868.04
Hex8DCEB5200C139d2844
Octal215316265400142323550104
Binary1000110111001110101101011000000110010011100111011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,206,181); }

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

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

 a { background-color: rgb(141,206,181); }

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

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

 span { border-color: rgb(141,206,181); }

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