Shades of Electric Blue #7FF9E9
Tints of Electric Blue #7FF9E9
RGB
CMYK
RGB Variations
Color information
#7FF9E9 (or 0x7FF9E9) is known color: Electric Blue. HEX triplet: 7F, F9 and E9. RGB value is (127,249,233). Sum of RGB (Red+Green+Blue) = 127+249+233=609 (80% of max value = 765). Red value is 127 (50% from 255 or 20.85% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #7FF9E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF9E9 is #800616. Grayscale: #D2D2D2. Windows color (decimal): -8390167 or 15333759. OLE color: 15333759.
HSL color Cylindrical-coordinate representation of color #7FF9E9: hue angle of 172.13º 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 #7FF9E9 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 249 | 233 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.02 |
| HSL | 172.13º | 0.91% | 0.74% | - |
| HSV(B) | 172.13º | 0.49% | 0.98% | - |
| XYZ | 57.34 | 78.15 | 89.15 | - |
| YUV | 210.7 | 140.58 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 249 | 233 | 0.49 | 0 | 0.06 | 0.02 | 172.13 | 0.91 | 0.74 |
| Hex | 7F | F9 | E9 | 31 | 0 | 6 | 2 | AC | 5B | 4A |
| Octal | 177 | 371 | 351 | 61 | 0 | 6 | 2 | 254 | 133 | 112 |
| Binary | 1111111 | 11111001 | 11101001 | 110001 | 0 | 110 | 10 | 10101100 | 1011011 | 1001010 |
Color Harmonies of #7FF9E9
Complementary color
Monochromatic Colors of #7FF9E9
Black with #7FF9E9
Text Example
Text Example
White with #7FF9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF9E9; }
p { color: rgb(127,249,233); }
H1.HeaderClassName
{
color: #7FF9E9;
}
.AnyTagClassName
{
color: #7FF9E9;
}
</style>
background-color css
<style>
a { background-color: #7FF9E9; }
a { background-color: rgb(127,249,233); }
div.DivClassName
{
background-color: #7FF9E9;
}
.BgClassName
{
background-color: #7FF9E9;
}
</style>
border-color css
<style>
span { border-color: #7FF9E9; }
span { border-color: rgb(127,249,233); }
td.TdClassName
{
border-color: #7FF9E9;
}
.TagClassName
{
border-color: #7FF9E9;
}
</style>