#81EBB9

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

Shades of Vista Blue #81EBB9

Tints of Vista Blue #81EBB9

Color information

#81EBB9 (or 0x81EBB9) is unknown color: approx Vista Blue. HEX triplet: 81, EB and B9. RGB value is (129,235,185). Sum of RGB (Red+Green+Blue) = 129+235+185=549 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.50% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #81EBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EBB9 is #7E1446. Grayscale: #C5C5C5. Windows color (decimal): -8262727 or 12184449. OLE color: 12184449.

HSL color Cylindrical-coordinate representation of color #81EBB9: hue angle of 151.7º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81EBB9 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB129235185-
CMYK0.4500.210.08
HSL151.7º72.6%71.37%-
HSV(B)151.7º45.11%92.16%-
XYZ47.5267.5956.44-
YUV197.61120.8879.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.50%
GREEN value IS 235 (92.19% from 255) = 42.81%
BLUE value IS 185 (72.66% from 255) = 33.70%
R=23.50%
G=42.81%
B=33.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1292351850.4500.210.08151.772.671.37
Hex81EBB92D0158984947
Octal2013532715502510230111107
Binary10000001111010111011100110110101010110001001100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,235,185); }

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

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

 a { background-color: rgb(129,235,185); }

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

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

 span { border-color: rgb(129,235,185); }

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