Shades of Aqua #15F7FE
Tints of Aqua #15F7FE
RGB
CMYK
RGB Variations
Color information
#15F7FE (or 0x15F7FE) is known color: Aqua. HEX triplet: 15, F7 and FE. RGB value is (21,247,254). Sum of RGB (Red+Green+Blue) = 21+247+254=522 (69% of max value = 765). Red value is 21 (8.59% from 255 or 4.02% from 522); Green value is 247 (96.88% from 255 or 47.32% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #15F7FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F7FE is #EA0801. Grayscale: #B3B3B3. Windows color (decimal): -15337474 or 16709397. OLE color: 16709397.
HSL color Cylindrical-coordinate representation of color #15F7FE: hue angle of 181.8º 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 #15F7FE is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 247 | 254 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.00 |
| HSL | 181.8º | 0.99% | 0.54% | - |
| HSV(B) | 181.8º | 0.92% | 1% | - |
| XYZ | 51.46 | 73.84 | 105.31 | - |
| YUV | 180.22 | 169.63 | 14.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 247 | 254 | 0.92 | 0.03 | 0 | 0.00 | 181.8 | 0.99 | 0.54 |
| Hex | 15 | F7 | FE | 5C | 3 | 0 | 0 | B6 | 63 | 36 |
| Octal | 25 | 367 | 376 | 134 | 3 | 0 | 0 | 266 | 143 | 66 |
| Binary | 10101 | 11110111 | 11111110 | 1011100 | 11 | 0 | 0 | 10110110 | 1100011 | 110110 |
Color Harmonies of #15F7FE
Complementary color
Monochromatic Colors of #15F7FE
Black with #15F7FE
Text Example
Text Example
White with #15F7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F7FE; }
p { color: rgb(21,247,254); }
H1.HeaderClassName
{
color: #15F7FE;
}
.AnyTagClassName
{
color: #15F7FE;
}
</style>
background-color css
<style>
a { background-color: #15F7FE; }
a { background-color: rgb(21,247,254); }
div.DivClassName
{
background-color: #15F7FE;
}
.BgClassName
{
background-color: #15F7FE;
}
</style>
border-color css
<style>
span { border-color: #15F7FE; }
span { border-color: rgb(21,247,254); }
td.TdClassName
{
border-color: #15F7FE;
}
.TagClassName
{
border-color: #15F7FE;
}
</style>