Shades of Aqua #15F1FE
Tints of Aqua #15F1FE
RGB
CMYK
RGB Variations
Color information
#15F1FE (or 0x15F1FE) is known color: Aqua. HEX triplet: 15, F1 and FE. RGB value is (21,241,254). Sum of RGB (Red+Green+Blue) = 21+241+254=516 (68% of max value = 765). Red value is 21 (8.59% from 255 or 4.07% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #15F1FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F1FE is #EA0E01. Grayscale: #B0B0B0. Windows color (decimal): -15339010 or 16707861. OLE color: 16707861.
HSL color Cylindrical-coordinate representation of color #15F1FE: hue angle of 183.35º 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 #15F1FE is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 241 | 254 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.00 |
| HSL | 183.35º | 0.99% | 0.54% | - |
| HSV(B) | 183.35º | 0.92% | 1% | - |
| XYZ | 49.65 | 70.23 | 104.7 | - |
| YUV | 176.7 | 171.61 | 16.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 241 | 254 | 0.92 | 0.05 | 0 | 0.00 | 183.35 | 0.99 | 0.54 |
| Hex | 15 | F1 | FE | 5C | 5 | 0 | 0 | B7 | 63 | 36 |
| Octal | 25 | 361 | 376 | 134 | 5 | 0 | 0 | 267 | 143 | 66 |
| Binary | 10101 | 11110001 | 11111110 | 1011100 | 101 | 0 | 0 | 10110111 | 1100011 | 110110 |
Color Harmonies of #15F1FE
Complementary color
Monochromatic Colors of #15F1FE
Black with #15F1FE
Text Example
Text Example
White with #15F1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F1FE; }
p { color: rgb(21,241,254); }
H1.HeaderClassName
{
color: #15F1FE;
}
.AnyTagClassName
{
color: #15F1FE;
}
</style>
background-color css
<style>
a { background-color: #15F1FE; }
a { background-color: rgb(21,241,254); }
div.DivClassName
{
background-color: #15F1FE;
}
.BgClassName
{
background-color: #15F1FE;
}
</style>
border-color css
<style>
span { border-color: #15F1FE; }
span { border-color: rgb(21,241,254); }
td.TdClassName
{
border-color: #15F1FE;
}
.TagClassName
{
border-color: #15F1FE;
}
</style>