Shades of Aqua #15FDFE
Tints of Aqua #15FDFE
RGB
CMYK
RGB Variations
Color information
#15FDFE (or 0x15FDFE) is known color: Aqua. HEX triplet: 15, FD and FE. RGB value is (21,253,254). Sum of RGB (Red+Green+Blue) = 21+253+254=528 (69% of max value = 765). Red value is 21 (8.59% from 255 or 3.98% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #15FDFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FDFE is #EA0201. Grayscale: #B7B7B7. Windows color (decimal): -15335938 or 16710933. OLE color: 16710933.
HSL color Cylindrical-coordinate representation of color #15FDFE: hue angle of 180.26º 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 #15FDFE is Cyan = 0.92, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 253 | 254 | - |
| CMYK | 0.92 | 0.00 | 0 | 0.00 |
| HSL | 180.26º | 0.99% | 0.54% | - |
| HSV(B) | 180.26º | 0.92% | 1% | - |
| XYZ | 53.32 | 77.57 | 105.93 | - |
| YUV | 183.75 | 167.64 | 11.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 253 | 254 | 0.92 | 0.00 | 0 | 0.00 | 180.26 | 0.99 | 0.54 |
| Hex | 15 | FD | FE | 5C | 0 | 0 | 0 | B4 | 63 | 36 |
| Octal | 25 | 375 | 376 | 134 | 0 | 0 | 0 | 264 | 143 | 66 |
| Binary | 10101 | 11111101 | 11111110 | 1011100 | 0 | 0 | 0 | 10110100 | 1100011 | 110110 |
Color Harmonies of #15FDFE
Complementary color
Monochromatic Colors of #15FDFE
Black with #15FDFE
Text Example
Text Example
White with #15FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FDFE; }
p { color: rgb(21,253,254); }
H1.HeaderClassName
{
color: #15FDFE;
}
.AnyTagClassName
{
color: #15FDFE;
}
</style>
background-color css
<style>
a { background-color: #15FDFE; }
a { background-color: rgb(21,253,254); }
div.DivClassName
{
background-color: #15FDFE;
}
.BgClassName
{
background-color: #15FDFE;
}
</style>
border-color css
<style>
span { border-color: #15FDFE; }
span { border-color: rgb(21,253,254); }
td.TdClassName
{
border-color: #15FDFE;
}
.TagClassName
{
border-color: #15FDFE;
}
</style>