Shades of Aqua #15FEFB
Tints of Aqua #15FEFB
RGB
CMYK
RGB Variations
Color information
#15FEFB (or 0x15FEFB) is known color: Aqua. HEX triplet: 15, FE and FB. RGB value is (21,254,251). Sum of RGB (Red+Green+Blue) = 21+254+251=526 (69% of max value = 765). Red value is 21 (8.59% from 255 or 3.99% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #15FEFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FEFB is #EA0104. Grayscale: #B7B7B7. Windows color (decimal): -15335685 or 16514581. OLE color: 16514581.
HSL color Cylindrical-coordinate representation of color #15FEFB: hue angle of 179.23º 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 #15FEFB is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 254 | 251 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.00 |
| HSL | 179.23º | 0.99% | 0.54% | - |
| HSV(B) | 179.23º | 0.92% | 1% | - |
| XYZ | 53.16 | 78.01 | 103.52 | - |
| YUV | 183.99 | 165.81 | 11.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 254 | 251 | 0.92 | 0 | 0.01 | 0.00 | 179.23 | 0.99 | 0.54 |
| Hex | 15 | FE | FB | 5C | 0 | 1 | 0 | B3 | 63 | 36 |
| Octal | 25 | 376 | 373 | 134 | 0 | 1 | 0 | 263 | 143 | 66 |
| Binary | 10101 | 11111110 | 11111011 | 1011100 | 0 | 1 | 0 | 10110011 | 1100011 | 110110 |
Color Harmonies of #15FEFB
Complementary color
Monochromatic Colors of #15FEFB
Black with #15FEFB
Text Example
Text Example
White with #15FEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FEFB; }
p { color: rgb(21,254,251); }
H1.HeaderClassName
{
color: #15FEFB;
}
.AnyTagClassName
{
color: #15FEFB;
}
</style>
background-color css
<style>
a { background-color: #15FEFB; }
a { background-color: rgb(21,254,251); }
div.DivClassName
{
background-color: #15FEFB;
}
.BgClassName
{
background-color: #15FEFB;
}
</style>
border-color css
<style>
span { border-color: #15FEFB; }
span { border-color: rgb(21,254,251); }
td.TdClassName
{
border-color: #15FEFB;
}
.TagClassName
{
border-color: #15FEFB;
}
</style>