#8DECBB

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

Shades of Vista Blue #8DECBB

Tints of Vista Blue #8DECBB

Color information

#8DECBB (or 0x8DECBB) is unknown color: approx Vista Blue. HEX triplet: 8D, EC and BB. RGB value is (141,236,187). Sum of RGB (Red+Green+Blue) = 141+236+187=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DECBB is #721344. Grayscale: #CACACA. Windows color (decimal): -7476037 or 12315789. OLE color: 12315789.

HSL color Cylindrical-coordinate representation of color #8DECBB: hue angle of 149.05º 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 #8DECBB is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB141236187-
CMYK0.4000.210.07
HSL149.05º71.43%73.92%-
HSV(B)149.05º40.25%92.55%-
XYZ49.9569.2457.75-
YUV202.01119.5384.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25%
GREEN value IS 236 (92.58% from 255) = 41.84%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=25%
G=41.84%
B=33.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412361870.4000.210.07149.0571.4373.92
Hex8DECBB28015795474a
Octal215354273500257225107112
Binary1000110111101100101110111010000101011111001010110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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