#81CFA6

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

Shades of Vista Blue #81CFA6

Tints of Vista Blue #81CFA6

Color information

#81CFA6 (or 0x81CFA6) is unknown color: approx Vista Blue. HEX triplet: 81, CF and A6. RGB value is (129,207,166). Sum of RGB (Red+Green+Blue) = 129+207+166=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #81CFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CFA6 is #7E3059. Grayscale: #B3B3B3. Windows color (decimal): -8269914 or 10932097. OLE color: 10932097.

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

Color convert

RGB129207166-
CMYK0.3800.200.19
HSL148.46º44.83%65.88%-
HSV(B)148.46º37.68%81.18%-
XYZ38.2552.0544.11-
YUV179120.6692.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.70%
GREEN value IS 207 (81.25% from 255) = 41.24%
BLUE value IS 166 (65.23% from 255) = 33.07%
R=25.70%
G=41.24%
B=33.07%

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
Decimal1292071660.3800.200.19148.4644.8365.88
Hex81CFA62601413942d42
Octal201317246460242322455102
Binary10000001110011111010011010011001010010011100101001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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