Shades of Aqua #15F5FE
Tints of Aqua #15F5FE
RGB
CMYK
RGB Variations
Color information
#15F5FE (or 0x15F5FE) is known color: Aqua. HEX triplet: 15, F5 and FE. RGB value is (21,245,254). Sum of RGB (Red+Green+Blue) = 21+245+254=520 (68% of max value = 765). Red value is 21 (8.59% from 255 or 4.04% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #15F5FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F5FE is #EA0A01. Grayscale: #B2B2B2. Windows color (decimal): -15337986 or 16708885. OLE color: 16708885.
HSL color Cylindrical-coordinate representation of color #15F5FE: hue angle of 182.32º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15F5FE is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 245 | 254 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.00 |
| HSL | 182.32º | 0.99% | 0.54% | - |
| HSV(B) | 182.32º | 0.92% | 1% | - |
| XYZ | 50.85 | 72.62 | 105.1 | - |
| YUV | 179.05 | 170.29 | 15.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 245 | 254 | 0.92 | 0.04 | 0 | 0.00 | 182.32 | 0.99 | 0.54 |
| Hex | 15 | F5 | FE | 5C | 4 | 0 | 0 | B6 | 63 | 36 |
| Octal | 25 | 365 | 376 | 134 | 4 | 0 | 0 | 266 | 143 | 66 |
| Binary | 10101 | 11110101 | 11111110 | 1011100 | 100 | 0 | 0 | 10110110 | 1100011 | 110110 |
Color Harmonies of #15F5FE
Complementary color
Monochromatic Colors of #15F5FE
Black with #15F5FE
Text Example
Text Example
White with #15F5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F5FE; }
p { color: rgb(21,245,254); }
H1.HeaderClassName
{
color: #15F5FE;
}
.AnyTagClassName
{
color: #15F5FE;
}
</style>
background-color css
<style>
a { background-color: #15F5FE; }
a { background-color: rgb(21,245,254); }
div.DivClassName
{
background-color: #15F5FE;
}
.BgClassName
{
background-color: #15F5FE;
}
</style>
border-color css
<style>
span { border-color: #15F5FE; }
span { border-color: rgb(21,245,254); }
td.TdClassName
{
border-color: #15F5FE;
}
.TagClassName
{
border-color: #15F5FE;
}
</style>