#8DEBAE

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

Shades of Vista Blue #8DEBAE

Tints of Vista Blue #8DEBAE

Color information

#8DEBAE (or 0x8DEBAE) is unknown color: approx Vista Blue. HEX triplet: 8D, EB and AE. RGB value is (141,235,174). Sum of RGB (Red+Green+Blue) = 141+235+174=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEBAE is #721451. Grayscale: #C8C8C8. Windows color (decimal): -7476306 or 11463565. OLE color: 11463565.

HSL color Cylindrical-coordinate representation of color #8DEBAE: hue angle of 141.06º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEBAE is Cyan = 0.4, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB141235174-
CMYK0.400.260.08
HSL141.06º70.15%73.73%-
HSV(B)141.06º40%92.16%-
XYZ48.3368.1450.65-
YUV199.94113.3685.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.64%
GREEN value IS 235 (92.19% from 255) = 42.73%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=25.64%
G=42.73%
B=31.64%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412351740.400.260.08141.0670.1573.73
Hex8DEBAE2801A88d464a
Octal2153532565003210215106112
Binary10001101111010111010111010100001101010001000110110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,235,174); }

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

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

 a { background-color: rgb(141,235,174); }

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

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

 span { border-color: rgb(141,235,174); }

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