#81FAAE

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

Shades of Vista Blue #81FAAE

Tints of Vista Blue #81FAAE

Color information

#81FAAE (or 0x81FAAE) is unknown color: approx Vista Blue. HEX triplet: 81, FA and AE. RGB value is (129,250,174). Sum of RGB (Red+Green+Blue) = 129+250+174=553 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.33% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FAAE is #7E0551. Grayscale: #CDCDCD. Windows color (decimal): -8258898 or 11467393. OLE color: 11467393.

HSL color Cylindrical-coordinate representation of color #81FAAE: hue angle of 142.31º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81FAAE is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB129250174-
CMYK0.4800.300.02
HSL142.31º92.37%74.31%-
HSV(B)142.31º48.4%98.04%-
XYZ50.8876.0952.05-
YUV205.16110.4173.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.33%
GREEN value IS 250 (98.05% from 255) = 45.21%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=23.33%
G=45.21%
B=31.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292501740.4800.300.02142.3192.3774.31
Hex81FAAE3001E28e5c4a
Octal201372256600362216134112
Binary100000011111101010101110110000011110101000111010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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