Shades of Electric Blue #81FBF7
Tints of Electric Blue #81FBF7
RGB
CMYK
RGB Variations
Color information
#81FBF7 (or 0x81FBF7) is known color: Electric Blue. HEX triplet: 81, FB and F7. RGB value is (129,251,247). Sum of RGB (Red+Green+Blue) = 129+251+247=627 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.57% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #81FBF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FBF7 is #7E0408. Grayscale: #D5D5D5. Windows color (decimal): -8258569 or 16251777. OLE color: 16251777.
HSL color Cylindrical-coordinate representation of color #81FBF7: hue angle of 178.03º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FBF7 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 251 | 247 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.02 |
| HSL | 178.03º | 0.94% | 0.75% | - |
| HSV(B) | 178.03º | 0.49% | 0.98% | - |
| XYZ | 60.34 | 80.38 | 100.33 | - |
| YUV | 214.07 | 146.58 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 251 | 247 | 0.49 | 0 | 0.02 | 0.02 | 178.03 | 0.94 | 0.75 |
| Hex | 81 | FB | F7 | 31 | 0 | 2 | 2 | B2 | 5E | 4B |
| Octal | 201 | 373 | 367 | 61 | 0 | 2 | 2 | 262 | 136 | 113 |
| Binary | 10000001 | 11111011 | 11110111 | 110001 | 0 | 10 | 10 | 10110010 | 1011110 | 1001011 |
Color Harmonies of #81FBF7
Complementary color
Monochromatic Colors of #81FBF7
Black with #81FBF7
Text Example
Text Example
White with #81FBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FBF7; }
p { color: rgb(129,251,247); }
H1.HeaderClassName
{
color: #81FBF7;
}
.AnyTagClassName
{
color: #81FBF7;
}
</style>
background-color css
<style>
a { background-color: #81FBF7; }
a { background-color: rgb(129,251,247); }
div.DivClassName
{
background-color: #81FBF7;
}
.BgClassName
{
background-color: #81FBF7;
}
</style>
border-color css
<style>
span { border-color: #81FBF7; }
span { border-color: rgb(129,251,247); }
td.TdClassName
{
border-color: #81FBF7;
}
.TagClassName
{
border-color: #81FBF7;
}
</style>