Shades of Aqua #15FCFE
Tints of Aqua #15FCFE
RGB
CMYK
RGB Variations
Color information
#15FCFE (or 0x15FCFE) is known color: Aqua. HEX triplet: 15, FC and FE. RGB value is (21,252,254). Sum of RGB (Red+Green+Blue) = 21+252+254=527 (69% of max value = 765). Red value is 21 (8.59% from 255 or 3.98% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #15FCFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FCFE is #EA0301. Grayscale: #B6B6B6. Windows color (decimal): -15336194 or 16710677. OLE color: 16710677.
HSL color Cylindrical-coordinate representation of color #15FCFE: hue angle of 180.52º 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 #15FCFE is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 252 | 254 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.00 |
| HSL | 180.52º | 0.99% | 0.54% | - |
| HSV(B) | 180.52º | 0.92% | 1% | - |
| XYZ | 53.01 | 76.94 | 105.82 | - |
| YUV | 183.16 | 167.97 | 12.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 252 | 254 | 0.92 | 0.01 | 0 | 0.00 | 180.52 | 0.99 | 0.54 |
| Hex | 15 | FC | FE | 5C | 1 | 0 | 0 | B5 | 63 | 36 |
| Octal | 25 | 374 | 376 | 134 | 1 | 0 | 0 | 265 | 143 | 66 |
| Binary | 10101 | 11111100 | 11111110 | 1011100 | 1 | 0 | 0 | 10110101 | 1100011 | 110110 |
Color Harmonies of #15FCFE
Complementary color
Monochromatic Colors of #15FCFE
Black with #15FCFE
Text Example
Text Example
White with #15FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FCFE; }
p { color: rgb(21,252,254); }
H1.HeaderClassName
{
color: #15FCFE;
}
.AnyTagClassName
{
color: #15FCFE;
}
</style>
background-color css
<style>
a { background-color: #15FCFE; }
a { background-color: rgb(21,252,254); }
div.DivClassName
{
background-color: #15FCFE;
}
.BgClassName
{
background-color: #15FCFE;
}
</style>
border-color css
<style>
span { border-color: #15FCFE; }
span { border-color: rgb(21,252,254); }
td.TdClassName
{
border-color: #15FCFE;
}
.TagClassName
{
border-color: #15FCFE;
}
</style>