Shades of Aqua #15F1FF
Tints of Aqua #15F1FF
RGB
CMYK
RGB Variations
Color information
#15F1FF (or 0x15F1FF) is known color: Aqua. HEX triplet: 15, F1 and FF. RGB value is (21,241,255). Sum of RGB (Red+Green+Blue) = 21+241+255=517 (68% of max value = 765). Red value is 21 (8.59% from 255 or 4.06% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #15F1FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F1FF is #EA0E00. Grayscale: #B0B0B0. Windows color (decimal): -15339009 or 16773397. OLE color: 16773397.
HSL color Cylindrical-coordinate representation of color #15F1FF: hue angle of 183.59º 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 #15F1FF is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 241 | 255 | - |
| CMYK | 0.92 | 0.05 | 0 | 0 |
| HSL | 183.59º | 1% | 0.54% | - |
| HSV(B) | 183.59º | 0.92% | 1% | - |
| XYZ | 49.81 | 70.29 | 105.55 | - |
| YUV | 176.82 | 172.11 | 16.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 241 | 255 | 0.92 | 0.05 | 0 | 0 | 183.59 | 1 | 0.54 |
| Hex | 15 | F1 | FF | 5C | 5 | 0 | 0 | B8 | 64 | 36 |
| Octal | 25 | 361 | 377 | 134 | 5 | 0 | 0 | 270 | 144 | 66 |
| Binary | 10101 | 11110001 | 11111111 | 1011100 | 101 | 0 | 0 | 10111000 | 1100100 | 110110 |
Color Harmonies of #15F1FF
Complementary color
Monochromatic Colors of #15F1FF
Black with #15F1FF
Text Example
Text Example
White with #15F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F1FF; }
p { color: rgb(21,241,255); }
H1.HeaderClassName
{
color: #15F1FF;
}
.AnyTagClassName
{
color: #15F1FF;
}
</style>
background-color css
<style>
a { background-color: #15F1FF; }
a { background-color: rgb(21,241,255); }
div.DivClassName
{
background-color: #15F1FF;
}
.BgClassName
{
background-color: #15F1FF;
}
</style>
border-color css
<style>
span { border-color: #15F1FF; }
span { border-color: rgb(21,241,255); }
td.TdClassName
{
border-color: #15F1FF;
}
.TagClassName
{
border-color: #15F1FF;
}
</style>