Shades of Aqua #04FBFF
Tints of Aqua #04FBFF
RGB
CMYK
RGB Variations
Color information
#04FBFF (or 0x04FBFF) is known color: Aqua. HEX triplet: 04, FB and FF. RGB value is (4,251,255). Sum of RGB (Red+Green+Blue) = 4+251+255=510 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.78% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #04FBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FBFF is #FB0400. Grayscale: #B1B1B1. Windows color (decimal): -16450561 or 16775940. OLE color: 16775940.
HSL color Cylindrical-coordinate representation of color #04FBFF: hue angle of 180.96º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FBFF is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 251 | 255 | - |
| CMYK | 0.98 | 0.02 | 0 | 0 |
| HSL | 180.96º | 1% | 0.51% | - |
| HSV(B) | 180.96º | 0.98% | 1% | - |
| XYZ | 52.6 | 76.24 | 106.55 | - |
| YUV | 177.6 | 171.67 | 4.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 251 | 255 | 0.98 | 0.02 | 0 | 0 | 180.96 | 1 | 0.51 |
| Hex | 4 | FB | FF | 62 | 2 | 0 | 0 | B5 | 64 | 33 |
| Octal | 4 | 373 | 377 | 142 | 2 | 0 | 0 | 265 | 144 | 63 |
| Binary | 100 | 11111011 | 11111111 | 1100010 | 10 | 0 | 0 | 10110101 | 1100100 | 110011 |
Color Harmonies of #04FBFF
Complementary color
Monochromatic Colors of #04FBFF
Black with #04FBFF
Text Example
Text Example
White with #04FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FBFF; }
p { color: rgb(4,251,255); }
H1.HeaderClassName
{
color: #04FBFF;
}
.AnyTagClassName
{
color: #04FBFF;
}
</style>
background-color css
<style>
a { background-color: #04FBFF; }
a { background-color: rgb(4,251,255); }
div.DivClassName
{
background-color: #04FBFF;
}
.BgClassName
{
background-color: #04FBFF;
}
</style>
border-color css
<style>
span { border-color: #04FBFF; }
span { border-color: rgb(4,251,255); }
td.TdClassName
{
border-color: #04FBFF;
}
.TagClassName
{
border-color: #04FBFF;
}
</style>