Shades of Aqua #15F5FF
Tints of Aqua #15F5FF
RGB
CMYK
RGB Variations
Color information
#15F5FF (or 0x15F5FF) is known color: Aqua. HEX triplet: 15, F5 and FF. RGB value is (21,245,255). Sum of RGB (Red+Green+Blue) = 21+245+255=521 (69% of max value = 765). Red value is 21 (8.59% from 255 or 4.03% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #15F5FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F5FF is #EA0A00. Grayscale: #B2B2B2. Windows color (decimal): -15337985 or 16774421. OLE color: 16774421.
HSL color Cylindrical-coordinate representation of color #15F5FF: hue angle of 182.56º 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 #15F5FF is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 245 | 255 | - |
| CMYK | 0.92 | 0.04 | 0 | 0 |
| HSL | 182.56º | 1% | 0.54% | - |
| HSV(B) | 182.56º | 0.92% | 1% | - |
| XYZ | 51.01 | 72.68 | 105.95 | - |
| YUV | 179.16 | 170.79 | 15.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 245 | 255 | 0.92 | 0.04 | 0 | 0 | 182.56 | 1 | 0.54 |
| Hex | 15 | F5 | FF | 5C | 4 | 0 | 0 | B7 | 64 | 36 |
| Octal | 25 | 365 | 377 | 134 | 4 | 0 | 0 | 267 | 144 | 66 |
| Binary | 10101 | 11110101 | 11111111 | 1011100 | 100 | 0 | 0 | 10110111 | 1100100 | 110110 |
Color Harmonies of #15F5FF
Complementary color
Monochromatic Colors of #15F5FF
Black with #15F5FF
Text Example
Text Example
White with #15F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F5FF; }
p { color: rgb(21,245,255); }
H1.HeaderClassName
{
color: #15F5FF;
}
.AnyTagClassName
{
color: #15F5FF;
}
</style>
background-color css
<style>
a { background-color: #15F5FF; }
a { background-color: rgb(21,245,255); }
div.DivClassName
{
background-color: #15F5FF;
}
.BgClassName
{
background-color: #15F5FF;
}
</style>
border-color css
<style>
span { border-color: #15F5FF; }
span { border-color: rgb(21,245,255); }
td.TdClassName
{
border-color: #15F5FF;
}
.TagClassName
{
border-color: #15F5FF;
}
</style>