Shades of Electric Blue #72EEF0
Tints of Electric Blue #72EEF0
RGB
CMYK
RGB Variations
Color information
#72EEF0 (or 0x72EEF0) is known color: Electric Blue. HEX triplet: 72, EE and F0. RGB value is (114,238,240). Sum of RGB (Red+Green+Blue) = 114+238+240=592 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.26% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #72EEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72EEF0 is #8D110F. Grayscale: #C9C9C9. Windows color (decimal): -9244944 or 15789682. OLE color: 15789682.
HSL color Cylindrical-coordinate representation of color #72EEF0: hue angle of 180.95º 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 #72EEF0 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 238 | 240 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.06 |
| HSL | 180.95º | 0.81% | 0.69% | - |
| HSV(B) | 180.95º | 0.53% | 0.94% | - |
| XYZ | 53.24 | 71.02 | 93.34 | - |
| YUV | 201.15 | 149.92 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 238 | 240 | 0.52 | 0.01 | 0 | 0.06 | 180.95 | 0.81 | 0.69 |
| Hex | 72 | EE | F0 | 34 | 1 | 0 | 6 | B5 | 51 | 45 |
| Octal | 162 | 356 | 360 | 64 | 1 | 0 | 6 | 265 | 121 | 105 |
| Binary | 1110010 | 11101110 | 11110000 | 110100 | 1 | 0 | 110 | 10110101 | 1010001 | 1000101 |
Color Harmonies of #72EEF0
Complementary color
Monochromatic Colors of #72EEF0
Black with #72EEF0
Text Example
Text Example
White with #72EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EEF0; }
p { color: rgb(114,238,240); }
H1.HeaderClassName
{
color: #72EEF0;
}
.AnyTagClassName
{
color: #72EEF0;
}
</style>
background-color css
<style>
a { background-color: #72EEF0; }
a { background-color: rgb(114,238,240); }
div.DivClassName
{
background-color: #72EEF0;
}
.BgClassName
{
background-color: #72EEF0;
}
</style>
border-color css
<style>
span { border-color: #72EEF0; }
span { border-color: rgb(114,238,240); }
td.TdClassName
{
border-color: #72EEF0;
}
.TagClassName
{
border-color: #72EEF0;
}
</style>