Shades of Aqua #07FDFF
Tints of Aqua #07FDFF
RGB
CMYK
RGB Variations
Color information
#07FDFF (or 0x07FDFF) is known color: Aqua. HEX triplet: 07, FD and FF. RGB value is (7,253,255). Sum of RGB (Red+Green+Blue) = 7+253+255=515 (68% of max value = 765). Red value is 7 (3.12% from 255 or 1.36% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #07FDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FDFF is #F80200. Grayscale: #B3B3B3. Windows color (decimal): -16253441 or 16776455. OLE color: 16776455.
HSL color Cylindrical-coordinate representation of color #07FDFF: hue angle of 180.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FDFF is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 253 | 255 | - |
| CMYK | 0.97 | 0.01 | 0 | 0 |
| HSL | 180.48º | 1% | 0.51% | - |
| HSV(B) | 180.48º | 0.97% | 1% | - |
| XYZ | 53.26 | 77.52 | 106.76 | - |
| YUV | 179.67 | 170.5 | 4.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 253 | 255 | 0.97 | 0.01 | 0 | 0 | 180.48 | 1 | 0.51 |
| Hex | 7 | FD | FF | 61 | 1 | 0 | 0 | B4 | 64 | 33 |
| Octal | 7 | 375 | 377 | 141 | 1 | 0 | 0 | 264 | 144 | 63 |
| Binary | 111 | 11111101 | 11111111 | 1100001 | 1 | 0 | 0 | 10110100 | 1100100 | 110011 |
Color Harmonies of #07FDFF
Complementary color
Monochromatic Colors of #07FDFF
Black with #07FDFF
Text Example
Text Example
White with #07FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FDFF; }
p { color: rgb(7,253,255); }
H1.HeaderClassName
{
color: #07FDFF;
}
.AnyTagClassName
{
color: #07FDFF;
}
</style>
background-color css
<style>
a { background-color: #07FDFF; }
a { background-color: rgb(7,253,255); }
div.DivClassName
{
background-color: #07FDFF;
}
.BgClassName
{
background-color: #07FDFF;
}
</style>
border-color css
<style>
span { border-color: #07FDFF; }
span { border-color: rgb(7,253,255); }
td.TdClassName
{
border-color: #07FDFF;
}
.TagClassName
{
border-color: #07FDFF;
}
</style>