Shades of Aqua #15FEFF
Tints of Aqua #15FEFF
RGB
CMYK
RGB Variations
Color information
#15FEFF (or 0x15FEFF) is known color: Aqua. HEX triplet: 15, FE and FF. RGB value is (21,254,255). Sum of RGB (Red+Green+Blue) = 21+254+255=530 (70% of max value = 765). Red value is 21 (8.59% from 255 or 3.96% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #15FEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FEFF is #EA0100. Grayscale: #B8B8B8. Windows color (decimal): -15335681 or 16776725. OLE color: 16776725.
HSL color Cylindrical-coordinate representation of color #15FEFF: hue angle of 180.26º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FEFF is Cyan = 0.92, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 254 | 255 | - |
| CMYK | 0.92 | 0.00 | 0 | 0 |
| HSL | 180.26º | 1% | 0.54% | - |
| HSV(B) | 180.26º | 0.92% | 1% | - |
| XYZ | 53.8 | 78.26 | 106.88 | - |
| YUV | 184.45 | 167.81 | 11.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 254 | 255 | 0.92 | 0.00 | 0 | 0 | 180.26 | 1 | 0.54 |
| Hex | 15 | FE | FF | 5C | 0 | 0 | 0 | B4 | 64 | 36 |
| Octal | 25 | 376 | 377 | 134 | 0 | 0 | 0 | 264 | 144 | 66 |
| Binary | 10101 | 11111110 | 11111111 | 1011100 | 0 | 0 | 0 | 10110100 | 1100100 | 110110 |
Color Harmonies of #15FEFF
Complementary color
Monochromatic Colors of #15FEFF
Black with #15FEFF
Text Example
Text Example
White with #15FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FEFF; }
p { color: rgb(21,254,255); }
H1.HeaderClassName
{
color: #15FEFF;
}
.AnyTagClassName
{
color: #15FEFF;
}
</style>
background-color css
<style>
a { background-color: #15FEFF; }
a { background-color: rgb(21,254,255); }
div.DivClassName
{
background-color: #15FEFF;
}
.BgClassName
{
background-color: #15FEFF;
}
</style>
border-color css
<style>
span { border-color: #15FEFF; }
span { border-color: rgb(21,254,255); }
td.TdClassName
{
border-color: #15FEFF;
}
.TagClassName
{
border-color: #15FEFF;
}
</style>