Html Css Color HEX #81D9A5 Vista Blue

📋 copy color: '#81D9A5'

red 129 ◦ green 217 ◦ blue 165

#81D9A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #81D9A5

Tints of Vista Blue #81D9A5

RGB

 RED value IS 129 (50.78% from 255) = 25.24%

 GREEN value IS 217 (85.16% from 255) = 42.47%

 BLUE value IS 165 (64.84% from 255) = 32.29%

R = 25.24%
G = 42.47%
B = 32.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#81D9A5 (or 0x81D9A5) is known color: Vista Blue. HEX triplet: 81, D9 and A5. RGB value is (129,217,165). Sum of RGB (Red+Green+Blue) = 129+217+165=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #81D9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D9A5 is #7E265A. Grayscale: #B8B8B8. Windows color (decimal): -8267355 or 10869121. OLE color: 10869121.

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

Color convert

RGB 129 217 165 -
CMYK 0.41 0 0.24 0.15
HSL 144.55º 0.54% 0.68% -
HSV(B) 144.55º 0.41% 0.85% -
XYZ 40.66 57.01 44.46 -
YUV 184.76 116.85 88.23 -
System Red Green Blue C M Y K H S L
Decimal 129 217 165 0.41 0 0.24 0.15 144.55 0.54 0.68
Hex 81 D9 A5 29 0 18 F 91 36 44
Octal 201 331 245 51 0 30 17 221 66 104
Binary 10000001 11011001 10100101 101001 0 11000 1111 10010001 110110 1000100

Color Harmonies of #81D9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D9A5

Black with #81D9A5

Text Example


Text Example

White with #81D9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,217,165); }

 H1.HeaderClassName
 {
   color: #81D9A5;
 }
 .AnyTagClassName
 {
   color: #81D9A5;
 }
</style>

background-color css

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

 a { background-color: rgb(129,217,165); }

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

border-color css

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

 span { border-color: rgb(129,217,165); }

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