Shades of Electric Blue #72EDF0
Tints of Electric Blue #72EDF0
RGB
CMYK
RGB Variations
Color information
#72EDF0 (or 0x72EDF0) is known color: Electric Blue. HEX triplet: 72, ED and F0. RGB value is (114,237,240). Sum of RGB (Red+Green+Blue) = 114+237+240=591 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.29% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #72EDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72EDF0 is #8D120F. Grayscale: #C8C8C8. Windows color (decimal): -9245200 or 15789426. OLE color: 15789426.
HSL color Cylindrical-coordinate representation of color #72EDF0: hue angle of 181.43º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EDF0 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 237 | 240 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.06 |
| HSL | 181.43º | 0.81% | 0.69% | - |
| HSV(B) | 181.43º | 0.53% | 0.94% | - |
| XYZ | 52.95 | 70.44 | 93.24 | - |
| YUV | 200.57 | 150.25 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 237 | 240 | 0.52 | 0.01 | 0 | 0.06 | 181.43 | 0.81 | 0.69 |
| Hex | 72 | ED | F0 | 34 | 1 | 0 | 6 | B5 | 51 | 45 |
| Octal | 162 | 355 | 360 | 64 | 1 | 0 | 6 | 265 | 121 | 105 |
| Binary | 1110010 | 11101101 | 11110000 | 110100 | 1 | 0 | 110 | 10110101 | 1010001 | 1000101 |
Color Harmonies of #72EDF0
Complementary color
Monochromatic Colors of #72EDF0
Black with #72EDF0
Text Example
Text Example
White with #72EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EDF0; }
p { color: rgb(114,237,240); }
H1.HeaderClassName
{
color: #72EDF0;
}
.AnyTagClassName
{
color: #72EDF0;
}
</style>
background-color css
<style>
a { background-color: #72EDF0; }
a { background-color: rgb(114,237,240); }
div.DivClassName
{
background-color: #72EDF0;
}
.BgClassName
{
background-color: #72EDF0;
}
</style>
border-color css
<style>
span { border-color: #72EDF0; }
span { border-color: rgb(114,237,240); }
td.TdClassName
{
border-color: #72EDF0;
}
.TagClassName
{
border-color: #72EDF0;
}
</style>