Shades of Electric Blue #7FFDFF
Tints of Electric Blue #7FFDFF
RGB
CMYK
RGB Variations
Color information
#7FFDFF (or 0x7FFDFF) is known color: Electric Blue. HEX triplet: 7F, FD and FF. RGB value is (127,253,255). Sum of RGB (Red+Green+Blue) = 127+253+255=635 (84% of max value = 765). Red value is 127 (50% from 255 or 20% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FFDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFDFF is #800200. Grayscale: #D7D7D7. Windows color (decimal): -8389121 or 16776575. OLE color: 16776575.
HSL color Cylindrical-coordinate representation of color #7FFDFF: hue angle of 180.94º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFDFF is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 253 | 255 | - |
| CMYK | 0.50 | 0.01 | 0 | 0 |
| HSL | 180.94º | 1% | 0.75% | - |
| HSV(B) | 180.94º | 0.5% | 1% | - |
| XYZ | 61.93 | 81.98 | 107.17 | - |
| YUV | 215.55 | 150.26 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 255 | 0.50 | 0.01 | 0 | 0 | 180.94 | 1 | 0.75 |
| Hex | 7F | FD | FF | 32 | 1 | 0 | 0 | B5 | 64 | 4B |
| Octal | 177 | 375 | 377 | 62 | 1 | 0 | 0 | 265 | 144 | 113 |
| Binary | 1111111 | 11111101 | 11111111 | 110010 | 1 | 0 | 0 | 10110101 | 1100100 | 1001011 |
Color Harmonies of #7FFDFF
Complementary color
Monochromatic Colors of #7FFDFF
Black with #7FFDFF
Text Example
Text Example
White with #7FFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDFF; }
p { color: rgb(127,253,255); }
H1.HeaderClassName
{
color: #7FFDFF;
}
.AnyTagClassName
{
color: #7FFDFF;
}
</style>
background-color css
<style>
a { background-color: #7FFDFF; }
a { background-color: rgb(127,253,255); }
div.DivClassName
{
background-color: #7FFDFF;
}
.BgClassName
{
background-color: #7FFDFF;
}
</style>
border-color css
<style>
span { border-color: #7FFDFF; }
span { border-color: rgb(127,253,255); }
td.TdClassName
{
border-color: #7FFDFF;
}
.TagClassName
{
border-color: #7FFDFF;
}
</style>