Shades of Electric Blue #81FCF2
Tints of Electric Blue #81FCF2
RGB
CMYK
RGB Variations
Color information
#81FCF2 (or 0x81FCF2) is known color: Electric Blue. HEX triplet: 81, FC and F2. RGB value is (129,252,242). Sum of RGB (Red+Green+Blue) = 129+252+242=623 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.71% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #81FCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FCF2 is #7E030D. Grayscale: #D5D5D5. Windows color (decimal): -8258318 or 15924353. OLE color: 15924353.
HSL color Cylindrical-coordinate representation of color #81FCF2: hue angle of 175.12º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FCF2 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 252 | 242 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.01 |
| HSL | 175.12º | 0.95% | 0.75% | - |
| HSV(B) | 175.12º | 0.49% | 0.99% | - |
| XYZ | 59.89 | 80.7 | 96.42 | - |
| YUV | 214.08 | 143.75 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 252 | 242 | 0.49 | 0 | 0.04 | 0.01 | 175.12 | 0.95 | 0.75 |
| Hex | 81 | FC | F2 | 31 | 0 | 4 | 1 | AF | 5F | 4B |
| Octal | 201 | 374 | 362 | 61 | 0 | 4 | 1 | 257 | 137 | 113 |
| Binary | 10000001 | 11111100 | 11110010 | 110001 | 0 | 100 | 1 | 10101111 | 1011111 | 1001011 |
Color Harmonies of #81FCF2
Complementary color
Monochromatic Colors of #81FCF2
Black with #81FCF2
Text Example
Text Example
White with #81FCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FCF2; }
p { color: rgb(129,252,242); }
H1.HeaderClassName
{
color: #81FCF2;
}
.AnyTagClassName
{
color: #81FCF2;
}
</style>
background-color css
<style>
a { background-color: #81FCF2; }
a { background-color: rgb(129,252,242); }
div.DivClassName
{
background-color: #81FCF2;
}
.BgClassName
{
background-color: #81FCF2;
}
</style>
border-color css
<style>
span { border-color: #81FCF2; }
span { border-color: rgb(129,252,242); }
td.TdClassName
{
border-color: #81FCF2;
}
.TagClassName
{
border-color: #81FCF2;
}
</style>