#81EBAE

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

Shades of Vista Blue #81EBAE

Tints of Vista Blue #81EBAE

Color information

#81EBAE (or 0x81EBAE) is unknown color: approx Vista Blue. HEX triplet: 81, EB and AE. RGB value is (129,235,174). Sum of RGB (Red+Green+Blue) = 129+235+174=538 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.98% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #81EBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EBAE is #7E1451. Grayscale: #C4C4C4. Windows color (decimal): -8262738 or 11463553. OLE color: 11463553.

HSL color Cylindrical-coordinate representation of color #81EBAE: hue angle of 145.47º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81EBAE is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB129235174-
CMYK0.4500.260.08
HSL145.47º72.6%71.37%-
HSV(B)145.47º45.11%92.16%-
XYZ46.467.1450.56-
YUV196.35115.3879.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.98%
GREEN value IS 235 (92.19% from 255) = 43.68%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=23.98%
G=43.68%
B=32.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1292351740.4500.260.08145.4772.671.37
Hex81EBAE2D01A8914947
Octal2013532565503210221111107
Binary10000001111010111010111010110101101010001001000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81EBAE; }

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

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

<style>
 a { background-color: #81EBAE; }

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

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

<style>
 span { border-color: #81EBAE; }

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

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