#81DEA6

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

Shades of Vista Blue #81DEA6

Tints of Vista Blue #81DEA6

Color information

#81DEA6 (or 0x81DEA6) is unknown color: approx Vista Blue. HEX triplet: 81, DE and A6. RGB value is (129,222,166). Sum of RGB (Red+Green+Blue) = 129+222+166=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #81DEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DEA6 is #7E2159. Grayscale: #BBBBBB. Windows color (decimal): -8266074 or 10935937. OLE color: 10935937.

HSL color Cylindrical-coordinate representation of color #81DEA6: hue angle of 143.87º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DEA6 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB129222166-
CMYK0.4200.250.13
HSL143.87º58.49%68.82%-
HSV(B)143.87º41.89%87.06%-
XYZ42.0659.6645.38-
YUV187.81115.6986.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.95%
GREEN value IS 222 (87.11% from 255) = 42.94%
BLUE value IS 166 (65.23% from 255) = 32.11%
R=24.95%
G=42.94%
B=32.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1292221660.4200.250.13143.8758.4968.82
Hex81DEA62A019D903a45
Octal201336246520311522072105
Binary1000000111011110101001101010100110011101100100001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,222,166); }

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

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

 a { background-color: rgb(129,222,166); }

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

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

 span { border-color: rgb(129,222,166); }

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