Shades of Electric Blue #7FE9F9
Tints of Electric Blue #7FE9F9
RGB
CMYK
RGB Variations
Color information
#7FE9F9 (or 0x7FE9F9) is known color: Electric Blue. HEX triplet: 7F, E9 and F9. RGB value is (127,233,249). Sum of RGB (Red+Green+Blue) = 127+233+249=609 (80% of max value = 765). Red value is 127 (50% from 255 or 20.85% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #7FE9F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FE9F9 is #801606. Grayscale: #CACACA. Windows color (decimal): -8394247 or 16378239. OLE color: 16378239.
HSL color Cylindrical-coordinate representation of color #7FE9F9: hue angle of 187.87º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FE9F9 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 233 | 249 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.02 |
| HSL | 187.87º | 0.91% | 0.74% | - |
| HSV(B) | 187.87º | 0.49% | 0.98% | - |
| XYZ | 54.99 | 69.63 | 100.16 | - |
| YUV | 203.13 | 153.88 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 233 | 249 | 0.49 | 0.06 | 0 | 0.02 | 187.87 | 0.91 | 0.74 |
| Hex | 7F | E9 | F9 | 31 | 6 | 0 | 2 | BC | 5B | 4A |
| Octal | 177 | 351 | 371 | 61 | 6 | 0 | 2 | 274 | 133 | 112 |
| Binary | 1111111 | 11101001 | 11111001 | 110001 | 110 | 0 | 10 | 10111100 | 1011011 | 1001010 |
Color Harmonies of #7FE9F9
Complementary color
Monochromatic Colors of #7FE9F9
Black with #7FE9F9
Text Example
Text Example
White with #7FE9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE9F9; }
p { color: rgb(127,233,249); }
H1.HeaderClassName
{
color: #7FE9F9;
}
.AnyTagClassName
{
color: #7FE9F9;
}
</style>
background-color css
<style>
a { background-color: #7FE9F9; }
a { background-color: rgb(127,233,249); }
div.DivClassName
{
background-color: #7FE9F9;
}
.BgClassName
{
background-color: #7FE9F9;
}
</style>
border-color css
<style>
span { border-color: #7FE9F9; }
span { border-color: rgb(127,233,249); }
td.TdClassName
{
border-color: #7FE9F9;
}
.TagClassName
{
border-color: #7FE9F9;
}
</style>