Shades of Aqua #13FDFF
Tints of Aqua #13FDFF
RGB
CMYK
RGB Variations
Color information
#13FDFF (or 0x13FDFF) is known color: Aqua. HEX triplet: 13, FD and FF. RGB value is (19,253,255). Sum of RGB (Red+Green+Blue) = 19+253+255=527 (69% of max value = 765). Red value is 19 (7.81% from 255 or 3.61% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #13FDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13FDFF is #EC0200. Grayscale: #B7B7B7. Windows color (decimal): -15467009 or 16776467. OLE color: 16776467.
HSL color Cylindrical-coordinate representation of color #13FDFF: hue angle of 180.51º 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 #13FDFF is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 253 | 255 | - |
| CMYK | 0.93 | 0.01 | 0 | 0 |
| HSL | 180.51º | 1% | 0.54% | - |
| HSV(B) | 180.51º | 0.93% | 1% | - |
| XYZ | 53.44 | 77.61 | 106.77 | - |
| YUV | 183.26 | 168.48 | 10.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 253 | 255 | 0.93 | 0.01 | 0 | 0 | 180.51 | 1 | 0.54 |
| Hex | 13 | FD | FF | 5D | 1 | 0 | 0 | B5 | 64 | 36 |
| Octal | 23 | 375 | 377 | 135 | 1 | 0 | 0 | 265 | 144 | 66 |
| Binary | 10011 | 11111101 | 11111111 | 1011101 | 1 | 0 | 0 | 10110101 | 1100100 | 110110 |
Color Harmonies of #13FDFF
Complementary color
Monochromatic Colors of #13FDFF
Black with #13FDFF
Text Example
Text Example
White with #13FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FDFF; }
p { color: rgb(19,253,255); }
H1.HeaderClassName
{
color: #13FDFF;
}
.AnyTagClassName
{
color: #13FDFF;
}
</style>
background-color css
<style>
a { background-color: #13FDFF; }
a { background-color: rgb(19,253,255); }
div.DivClassName
{
background-color: #13FDFF;
}
.BgClassName
{
background-color: #13FDFF;
}
</style>
border-color css
<style>
span { border-color: #13FDFF; }
span { border-color: rgb(19,253,255); }
td.TdClassName
{
border-color: #13FDFF;
}
.TagClassName
{
border-color: #13FDFF;
}
</style>