#81EDAC

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

Shades of Vista Blue #81EDAC

Tints of Vista Blue #81EDAC

Color information

#81EDAC (or 0x81EDAC) is unknown color: approx Vista Blue. HEX triplet: 81, ED and AC. RGB value is (129,237,172). Sum of RGB (Red+Green+Blue) = 129+237+172=538 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.98% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EDAC is #7E1253. Grayscale: #C5C5C5. Windows color (decimal): -8262228 or 11332993. OLE color: 11332993.

HSL color Cylindrical-coordinate representation of color #81EDAC: hue angle of 143.89º 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 #81EDAC is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB129237172-
CMYK0.4600.270.07
HSL143.89º75%71.76%-
HSV(B)143.89º45.57%92.94%-
XYZ46.7868.2149.73-
YUV197.3113.7279.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.98%
GREEN value IS 237 (92.97% from 255) = 44.05%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=23.98%
G=44.05%
B=31.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292371720.4600.270.07143.897571.76
Hex81EDAC2E01B7904b48
Octal201355254560337220113110
Binary1000000111101101101011001011100110111111001000010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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