#8DCEB4

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

Shades of Vista Blue #8DCEB4

Tints of Vista Blue #8DCEB4

Color information

#8DCEB4 (or 0x8DCEB4) is unknown color: approx Vista Blue. HEX triplet: 8D, CE and B4. RGB value is (141,206,180). Sum of RGB (Red+Green+Blue) = 141+206+180=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEB4 is #72314B. Grayscale: #B7B7B7. Windows color (decimal): -7483724 or 11849357. OLE color: 11849357.

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

Color convert

RGB141206180-
CMYK0.3200.130.19
HSL156º39.88%68.04%-
HSV(B)156º31.55%80.78%-
XYZ41.2953.151.25-
YUV183.6125.9797.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.76%
GREEN value IS 206 (80.86% from 255) = 39.09%
BLUE value IS 180 (70.70% from 255) = 34.16%
R=26.76%
G=39.09%
B=34.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061800.3200.130.1915639.8868.04
Hex8DCEB4200D139c2844
Octal215316264400152323450104
Binary1000110111001110101101001000000110110011100111001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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