Shades of Aqua #15F0FD
Tints of Aqua #15F0FD
RGB
CMYK
RGB Variations
Color information
#15F0FD (or 0x15F0FD) is known color: Aqua. HEX triplet: 15, F0 and FD. RGB value is (21,240,253). Sum of RGB (Red+Green+Blue) = 21+240+253=514 (68% of max value = 765). Red value is 21 (8.59% from 255 or 4.09% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #15F0FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F0FD is #EA0F02. Grayscale: #AFAFAF. Windows color (decimal): -15339267 or 16642069. OLE color: 16642069.
HSL color Cylindrical-coordinate representation of color #15F0FD: hue angle of 183.36º degrees, saturation: 0.98, 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 #15F0FD is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 240 | 253 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.01 |
| HSL | 183.36º | 0.98% | 0.54% | - |
| HSV(B) | 183.36º | 0.92% | 0.99% | - |
| XYZ | 49.2 | 69.57 | 103.76 | - |
| YUV | 176 | 171.45 | 17.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 240 | 253 | 0.92 | 0.05 | 0 | 0.01 | 183.36 | 0.98 | 0.54 |
| Hex | 15 | F0 | FD | 5C | 5 | 0 | 1 | B7 | 62 | 36 |
| Octal | 25 | 360 | 375 | 134 | 5 | 0 | 1 | 267 | 142 | 66 |
| Binary | 10101 | 11110000 | 11111101 | 1011100 | 101 | 0 | 1 | 10110111 | 1100010 | 110110 |
Color Harmonies of #15F0FD
Complementary color
Monochromatic Colors of #15F0FD
Black with #15F0FD
Text Example
Text Example
White with #15F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F0FD; }
p { color: rgb(21,240,253); }
H1.HeaderClassName
{
color: #15F0FD;
}
.AnyTagClassName
{
color: #15F0FD;
}
</style>
background-color css
<style>
a { background-color: #15F0FD; }
a { background-color: rgb(21,240,253); }
div.DivClassName
{
background-color: #15F0FD;
}
.BgClassName
{
background-color: #15F0FD;
}
</style>
border-color css
<style>
span { border-color: #15F0FD; }
span { border-color: rgb(21,240,253); }
td.TdClassName
{
border-color: #15F0FD;
}
.TagClassName
{
border-color: #15F0FD;
}
</style>