Shades of Aqua #13FAFE
Tints of Aqua #13FAFE
RGB
CMYK
RGB Variations
Color information
#13FAFE (or 0x13FAFE) is known color: Aqua. HEX triplet: 13, FA and FE. RGB value is (19,250,254). Sum of RGB (Red+Green+Blue) = 19+250+254=523 (69% of max value = 765). Red value is 19 (7.81% from 255 or 3.63% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #13FAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13FAFE is #EC0501. Grayscale: #B5B5B5. Windows color (decimal): -15467778 or 16710163. OLE color: 16710163.
HSL color Cylindrical-coordinate representation of color #13FAFE: hue angle of 181.02º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FAFE is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 250 | 254 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.00 |
| HSL | 181.02º | 0.99% | 0.54% | - |
| HSV(B) | 181.02º | 0.93% | 1% | - |
| XYZ | 52.34 | 75.67 | 105.61 | - |
| YUV | 181.39 | 168.97 | 12.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 250 | 254 | 0.93 | 0.02 | 0 | 0.00 | 181.02 | 0.99 | 0.54 |
| Hex | 13 | FA | FE | 5D | 2 | 0 | 0 | B5 | 63 | 36 |
| Octal | 23 | 372 | 376 | 135 | 2 | 0 | 0 | 265 | 143 | 66 |
| Binary | 10011 | 11111010 | 11111110 | 1011101 | 10 | 0 | 0 | 10110101 | 1100011 | 110110 |
Color Harmonies of #13FAFE
Complementary color
Monochromatic Colors of #13FAFE
Black with #13FAFE
Text Example
Text Example
White with #13FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FAFE; }
p { color: rgb(19,250,254); }
H1.HeaderClassName
{
color: #13FAFE;
}
.AnyTagClassName
{
color: #13FAFE;
}
</style>
background-color css
<style>
a { background-color: #13FAFE; }
a { background-color: rgb(19,250,254); }
div.DivClassName
{
background-color: #13FAFE;
}
.BgClassName
{
background-color: #13FAFE;
}
</style>
border-color css
<style>
span { border-color: #13FAFE; }
span { border-color: rgb(19,250,254); }
td.TdClassName
{
border-color: #13FAFE;
}
.TagClassName
{
border-color: #13FAFE;
}
</style>