Shades of Aqua #08FFFD
Tints of Aqua #08FFFD
RGB
CMYK
RGB Variations
Color information
#08FFFD (or 0x08FFFD) is known color: Aqua. HEX triplet: 08, FF and FD. RGB value is (8,255,253). Sum of RGB (Red+Green+Blue) = 8+255+253=516 (68% of max value = 765). Red value is 8 (3.52% from 255 or 1.55% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #08FFFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08FFFD is #F70002. Grayscale: #B4B4B4. Windows color (decimal): -16187395 or 16645896. OLE color: 16645896.
HSL color Cylindrical-coordinate representation of color #08FFFD: hue angle of 179.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FFFD is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 253 | - |
| CMYK | 0.97 | 0 | 0.01 | 0 |
| HSL | 179.51º | 1% | 0.52% | - |
| HSV(B) | 179.51º | 0.97% | 1% | - |
| XYZ | 53.59 | 78.66 | 105.29 | - |
| YUV | 180.92 | 168.67 | 4.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 253 | 0.97 | 0 | 0.01 | 0 | 179.51 | 1 | 0.52 |
| Hex | 8 | FF | FD | 61 | 0 | 1 | 0 | B4 | 64 | 34 |
| Octal | 10 | 377 | 375 | 141 | 0 | 1 | 0 | 264 | 144 | 64 |
| Binary | 1000 | 11111111 | 11111101 | 1100001 | 0 | 1 | 0 | 10110100 | 1100100 | 110100 |
Color Harmonies of #08FFFD
Complementary color
Monochromatic Colors of #08FFFD
Black with #08FFFD
Text Example
Text Example
White with #08FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FFFD; }
p { color: rgb(8,255,253); }
H1.HeaderClassName
{
color: #08FFFD;
}
.AnyTagClassName
{
color: #08FFFD;
}
</style>
background-color css
<style>
a { background-color: #08FFFD; }
a { background-color: rgb(8,255,253); }
div.DivClassName
{
background-color: #08FFFD;
}
.BgClassName
{
background-color: #08FFFD;
}
</style>
border-color css
<style>
span { border-color: #08FFFD; }
span { border-color: rgb(8,255,253); }
td.TdClassName
{
border-color: #08FFFD;
}
.TagClassName
{
border-color: #08FFFD;
}
</style>