#81DFAD

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

Shades of Vista Blue #81DFAD

Tints of Vista Blue #81DFAD

Color information

#81DFAD (or 0x81DFAD) is unknown color: approx Vista Blue. HEX triplet: 81, DF and AD. RGB value is (129,223,173). Sum of RGB (Red+Green+Blue) = 129+223+173=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #81DFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DFAD is #7E2052. Grayscale: #BDBDBD. Windows color (decimal): -8265811 or 11394945. OLE color: 11394945.

HSL color Cylindrical-coordinate representation of color #81DFAD: hue angle of 148.09º degrees, saturation: 0.59, 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 #81DFAD is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB129223173-
CMYK0.4200.220.13
HSL148.09º59.49%69.02%-
HSV(B)148.09º42.15%87.45%-
XYZ42.9860.4648.94-
YUV189.19118.8685.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.57%
GREEN value IS 223 (87.5% from 255) = 42.48%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=24.57%
G=42.48%
B=32.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1292231730.4200.220.13148.0959.4969.02
Hex81DFAD2A016D943b45
Octal201337255520261522473105
Binary1000000111011111101011011010100101101101100101001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,223,173); }

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

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

 a { background-color: rgb(129,223,173); }

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

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

 span { border-color: rgb(129,223,173); }

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