Shades of Aqua #15F0FC
Tints of Aqua #15F0FC
RGB
CMYK
RGB Variations
Color information
#15F0FC (or 0x15F0FC) is known color: Aqua. HEX triplet: 15, F0 and FC. RGB value is (21,240,252). Sum of RGB (Red+Green+Blue) = 21+240+252=513 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.09% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #15F0FC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F0FC is #EA0F03. Grayscale: #AFAFAF. Windows color (decimal): -15339268 or 16576533. OLE color: 16576533.
HSL color Cylindrical-coordinate representation of color #15F0FC: hue angle of 183.12º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15F0FC is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 240 | 252 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.01 |
| HSL | 183.12º | 0.97% | 0.54% | - |
| HSV(B) | 183.12º | 0.92% | 0.99% | - |
| XYZ | 49.04 | 69.51 | 102.93 | - |
| YUV | 175.89 | 170.95 | 17.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 240 | 252 | 0.92 | 0.05 | 0 | 0.01 | 183.12 | 0.97 | 0.54 |
| Hex | 15 | F0 | FC | 5C | 5 | 0 | 1 | B7 | 61 | 36 |
| Octal | 25 | 360 | 374 | 134 | 5 | 0 | 1 | 267 | 141 | 66 |
| Binary | 10101 | 11110000 | 11111100 | 1011100 | 101 | 0 | 1 | 10110111 | 1100001 | 110110 |
Color Harmonies of #15F0FC
Complementary color
Monochromatic Colors of #15F0FC
Black with #15F0FC
Text Example
Text Example
White with #15F0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F0FC; }
p { color: rgb(21,240,252); }
H1.HeaderClassName
{
color: #15F0FC;
}
.AnyTagClassName
{
color: #15F0FC;
}
</style>
background-color css
<style>
a { background-color: #15F0FC; }
a { background-color: rgb(21,240,252); }
div.DivClassName
{
background-color: #15F0FC;
}
.BgClassName
{
background-color: #15F0FC;
}
</style>
border-color css
<style>
span { border-color: #15F0FC; }
span { border-color: rgb(21,240,252); }
td.TdClassName
{
border-color: #15F0FC;
}
.TagClassName
{
border-color: #15F0FC;
}
</style>