Shades of Aqua #07E8FD
Tints of Aqua #07E8FD
RGB
CMYK
RGB Variations
Color information
#07E8FD (or 0x07E8FD) is known color: Aqua. HEX triplet: 07, E8 and FD. RGB value is (7,232,253). Sum of RGB (Red+Green+Blue) = 7+232+253=492 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.42% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #07E8FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07E8FD is #F81702. Grayscale: #A6A6A6. Windows color (decimal): -16258819 or 16640007. OLE color: 16640007.
HSL color Cylindrical-coordinate representation of color #07E8FD: hue angle of 185.12º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E8FD is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 232 | 253 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.01 |
| HSL | 185.12º | 0.98% | 0.51% | - |
| HSV(B) | 185.12º | 0.97% | 0.99% | - |
| XYZ | 46.67 | 64.85 | 102.99 | - |
| YUV | 167.12 | 176.46 | 13.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 232 | 253 | 0.97 | 0.08 | 0 | 0.01 | 185.12 | 0.98 | 0.51 |
| Hex | 7 | E8 | FD | 61 | 8 | 0 | 1 | B9 | 62 | 33 |
| Octal | 7 | 350 | 375 | 141 | 10 | 0 | 1 | 271 | 142 | 63 |
| Binary | 111 | 11101000 | 11111101 | 1100001 | 1000 | 0 | 1 | 10111001 | 1100010 | 110011 |
Color Harmonies of #07E8FD
Complementary color
Monochromatic Colors of #07E8FD
Black with #07E8FD
Text Example
Text Example
White with #07E8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E8FD; }
p { color: rgb(7,232,253); }
H1.HeaderClassName
{
color: #07E8FD;
}
.AnyTagClassName
{
color: #07E8FD;
}
</style>
background-color css
<style>
a { background-color: #07E8FD; }
a { background-color: rgb(7,232,253); }
div.DivClassName
{
background-color: #07E8FD;
}
.BgClassName
{
background-color: #07E8FD;
}
</style>
border-color css
<style>
span { border-color: #07E8FD; }
span { border-color: rgb(7,232,253); }
td.TdClassName
{
border-color: #07E8FD;
}
.TagClassName
{
border-color: #07E8FD;
}
</style>