Shades of Aqua #08FCFF
Tints of Aqua #08FCFF
RGB
CMYK
RGB Variations
Color information
#08FCFF (or 0x08FCFF) is known color: Aqua. HEX triplet: 08, FC and FF. RGB value is (8,252,255). Sum of RGB (Red+Green+Blue) = 8+252+255=515 (68% of max value = 765). Red value is 8 (3.52% from 255 or 1.55% from 515); Green value is 252 (98.83% from 255 or 48.93% 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 #08FCFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08FCFF is #F70300. Grayscale: #B3B3B3. Windows color (decimal): -16188161 or 16776200. OLE color: 16776200.
HSL color Cylindrical-coordinate representation of color #08FCFF: hue angle of 180.73º 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 #08FCFF is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 252 | 255 | - |
| CMYK | 0.97 | 0.01 | 0 | 0 |
| HSL | 180.73º | 1% | 0.52% | - |
| HSV(B) | 180.73º | 0.97% | 1% | - |
| XYZ | 52.96 | 76.89 | 106.66 | - |
| YUV | 179.39 | 170.66 | 5.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 252 | 255 | 0.97 | 0.01 | 0 | 0 | 180.73 | 1 | 0.52 |
| Hex | 8 | FC | FF | 61 | 1 | 0 | 0 | B5 | 64 | 34 |
| Octal | 10 | 374 | 377 | 141 | 1 | 0 | 0 | 265 | 144 | 64 |
| Binary | 1000 | 11111100 | 11111111 | 1100001 | 1 | 0 | 0 | 10110101 | 1100100 | 110100 |
Color Harmonies of #08FCFF
Complementary color
Monochromatic Colors of #08FCFF
Black with #08FCFF
Text Example
Text Example
White with #08FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FCFF; }
p { color: rgb(8,252,255); }
H1.HeaderClassName
{
color: #08FCFF;
}
.AnyTagClassName
{
color: #08FCFF;
}
</style>
background-color css
<style>
a { background-color: #08FCFF; }
a { background-color: rgb(8,252,255); }
div.DivClassName
{
background-color: #08FCFF;
}
.BgClassName
{
background-color: #08FCFF;
}
</style>
border-color css
<style>
span { border-color: #08FCFF; }
span { border-color: rgb(8,252,255); }
td.TdClassName
{
border-color: #08FCFF;
}
.TagClassName
{
border-color: #08FCFF;
}
</style>