Shades of Aqua #13FFF9
Tints of Aqua #13FFF9
RGB
CMYK
RGB Variations
Color information
#13FFF9 (or 0x13FFF9) is known color: Aqua. HEX triplet: 13, FF and F9. RGB value is (19,255,249). Sum of RGB (Red+Green+Blue) = 19+255+249=523 (69% of max value = 765). Red value is 19 (7.81% from 255 or 3.63% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13FFF9 is #EC0006. Grayscale: #B7B7B7. Windows color (decimal): -15466503 or 16383763. OLE color: 16383763.
HSL color Cylindrical-coordinate representation of color #13FFF9: hue angle of 178.47º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FFF9 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 249 | - |
| CMYK | 0.93 | 0 | 0.02 | 0 |
| HSL | 178.47º | 1% | 0.54% | - |
| HSV(B) | 178.47º | 0.93% | 1% | - |
| XYZ | 53.13 | 78.5 | 101.97 | - |
| YUV | 183.75 | 164.81 | 10.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 249 | 0.93 | 0 | 0.02 | 0 | 178.47 | 1 | 0.54 |
| Hex | 13 | FF | F9 | 5D | 0 | 2 | 0 | B2 | 64 | 36 |
| Octal | 23 | 377 | 371 | 135 | 0 | 2 | 0 | 262 | 144 | 66 |
| Binary | 10011 | 11111111 | 11111001 | 1011101 | 0 | 10 | 0 | 10110010 | 1100100 | 110110 |
Color Harmonies of #13FFF9
Complementary color
Monochromatic Colors of #13FFF9
Black with #13FFF9
Text Example
Text Example
White with #13FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FFF9; }
p { color: rgb(19,255,249); }
H1.HeaderClassName
{
color: #13FFF9;
}
.AnyTagClassName
{
color: #13FFF9;
}
</style>
background-color css
<style>
a { background-color: #13FFF9; }
a { background-color: rgb(19,255,249); }
div.DivClassName
{
background-color: #13FFF9;
}
.BgClassName
{
background-color: #13FFF9;
}
</style>
border-color css
<style>
span { border-color: #13FFF9; }
span { border-color: rgb(19,255,249); }
td.TdClassName
{
border-color: #13FFF9;
}
.TagClassName
{
border-color: #13FFF9;
}
</style>