Shades of Electric Blue #72EEF1
Tints of Electric Blue #72EEF1
RGB
CMYK
RGB Variations
Color information
#72EEF1 (or 0x72EEF1) is known color: Electric Blue. HEX triplet: 72, EE and F1. RGB value is (114,238,241). Sum of RGB (Red+Green+Blue) = 114+238+241=593 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.22% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #72EEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72EEF1 is #8D110E. Grayscale: #C9C9C9. Windows color (decimal): -9244943 or 15855218. OLE color: 15855218.
HSL color Cylindrical-coordinate representation of color #72EEF1: hue angle of 181.42º 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 #72EEF1 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 238 | 241 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.05 |
| HSL | 181.42º | 0.82% | 0.7% | - |
| HSV(B) | 181.42º | 0.53% | 0.95% | - |
| XYZ | 53.39 | 71.08 | 94.12 | - |
| YUV | 201.27 | 150.42 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 238 | 241 | 0.53 | 0.01 | 0 | 0.05 | 181.42 | 0.82 | 0.7 |
| Hex | 72 | EE | F1 | 35 | 1 | 0 | 5 | B5 | 52 | 46 |
| Octal | 162 | 356 | 361 | 65 | 1 | 0 | 5 | 265 | 122 | 106 |
| Binary | 1110010 | 11101110 | 11110001 | 110101 | 1 | 0 | 101 | 10110101 | 1010010 | 1000110 |
Color Harmonies of #72EEF1
Complementary color
Monochromatic Colors of #72EEF1
Black with #72EEF1
Text Example
Text Example
White with #72EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EEF1; }
p { color: rgb(114,238,241); }
H1.HeaderClassName
{
color: #72EEF1;
}
.AnyTagClassName
{
color: #72EEF1;
}
</style>
background-color css
<style>
a { background-color: #72EEF1; }
a { background-color: rgb(114,238,241); }
div.DivClassName
{
background-color: #72EEF1;
}
.BgClassName
{
background-color: #72EEF1;
}
</style>
border-color css
<style>
span { border-color: #72EEF1; }
span { border-color: rgb(114,238,241); }
td.TdClassName
{
border-color: #72EEF1;
}
.TagClassName
{
border-color: #72EEF1;
}
</style>