Shades of Aqua #10FBFF
Tints of Aqua #10FBFF
RGB
CMYK
RGB Variations
Color information
#10FBFF (or 0x10FBFF) is known color: Aqua. HEX triplet: 10, FB and FF. RGB value is (16,251,255). Sum of RGB (Red+Green+Blue) = 16+251+255=522 (69% of max value = 765). Red value is 16 (6.64% from 255 or 3.07% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #10FBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FBFF is #EF0400. Grayscale: #B4B4B4. Windows color (decimal): -15664129 or 16775952. OLE color: 16775952.
HSL color Cylindrical-coordinate representation of color #10FBFF: hue angle of 181º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FBFF is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 251 | 255 | - |
| CMYK | 0.94 | 0.02 | 0 | 0 |
| HSL | 181º | 1% | 0.53% | - |
| HSV(B) | 181º | 0.94% | 1% | - |
| XYZ | 52.76 | 76.32 | 106.56 | - |
| YUV | 181.19 | 169.64 | 10.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 251 | 255 | 0.94 | 0.02 | 0 | 0 | 181 | 1 | 0.53 |
| Hex | 10 | FB | FF | 5E | 2 | 0 | 0 | B5 | 64 | 35 |
| Octal | 20 | 373 | 377 | 136 | 2 | 0 | 0 | 265 | 144 | 65 |
| Binary | 10000 | 11111011 | 11111111 | 1011110 | 10 | 0 | 0 | 10110101 | 1100100 | 110101 |
Color Harmonies of #10FBFF
Complementary color
Monochromatic Colors of #10FBFF
Black with #10FBFF
Text Example
Text Example
White with #10FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FBFF; }
p { color: rgb(16,251,255); }
H1.HeaderClassName
{
color: #10FBFF;
}
.AnyTagClassName
{
color: #10FBFF;
}
</style>
background-color css
<style>
a { background-color: #10FBFF; }
a { background-color: rgb(16,251,255); }
div.DivClassName
{
background-color: #10FBFF;
}
.BgClassName
{
background-color: #10FBFF;
}
</style>
border-color css
<style>
span { border-color: #10FBFF; }
span { border-color: rgb(16,251,255); }
td.TdClassName
{
border-color: #10FBFF;
}
.TagClassName
{
border-color: #10FBFF;
}
</style>