#81EDB4

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

Shades of Vista Blue #81EDB4

Tints of Vista Blue #81EDB4

Color information

#81EDB4 (or 0x81EDB4) is unknown color: approx Vista Blue. HEX triplet: 81, ED and B4. RGB value is (129,237,180). Sum of RGB (Red+Green+Blue) = 129+237+180=546 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.63% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EDB4 is #7E124B. Grayscale: #C6C6C6. Windows color (decimal): -8262220 or 11857281. OLE color: 11857281.

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

Color convert

RGB129237180-
CMYK0.4600.240.07
HSL148.33º75%71.76%-
HSV(B)148.33º45.57%92.94%-
XYZ47.5868.5353.9-
YUV198.21117.7278.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.63%
GREEN value IS 237 (92.97% from 255) = 43.41%
BLUE value IS 180 (70.70% from 255) = 32.97%
R=23.63%
G=43.41%
B=32.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292371800.4600.240.07148.337571.76
Hex81EDB42E0187944b48
Octal201355264560307224113110
Binary1000000111101101101101001011100110001111001010010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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