Shades of Electric Blue #72F0FA
Tints of Electric Blue #72F0FA
RGB
CMYK
RGB Variations
Color information
#72F0FA (or 0x72F0FA) is known color: Electric Blue. HEX triplet: 72, F0 and FA. RGB value is (114,240,250). Sum of RGB (Red+Green+Blue) = 114+240+250=604 (80% of max value = 765). Red value is 114 (44.92% from 255 or 18.87% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #72F0FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F0FA is #8D0F05. Grayscale: #CBCBCB. Windows color (decimal): -9244422 or 16445554. OLE color: 16445554.
HSL color Cylindrical-coordinate representation of color #72F0FA: hue angle of 184.41º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F0FA is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 240 | 250 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.02 |
| HSL | 184.41º | 0.93% | 0.71% | - |
| HSV(B) | 184.41º | 0.54% | 0.98% | - |
| XYZ | 55.35 | 72.8 | 101.58 | - |
| YUV | 203.47 | 154.26 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 240 | 250 | 0.54 | 0.04 | 0 | 0.02 | 184.41 | 0.93 | 0.71 |
| Hex | 72 | F0 | FA | 36 | 4 | 0 | 2 | B8 | 5D | 47 |
| Octal | 162 | 360 | 372 | 66 | 4 | 0 | 2 | 270 | 135 | 107 |
| Binary | 1110010 | 11110000 | 11111010 | 110110 | 100 | 0 | 10 | 10111000 | 1011101 | 1000111 |
Color Harmonies of #72F0FA
Complementary color
Monochromatic Colors of #72F0FA
Black with #72F0FA
Text Example
Text Example
White with #72F0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F0FA; }
p { color: rgb(114,240,250); }
H1.HeaderClassName
{
color: #72F0FA;
}
.AnyTagClassName
{
color: #72F0FA;
}
</style>
background-color css
<style>
a { background-color: #72F0FA; }
a { background-color: rgb(114,240,250); }
div.DivClassName
{
background-color: #72F0FA;
}
.BgClassName
{
background-color: #72F0FA;
}
</style>
border-color css
<style>
span { border-color: #72F0FA; }
span { border-color: rgb(114,240,250); }
td.TdClassName
{
border-color: #72F0FA;
}
.TagClassName
{
border-color: #72F0FA;
}
</style>