Shades of Aqua #15F0FF
Tints of Aqua #15F0FF
RGB
CMYK
RGB Variations
Color information
#15F0FF (or 0x15F0FF) is known color: Aqua. HEX triplet: 15, F0 and FF. RGB value is (21,240,255). Sum of RGB (Red+Green+Blue) = 21+240+255=516 (68% of max value = 765). Red value is 21 (8.59% from 255 or 4.07% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #15F0FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F0FF is #EA0F00. Grayscale: #AFAFAF. Windows color (decimal): -15339265 or 16773141. OLE color: 16773141.
HSL color Cylindrical-coordinate representation of color #15F0FF: hue angle of 183.85º 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 #15F0FF is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 240 | 255 | - |
| CMYK | 0.92 | 0.06 | 0 | 0 |
| HSL | 183.85º | 1% | 0.54% | - |
| HSV(B) | 183.85º | 0.92% | 1% | - |
| XYZ | 49.52 | 69.7 | 105.45 | - |
| YUV | 176.23 | 172.45 | 17.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 240 | 255 | 0.92 | 0.06 | 0 | 0 | 183.85 | 1 | 0.54 |
| Hex | 15 | F0 | FF | 5C | 6 | 0 | 0 | B8 | 64 | 36 |
| Octal | 25 | 360 | 377 | 134 | 6 | 0 | 0 | 270 | 144 | 66 |
| Binary | 10101 | 11110000 | 11111111 | 1011100 | 110 | 0 | 0 | 10111000 | 1100100 | 110110 |
Color Harmonies of #15F0FF
Complementary color
Monochromatic Colors of #15F0FF
Black with #15F0FF
Text Example
Text Example
White with #15F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F0FF; }
p { color: rgb(21,240,255); }
H1.HeaderClassName
{
color: #15F0FF;
}
.AnyTagClassName
{
color: #15F0FF;
}
</style>
background-color css
<style>
a { background-color: #15F0FF; }
a { background-color: rgb(21,240,255); }
div.DivClassName
{
background-color: #15F0FF;
}
.BgClassName
{
background-color: #15F0FF;
}
</style>
border-color css
<style>
span { border-color: #15F0FF; }
span { border-color: rgb(21,240,255); }
td.TdClassName
{
border-color: #15F0FF;
}
.TagClassName
{
border-color: #15F0FF;
}
</style>