Shades of Electric Blue #81F9FF
Tints of Electric Blue #81F9FF
RGB
CMYK
RGB Variations
Color information
#81F9FF (or 0x81F9FF) is known color: Electric Blue. HEX triplet: 81, F9 and FF. RGB value is (129,249,255). Sum of RGB (Red+Green+Blue) = 129+249+255=633 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.38% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #81F9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F9FF is #7E0600. Grayscale: #D5D5D5. Windows color (decimal): -8259073 or 16775553. OLE color: 16775553.
HSL color Cylindrical-coordinate representation of color #81F9FF: hue angle of 182.86º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81F9FF is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 249 | 255 | - |
| CMYK | 0.49 | 0.02 | 0 | 0 |
| HSL | 182.86º | 1% | 0.75% | - |
| HSV(B) | 182.86º | 0.49% | 1% | - |
| XYZ | 60.98 | 79.64 | 106.77 | - |
| YUV | 213.8 | 151.24 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 249 | 255 | 0.49 | 0.02 | 0 | 0 | 182.86 | 1 | 0.75 |
| Hex | 81 | F9 | FF | 31 | 2 | 0 | 0 | B7 | 64 | 4B |
| Octal | 201 | 371 | 377 | 61 | 2 | 0 | 0 | 267 | 144 | 113 |
| Binary | 10000001 | 11111001 | 11111111 | 110001 | 10 | 0 | 0 | 10110111 | 1100100 | 1001011 |
Color Harmonies of #81F9FF
Complementary color
Monochromatic Colors of #81F9FF
Black with #81F9FF
Text Example
Text Example
White with #81F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F9FF; }
p { color: rgb(129,249,255); }
H1.HeaderClassName
{
color: #81F9FF;
}
.AnyTagClassName
{
color: #81F9FF;
}
</style>
background-color css
<style>
a { background-color: #81F9FF; }
a { background-color: rgb(129,249,255); }
div.DivClassName
{
background-color: #81F9FF;
}
.BgClassName
{
background-color: #81F9FF;
}
</style>
border-color css
<style>
span { border-color: #81F9FF; }
span { border-color: rgb(129,249,255); }
td.TdClassName
{
border-color: #81F9FF;
}
.TagClassName
{
border-color: #81F9FF;
}
</style>