#81CFA5

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

Shades of Vista Blue #81CFA5

Tints of Vista Blue #81CFA5

Color information

#81CFA5 (or 0x81CFA5) is unknown color: approx Vista Blue. HEX triplet: 81, CF and A5. RGB value is (129,207,165). Sum of RGB (Red+Green+Blue) = 129+207+165=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #81CFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CFA5 is #7E305A. Grayscale: #B2B2B2. Windows color (decimal): -8269915 or 10866561. OLE color: 10866561.

HSL color Cylindrical-coordinate representation of color #81CFA5: hue angle of 147.69º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81CFA5 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB129207165-
CMYK0.3800.200.19
HSL147.69º44.83%65.88%-
HSV(B)147.69º37.68%81.18%-
XYZ38.1652.0143.63-
YUV178.89120.1692.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.75%
GREEN value IS 207 (81.25% from 255) = 41.32%
BLUE value IS 165 (64.84% from 255) = 32.93%
R=25.75%
G=41.32%
B=32.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1292071650.3800.200.19147.6944.8365.88
Hex81CFA52601413942d42
Octal201317245460242322455102
Binary10000001110011111010010110011001010010011100101001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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