Shades of Electric Blue #81F5FF
Tints of Electric Blue #81F5FF
RGB
CMYK
RGB Variations
Color information
#81F5FF (or 0x81F5FF) is known color: Electric Blue. HEX triplet: 81, F5 and FF. RGB value is (129,245,255). Sum of RGB (Red+Green+Blue) = 129+245+255=629 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.51% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #81F5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F5FF is #7E0A00. Grayscale: #D3D3D3. Windows color (decimal): -8260097 or 16774529. OLE color: 16774529.
HSL color Cylindrical-coordinate representation of color #81F5FF: hue angle of 184.76º 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 #81F5FF is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 245 | 255 | - |
| CMYK | 0.49 | 0.04 | 0 | 0 |
| HSL | 184.76º | 1% | 0.75% | - |
| HSV(B) | 184.76º | 0.49% | 1% | - |
| XYZ | 59.76 | 77.19 | 106.36 | - |
| YUV | 211.46 | 152.57 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 245 | 255 | 0.49 | 0.04 | 0 | 0 | 184.76 | 1 | 0.75 |
| Hex | 81 | F5 | FF | 31 | 4 | 0 | 0 | B9 | 64 | 4B |
| Octal | 201 | 365 | 377 | 61 | 4 | 0 | 0 | 271 | 144 | 113 |
| Binary | 10000001 | 11110101 | 11111111 | 110001 | 100 | 0 | 0 | 10111001 | 1100100 | 1001011 |
Color Harmonies of #81F5FF
Complementary color
Monochromatic Colors of #81F5FF
Black with #81F5FF
Text Example
Text Example
White with #81F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F5FF; }
p { color: rgb(129,245,255); }
H1.HeaderClassName
{
color: #81F5FF;
}
.AnyTagClassName
{
color: #81F5FF;
}
</style>
background-color css
<style>
a { background-color: #81F5FF; }
a { background-color: rgb(129,245,255); }
div.DivClassName
{
background-color: #81F5FF;
}
.BgClassName
{
background-color: #81F5FF;
}
</style>
border-color css
<style>
span { border-color: #81F5FF; }
span { border-color: rgb(129,245,255); }
td.TdClassName
{
border-color: #81F5FF;
}
.TagClassName
{
border-color: #81F5FF;
}
</style>