Shades of Electric Blue #72ECF1
Tints of Electric Blue #72ECF1
RGB
CMYK
RGB Variations
Color information
#72ECF1 (or 0x72ECF1) is known color: Electric Blue. HEX triplet: 72, EC and F1. RGB value is (114,236,241). Sum of RGB (Red+Green+Blue) = 114+236+241=591 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.29% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #72ECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72ECF1 is #8D130E. Grayscale: #C7C7C7. Windows color (decimal): -9245455 or 15854706. OLE color: 15854706.
HSL color Cylindrical-coordinate representation of color #72ECF1: hue angle of 182.36º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72ECF1 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 236 | 241 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.05 |
| HSL | 182.36º | 0.82% | 0.7% | - |
| HSV(B) | 182.36º | 0.53% | 0.95% | - |
| XYZ | 52.81 | 69.92 | 93.93 | - |
| YUV | 200.09 | 151.08 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 241 | 0.53 | 0.02 | 0 | 0.05 | 182.36 | 0.82 | 0.7 |
| Hex | 72 | EC | F1 | 35 | 2 | 0 | 5 | B6 | 52 | 46 |
| Octal | 162 | 354 | 361 | 65 | 2 | 0 | 5 | 266 | 122 | 106 |
| Binary | 1110010 | 11101100 | 11110001 | 110101 | 10 | 0 | 101 | 10110110 | 1010010 | 1000110 |
Color Harmonies of #72ECF1
Complementary color
Monochromatic Colors of #72ECF1
Black with #72ECF1
Text Example
Text Example
White with #72ECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ECF1; }
p { color: rgb(114,236,241); }
H1.HeaderClassName
{
color: #72ECF1;
}
.AnyTagClassName
{
color: #72ECF1;
}
</style>
background-color css
<style>
a { background-color: #72ECF1; }
a { background-color: rgb(114,236,241); }
div.DivClassName
{
background-color: #72ECF1;
}
.BgClassName
{
background-color: #72ECF1;
}
</style>
border-color css
<style>
span { border-color: #72ECF1; }
span { border-color: rgb(114,236,241); }
td.TdClassName
{
border-color: #72ECF1;
}
.TagClassName
{
border-color: #72ECF1;
}
</style>