Shades of Electric Blue #7FF2F8
Tints of Electric Blue #7FF2F8
RGB
CMYK
RGB Variations
Color information
#7FF2F8 (or 0x7FF2F8) is known color: Electric Blue. HEX triplet: 7F, F2 and F8. RGB value is (127,242,248). Sum of RGB (Red+Green+Blue) = 127+242+248=617 (81% of max value = 765). Red value is 127 (50% from 255 or 20.58% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 248 (97.27% from 255 or 40.19% from 617); Max value from RGB is 248 - color contains mainly: blue. Hex color #7FF2F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF2F8 is #800D07. Grayscale: #D0D0D0. Windows color (decimal): -8391944 or 16315007. OLE color: 16315007.
HSL color Cylindrical-coordinate representation of color #7FF2F8: hue angle of 182.98º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FF2F8 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 127 | 242 | 248 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.03 |
| HSL | 182.98º | 0.9% | 0.74% | - |
| HSV(B) | 182.98º | 0.49% | 0.97% | - |
| XYZ | 57.45 | 74.79 | 100.22 | - |
| YUV | 208.3 | 150.4 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 242 | 248 | 0.49 | 0.02 | 0 | 0.03 | 182.98 | 0.9 | 0.74 |
| Hex | 7F | F2 | F8 | 31 | 2 | 0 | 3 | B7 | 5A | 4A |
| Octal | 177 | 362 | 370 | 61 | 2 | 0 | 3 | 267 | 132 | 112 |
| Binary | 1111111 | 11110010 | 11111000 | 110001 | 10 | 0 | 11 | 10110111 | 1011010 | 1001010 |
Color Harmonies of #7FF2F8
Complementary color
Monochromatic Colors of #7FF2F8
Black with #7FF2F8
Text Example
Text Example
White with #7FF2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF2F8; }
p { color: rgb(127,242,248); }
H1.HeaderClassName
{
color: #7FF2F8;
}
.AnyTagClassName
{
color: #7FF2F8;
}
</style>
background-color css
<style>
a { background-color: #7FF2F8; }
a { background-color: rgb(127,242,248); }
div.DivClassName
{
background-color: #7FF2F8;
}
.BgClassName
{
background-color: #7FF2F8;
}
</style>
border-color css
<style>
span { border-color: #7FF2F8; }
span { border-color: rgb(127,242,248); }
td.TdClassName
{
border-color: #7FF2F8;
}
.TagClassName
{
border-color: #7FF2F8;
}
</style>