Shades of Electric Blue #72F0FE
Tints of Electric Blue #72F0FE
RGB
CMYK
RGB Variations
Color information
#72F0FE (or 0x72F0FE) is known color: Electric Blue. HEX triplet: 72, F0 and FE. RGB value is (114,240,254). Sum of RGB (Red+Green+Blue) = 114+240+254=608 (80% of max value = 765). Red value is 114 (44.92% from 255 or 18.75% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #72F0FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F0FE is #8D0F01. Grayscale: #CBCBCB. Windows color (decimal): -9244418 or 16707698. OLE color: 16707698.
HSL color Cylindrical-coordinate representation of color #72F0FE: hue angle of 186º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72F0FE is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 240 | 254 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.00 |
| HSL | 186º | 0.99% | 0.72% | - |
| HSV(B) | 186º | 0.55% | 1% | - |
| XYZ | 55.99 | 73.05 | 104.92 | - |
| YUV | 203.92 | 156.26 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 240 | 254 | 0.55 | 0.06 | 0 | 0.00 | 186 | 0.99 | 0.72 |
| Hex | 72 | F0 | FE | 37 | 6 | 0 | 0 | BA | 63 | 48 |
| Octal | 162 | 360 | 376 | 67 | 6 | 0 | 0 | 272 | 143 | 110 |
| Binary | 1110010 | 11110000 | 11111110 | 110111 | 110 | 0 | 0 | 10111010 | 1100011 | 1001000 |
Color Harmonies of #72F0FE
Complementary color
Monochromatic Colors of #72F0FE
Black with #72F0FE
Text Example
Text Example
White with #72F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F0FE; }
p { color: rgb(114,240,254); }
H1.HeaderClassName
{
color: #72F0FE;
}
.AnyTagClassName
{
color: #72F0FE;
}
</style>
background-color css
<style>
a { background-color: #72F0FE; }
a { background-color: rgb(114,240,254); }
div.DivClassName
{
background-color: #72F0FE;
}
.BgClassName
{
background-color: #72F0FE;
}
</style>
border-color css
<style>
span { border-color: #72F0FE; }
span { border-color: rgb(114,240,254); }
td.TdClassName
{
border-color: #72F0FE;
}
.TagClassName
{
border-color: #72F0FE;
}
</style>