#81DAAE

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

Shades of Vista Blue #81DAAE

Tints of Vista Blue #81DAAE

Color information

#81DAAE (or 0x81DAAE) is unknown color: approx Vista Blue. HEX triplet: 81, DA and AE. RGB value is (129,218,174). Sum of RGB (Red+Green+Blue) = 129+218+174=521 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.76% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #81DAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DAAE is #7E2551. Grayscale: #BABABA. Windows color (decimal): -8267090 or 11459201. OLE color: 11459201.

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

Color convert

RGB129218174-
CMYK0.4100.200.15
HSL150.34º54.6%68.04%-
HSV(B)150.34º40.83%85.49%-
XYZ41.7657.8749.01-
YUV186.37121.0187.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.76%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=24.76%
G=41.84%
B=33.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292181740.4100.200.15150.3454.668.04
Hex81DAAE29014F963744
Octal201332256510241722667104
Binary1000000111011010101011101010010101001111100101101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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