Shades of Electric Blue #81F1FF
Tints of Electric Blue #81F1FF
RGB
CMYK
RGB Variations
Color information
#81F1FF (or 0x81F1FF) is known color: Electric Blue. HEX triplet: 81, F1 and FF. RGB value is (129,241,255). Sum of RGB (Red+Green+Blue) = 129+241+255=625 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.64% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #81F1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F1FF is #7E0E00. Grayscale: #D0D0D0. Windows color (decimal): -8261121 or 16773505. OLE color: 16773505.
HSL color Cylindrical-coordinate representation of color #81F1FF: hue angle of 186.67º 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 #81F1FF is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 241 | 255 | - |
| CMYK | 0.49 | 0.05 | 0 | 0 |
| HSL | 186.67º | 1% | 0.75% | - |
| HSV(B) | 186.67º | 0.49% | 1% | - |
| XYZ | 58.56 | 74.8 | 105.96 | - |
| YUV | 209.11 | 153.89 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 241 | 255 | 0.49 | 0.05 | 0 | 0 | 186.67 | 1 | 0.75 |
| Hex | 81 | F1 | FF | 31 | 5 | 0 | 0 | BB | 64 | 4B |
| Octal | 201 | 361 | 377 | 61 | 5 | 0 | 0 | 273 | 144 | 113 |
| Binary | 10000001 | 11110001 | 11111111 | 110001 | 101 | 0 | 0 | 10111011 | 1100100 | 1001011 |
Color Harmonies of #81F1FF
Complementary color
Monochromatic Colors of #81F1FF
Black with #81F1FF
Text Example
Text Example
White with #81F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F1FF; }
p { color: rgb(129,241,255); }
H1.HeaderClassName
{
color: #81F1FF;
}
.AnyTagClassName
{
color: #81F1FF;
}
</style>
background-color css
<style>
a { background-color: #81F1FF; }
a { background-color: rgb(129,241,255); }
div.DivClassName
{
background-color: #81F1FF;
}
.BgClassName
{
background-color: #81F1FF;
}
</style>
border-color css
<style>
span { border-color: #81F1FF; }
span { border-color: rgb(129,241,255); }
td.TdClassName
{
border-color: #81F1FF;
}
.TagClassName
{
border-color: #81F1FF;
}
</style>