#81EDAF

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

Shades of Vista Blue #81EDAF

Tints of Vista Blue #81EDAF

Color information

#81EDAF (or 0x81EDAF) is unknown color: approx Vista Blue. HEX triplet: 81, ED and AF. RGB value is (129,237,175). Sum of RGB (Red+Green+Blue) = 129+237+175=541 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.84% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EDAF is #7E1250. Grayscale: #C5C5C5. Windows color (decimal): -8262225 or 11529601. OLE color: 11529601.

HSL color Cylindrical-coordinate representation of color #81EDAF: hue angle of 145.56º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EDAF is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB129237175-
CMYK0.4600.260.07
HSL145.56º75%71.76%-
HSV(B)145.56º45.57%92.94%-
XYZ47.0868.3351.27-
YUV197.64115.2279.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.84%
GREEN value IS 237 (92.97% from 255) = 43.81%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=23.84%
G=43.81%
B=32.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292371750.4600.260.07145.567571.76
Hex81EDAF2E01A7924b48
Octal201355257560327222113110
Binary1000000111101101101011111011100110101111001001010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,237,175); }

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

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

 a { background-color: rgb(129,237,175); }

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

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

 span { border-color: rgb(129,237,175); }

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