Shades of Vista Blue #81EFB4
Tints of Vista Blue #81EFB4
RGB
CMYK
RGB Variations
Color information
#81EFB4 (or 0x81EFB4) is known color: Vista Blue. HEX triplet: 81, EF and B4. RGB value is (129,239,180). Sum of RGB (Red+Green+Blue) = 129+239+180=548 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.54% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFB4 is #7E104B. Grayscale: #C7C7C7. Windows color (decimal): -8261708 or 11857793. OLE color: 11857793.
HSL color Cylindrical-coordinate representation of color #81EFB4: hue angle of 147.82º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EFB4 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 180 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.06 |
| HSL | 147.82º | 0.77% | 0.72% | - |
| HSV(B) | 147.82º | 0.46% | 0.94% | - |
| XYZ | 48.16 | 69.7 | 54.09 | - |
| YUV | 199.38 | 117.06 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 180 | 0.46 | 0 | 0.25 | 0.06 | 147.82 | 0.77 | 0.72 |
| Hex | 81 | EF | B4 | 2E | 0 | 19 | 6 | 94 | 4D | 48 |
| Octal | 201 | 357 | 264 | 56 | 0 | 31 | 6 | 224 | 115 | 110 |
| Binary | 10000001 | 11101111 | 10110100 | 101110 | 0 | 11001 | 110 | 10010100 | 1001101 | 1001000 |
Color Harmonies of #81EFB4
Complementary color
Monochromatic Colors of #81EFB4
Black with #81EFB4
Text Example
Text Example
White with #81EFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EFB4; }
p { color: rgb(129,239,180); }
H1.HeaderClassName
{
color: #81EFB4;
}
.AnyTagClassName
{
color: #81EFB4;
}
</style>
background-color css
<style>
a { background-color: #81EFB4; }
a { background-color: rgb(129,239,180); }
div.DivClassName
{
background-color: #81EFB4;
}
.BgClassName
{
background-color: #81EFB4;
}
</style>
border-color css
<style>
span { border-color: #81EFB4; }
span { border-color: rgb(129,239,180); }
td.TdClassName
{
border-color: #81EFB4;
}
.TagClassName
{
border-color: #81EFB4;
}
</style>