#81DAB1

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

Shades of Vista Blue #81DAB1

Tints of Vista Blue #81DAB1

Color information

#81DAB1 (or 0x81DAB1) is unknown color: approx Vista Blue. HEX triplet: 81, DA and B1. RGB value is (129,218,177). Sum of RGB (Red+Green+Blue) = 129+218+177=524 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.62% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #81DAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DAB1 is #7E254E. Grayscale: #BABABA. Windows color (decimal): -8267087 or 11655809. OLE color: 11655809.

HSL color Cylindrical-coordinate representation of color #81DAB1: hue angle of 152.36º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DAB1 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB129218177-
CMYK0.4100.190.15
HSL152.36º54.6%68.04%-
HSV(B)152.36º40.83%85.49%-
XYZ42.0657.9850.57-
YUV186.71122.5186.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.62%
GREEN value IS 218 (85.55% from 255) = 41.60%
BLUE value IS 177 (69.53% from 255) = 33.78%
R=24.62%
G=41.60%
B=33.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292181770.4100.190.15152.3654.668.04
Hex81DAB129013F983744
Octal201332261510231723067104
Binary1000000111011010101100011010010100111111100110001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,218,177); }

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

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

 a { background-color: rgb(129,218,177); }

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

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

 span { border-color: rgb(129,218,177); }

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