#81DAB3

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

Shades of Vista Blue #81DAB3

Tints of Vista Blue #81DAB3

Color information

#81DAB3 (or 0x81DAB3) is unknown color: approx Vista Blue. HEX triplet: 81, DA and B3. RGB value is (129,218,179). Sum of RGB (Red+Green+Blue) = 129+218+179=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #81DAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DAB3 is #7E254C. Grayscale: #BBBBBB. Windows color (decimal): -8267085 or 11786881. OLE color: 11786881.

HSL color Cylindrical-coordinate representation of color #81DAB3: hue angle of 153.71º 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 #81DAB3 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB129218179-
CMYK0.4100.180.15
HSL153.71º54.6%68.04%-
HSV(B)153.71º40.83%85.49%-
XYZ42.2658.0651.63-
YUV186.94123.5186.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.52%
GREEN value IS 218 (85.55% from 255) = 41.44%
BLUE value IS 179 (70.31% from 255) = 34.03%
R=24.52%
G=41.44%
B=34.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292181790.4100.180.15153.7154.668.04
Hex81DAB329012F9a3744
Octal201332263510221723267104
Binary1000000111011010101100111010010100101111100110101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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