Shades of Aqua #15FCFF
Tints of Aqua #15FCFF
RGB
CMYK
RGB Variations
Color information
#15FCFF (or 0x15FCFF) is known color: Aqua. HEX triplet: 15, FC and FF. RGB value is (21,252,255). Sum of RGB (Red+Green+Blue) = 21+252+255=528 (69% of max value = 765). Red value is 21 (8.59% from 255 or 3.98% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #15FCFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FCFF is #EA0300. Grayscale: #B7B7B7. Windows color (decimal): -15336193 or 16776213. OLE color: 16776213.
HSL color Cylindrical-coordinate representation of color #15FCFF: hue angle of 180.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FCFF is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 252 | 255 | - |
| CMYK | 0.92 | 0.01 | 0 | 0 |
| HSL | 180.77º | 1% | 0.54% | - |
| HSV(B) | 180.77º | 0.92% | 1% | - |
| XYZ | 53.17 | 77 | 106.67 | - |
| YUV | 183.27 | 168.47 | 12.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 252 | 255 | 0.92 | 0.01 | 0 | 0 | 180.77 | 1 | 0.54 |
| Hex | 15 | FC | FF | 5C | 1 | 0 | 0 | B5 | 64 | 36 |
| Octal | 25 | 374 | 377 | 134 | 1 | 0 | 0 | 265 | 144 | 66 |
| Binary | 10101 | 11111100 | 11111111 | 1011100 | 1 | 0 | 0 | 10110101 | 1100100 | 110110 |
Color Harmonies of #15FCFF
Complementary color
Monochromatic Colors of #15FCFF
Black with #15FCFF
Text Example
Text Example
White with #15FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FCFF; }
p { color: rgb(21,252,255); }
H1.HeaderClassName
{
color: #15FCFF;
}
.AnyTagClassName
{
color: #15FCFF;
}
</style>
background-color css
<style>
a { background-color: #15FCFF; }
a { background-color: rgb(21,252,255); }
div.DivClassName
{
background-color: #15FCFF;
}
.BgClassName
{
background-color: #15FCFF;
}
</style>
border-color css
<style>
span { border-color: #15FCFF; }
span { border-color: rgb(21,252,255); }
td.TdClassName
{
border-color: #15FCFF;
}
.TagClassName
{
border-color: #15FCFF;
}
</style>