Shades of Electric Blue #7CF8FF
Tints of Electric Blue #7CF8FF
RGB
CMYK
RGB Variations
Color information
#7CF8FF (or 0x7CF8FF) is known color: Electric Blue. HEX triplet: 7C, F8 and FF. RGB value is (124,248,255). Sum of RGB (Red+Green+Blue) = 124+248+255=627 (83% of max value = 765). Red value is 124 (48.83% from 255 or 19.78% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CF8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF8FF is #830700. Grayscale: #D3D3D3. Windows color (decimal): -8587009 or 16775292. OLE color: 16775292.
HSL color Cylindrical-coordinate representation of color #7CF8FF: hue angle of 183.21º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CF8FF is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 248 | 255 | - |
| CMYK | 0.51 | 0.03 | 0 | 0 |
| HSL | 183.21º | 1% | 0.74% | - |
| HSV(B) | 183.21º | 0.51% | 1% | - |
| XYZ | 59.93 | 78.64 | 106.63 | - |
| YUV | 211.72 | 152.42 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 248 | 255 | 0.51 | 0.03 | 0 | 0 | 183.21 | 1 | 0.74 |
| Hex | 7C | F8 | FF | 33 | 3 | 0 | 0 | B7 | 64 | 4A |
| Octal | 174 | 370 | 377 | 63 | 3 | 0 | 0 | 267 | 144 | 112 |
| Binary | 1111100 | 11111000 | 11111111 | 110011 | 11 | 0 | 0 | 10110111 | 1100100 | 1001010 |
Color Harmonies of #7CF8FF
Complementary color
Monochromatic Colors of #7CF8FF
Black with #7CF8FF
Text Example
Text Example
White with #7CF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF8FF; }
p { color: rgb(124,248,255); }
H1.HeaderClassName
{
color: #7CF8FF;
}
.AnyTagClassName
{
color: #7CF8FF;
}
</style>
background-color css
<style>
a { background-color: #7CF8FF; }
a { background-color: rgb(124,248,255); }
div.DivClassName
{
background-color: #7CF8FF;
}
.BgClassName
{
background-color: #7CF8FF;
}
</style>
border-color css
<style>
span { border-color: #7CF8FF; }
span { border-color: rgb(124,248,255); }
td.TdClassName
{
border-color: #7CF8FF;
}
.TagClassName
{
border-color: #7CF8FF;
}
</style>