#8DECA9

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

Shades of Vista Blue #8DECA9

Tints of Vista Blue #8DECA9

Color information

#8DECA9 (or 0x8DECA9) is unknown color: approx Vista Blue. HEX triplet: 8D, EC and A9. RGB value is (141,236,169). Sum of RGB (Red+Green+Blue) = 141+236+169=546 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.82% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DECA9 is #721356. Grayscale: #C8C8C8. Windows color (decimal): -7476055 or 11136141. OLE color: 11136141.

HSL color Cylindrical-coordinate representation of color #8DECA9: hue angle of 137.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DECA9 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB141236169-
CMYK0.4000.280.07
HSL137.68º71.43%73.92%-
HSV(B)137.68º40.25%92.55%-
XYZ48.1468.5248.22-
YUV199.96110.5385.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.82%
GREEN value IS 236 (92.58% from 255) = 43.22%
BLUE value IS 169 (66.41% from 255) = 30.95%
R=25.82%
G=43.22%
B=30.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412361690.4000.280.07137.6871.4373.92
Hex8DECA92801C78a474a
Octal215354251500347212107112
Binary1000110111101100101010011010000111001111000101010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DECA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,236,169); }

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

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

 a { background-color: rgb(141,236,169); }

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

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

 span { border-color: rgb(141,236,169); }

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