#8DCEB3

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

Shades of Vista Blue #8DCEB3

Tints of Vista Blue #8DCEB3

Color information

#8DCEB3 (or 0x8DCEB3) is unknown color: approx Vista Blue. HEX triplet: 8D, CE and B3. RGB value is (141,206,179). Sum of RGB (Red+Green+Blue) = 141+206+179=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEB3 is #72314C. Grayscale: #B7B7B7. Windows color (decimal): -7483725 or 11783821. OLE color: 11783821.

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

Color convert

RGB141206179-
CMYK0.3200.130.19
HSL155.08º39.88%68.04%-
HSV(B)155.08º31.55%80.78%-
XYZ41.1953.0650.72-
YUV183.49125.4797.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.81%
GREEN value IS 206 (80.86% from 255) = 39.16%
BLUE value IS 179 (70.31% from 255) = 34.03%
R=26.81%
G=39.16%
B=34.03%

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
Decimal1412061790.3200.130.19155.0839.8868.04
Hex8DCEB3200D139b2844
Octal215316263400152323350104
Binary1000110111001110101100111000000110110011100110111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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