#81D8AB

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

Shades of Vista Blue #81D8AB

Tints of Vista Blue #81D8AB

Color information

#81D8AB (or 0x81D8AB) is unknown color: approx Vista Blue. HEX triplet: 81, D8 and AB. RGB value is (129,216,171). Sum of RGB (Red+Green+Blue) = 129+216+171=516 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #81D8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D8AB is #7E2754. Grayscale: #B8B8B8. Windows color (decimal): -8267605 or 11262081. OLE color: 11262081.

HSL color Cylindrical-coordinate representation of color #81D8AB: hue angle of 148.97º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D8AB is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB129216171-
CMYK0.4000.210.15
HSL148.97º52.73%67.65%-
HSV(B)148.97º40.28%84.71%-
XYZ40.9656.7247.32-
YUV184.86120.1888.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25%
GREEN value IS 216 (84.77% from 255) = 41.86%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=25%
G=41.86%
B=33.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292161710.4000.210.15148.9752.7367.65
Hex81D8AB28015F953544
Octal201330253500251722565104
Binary1000000111011000101010111010000101011111100101011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,216,171); }

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

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

 a { background-color: rgb(129,216,171); }

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

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

 span { border-color: rgb(129,216,171); }

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