Shades of Aqua #15FDFB
Tints of Aqua #15FDFB
RGB
CMYK
RGB Variations
Color information
#15FDFB (or 0x15FDFB) is known color: Aqua. HEX triplet: 15, FD and FB. RGB value is (21,253,251). Sum of RGB (Red+Green+Blue) = 21+253+251=525 (69% of max value = 765). Red value is 21 (8.59% from 255 or 4% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #15FDFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FDFB is #EA0204. Grayscale: #B7B7B7. Windows color (decimal): -15335941 or 16514325. OLE color: 16514325.
HSL color Cylindrical-coordinate representation of color #15FDFB: hue angle of 179.48º 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 #15FDFB is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 253 | 251 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.01 |
| HSL | 179.48º | 0.98% | 0.54% | - |
| HSV(B) | 179.48º | 0.92% | 0.99% | - |
| XYZ | 52.85 | 77.38 | 103.42 | - |
| YUV | 183.4 | 166.14 | 12.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 253 | 251 | 0.92 | 0 | 0.01 | 0.01 | 179.48 | 0.98 | 0.54 |
| Hex | 15 | FD | FB | 5C | 0 | 1 | 1 | B3 | 62 | 36 |
| Octal | 25 | 375 | 373 | 134 | 0 | 1 | 1 | 263 | 142 | 66 |
| Binary | 10101 | 11111101 | 11111011 | 1011100 | 0 | 1 | 1 | 10110011 | 1100010 | 110110 |
Color Harmonies of #15FDFB
Complementary color
Monochromatic Colors of #15FDFB
Black with #15FDFB
Text Example
Text Example
White with #15FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FDFB; }
p { color: rgb(21,253,251); }
H1.HeaderClassName
{
color: #15FDFB;
}
.AnyTagClassName
{
color: #15FDFB;
}
</style>
background-color css
<style>
a { background-color: #15FDFB; }
a { background-color: rgb(21,253,251); }
div.DivClassName
{
background-color: #15FDFB;
}
.BgClassName
{
background-color: #15FDFB;
}
</style>
border-color css
<style>
span { border-color: #15FDFB; }
span { border-color: rgb(21,253,251); }
td.TdClassName
{
border-color: #15FDFB;
}
.TagClassName
{
border-color: #15FDFB;
}
</style>