Shades of Electric Blue #81F3FE
Tints of Electric Blue #81F3FE
RGB
CMYK
RGB Variations
Color information
#81F3FE (or 0x81F3FE) is known color: Electric Blue. HEX triplet: 81, F3 and FE. RGB value is (129,243,254). Sum of RGB (Red+Green+Blue) = 129+243+254=626 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.61% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #81F3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F3FE is #7E0C01. Grayscale: #D2D2D2. Windows color (decimal): -8260610 or 16708481. OLE color: 16708481.
HSL color Cylindrical-coordinate representation of color #81F3FE: hue angle of 185.28º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81F3FE is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 243 | 254 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.00 |
| HSL | 185.28º | 0.98% | 0.75% | - |
| HSV(B) | 185.28º | 0.49% | 1% | - |
| XYZ | 58.99 | 75.92 | 105.31 | - |
| YUV | 210.17 | 152.73 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 243 | 254 | 0.49 | 0.04 | 0 | 0.00 | 185.28 | 0.98 | 0.75 |
| Hex | 81 | F3 | FE | 31 | 4 | 0 | 0 | B9 | 62 | 4B |
| Octal | 201 | 363 | 376 | 61 | 4 | 0 | 0 | 271 | 142 | 113 |
| Binary | 10000001 | 11110011 | 11111110 | 110001 | 100 | 0 | 0 | 10111001 | 1100010 | 1001011 |
Color Harmonies of #81F3FE
Complementary color
Monochromatic Colors of #81F3FE
Black with #81F3FE
Text Example
Text Example
White with #81F3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F3FE; }
p { color: rgb(129,243,254); }
H1.HeaderClassName
{
color: #81F3FE;
}
.AnyTagClassName
{
color: #81F3FE;
}
</style>
background-color css
<style>
a { background-color: #81F3FE; }
a { background-color: rgb(129,243,254); }
div.DivClassName
{
background-color: #81F3FE;
}
.BgClassName
{
background-color: #81F3FE;
}
</style>
border-color css
<style>
span { border-color: #81F3FE; }
span { border-color: rgb(129,243,254); }
td.TdClassName
{
border-color: #81F3FE;
}
.TagClassName
{
border-color: #81F3FE;
}
</style>