Shades of Electric Blue #72EEFF
Tints of Electric Blue #72EEFF
RGB
CMYK
RGB Variations
Color information
#72EEFF (or 0x72EEFF) is known color: Electric Blue. HEX triplet: 72, EE and FF. RGB value is (114,238,255). Sum of RGB (Red+Green+Blue) = 114+238+255=607 (80% of max value = 765). Red value is 114 (44.92% from 255 or 18.78% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #72EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72EEFF is #8D1100. Grayscale: #CACACA. Windows color (decimal): -9244929 or 16772722. OLE color: 16772722.
HSL color Cylindrical-coordinate representation of color #72EEFF: hue angle of 187.23º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72EEFF is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 238 | 255 | - |
| CMYK | 0.55 | 0.07 | 0 | 0 |
| HSL | 187.23º | 1% | 0.72% | - |
| HSV(B) | 187.23º | 0.55% | 1% | - |
| XYZ | 55.56 | 71.95 | 105.57 | - |
| YUV | 202.86 | 157.42 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 238 | 255 | 0.55 | 0.07 | 0 | 0 | 187.23 | 1 | 0.72 |
| Hex | 72 | EE | FF | 37 | 7 | 0 | 0 | BB | 64 | 48 |
| Octal | 162 | 356 | 377 | 67 | 7 | 0 | 0 | 273 | 144 | 110 |
| Binary | 1110010 | 11101110 | 11111111 | 110111 | 111 | 0 | 0 | 10111011 | 1100100 | 1001000 |
Color Harmonies of #72EEFF
Complementary color
Monochromatic Colors of #72EEFF
Black with #72EEFF
Text Example
Text Example
White with #72EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EEFF; }
p { color: rgb(114,238,255); }
H1.HeaderClassName
{
color: #72EEFF;
}
.AnyTagClassName
{
color: #72EEFF;
}
</style>
background-color css
<style>
a { background-color: #72EEFF; }
a { background-color: rgb(114,238,255); }
div.DivClassName
{
background-color: #72EEFF;
}
.BgClassName
{
background-color: #72EEFF;
}
</style>
border-color css
<style>
span { border-color: #72EEFF; }
span { border-color: rgb(114,238,255); }
td.TdClassName
{
border-color: #72EEFF;
}
.TagClassName
{
border-color: #72EEFF;
}
</style>