Shades of Aqua #13E4FF
Tints of Aqua #13E4FF
RGB
CMYK
RGB Variations
Color information
#13E4FF (or 0x13E4FF) is known color: Aqua. HEX triplet: 13, E4 and FF. RGB value is (19,228,255). Sum of RGB (Red+Green+Blue) = 19+228+255=502 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.78% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #13E4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13E4FF is #EC1B00. Grayscale: #A8A8A8. Windows color (decimal): -15473409 or 16770067. OLE color: 16770067.
HSL color Cylindrical-coordinate representation of color #13E4FF: hue angle of 186.86º 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 #13E4FF is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 228 | 255 | - |
| CMYK | 0.93 | 0.11 | 0 | 0 |
| HSL | 186.86º | 1% | 0.54% | - |
| HSV(B) | 186.86º | 0.93% | 1% | - |
| XYZ | 46.06 | 62.85 | 104.31 | - |
| YUV | 168.59 | 176.76 | 21.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 228 | 255 | 0.93 | 0.11 | 0 | 0 | 186.86 | 1 | 0.54 |
| Hex | 13 | E4 | FF | 5D | B | 0 | 0 | BB | 64 | 36 |
| Octal | 23 | 344 | 377 | 135 | 13 | 0 | 0 | 273 | 144 | 66 |
| Binary | 10011 | 11100100 | 11111111 | 1011101 | 1011 | 0 | 0 | 10111011 | 1100100 | 110110 |
Color Harmonies of #13E4FF
Complementary color
Monochromatic Colors of #13E4FF
Black with #13E4FF
Text Example
Text Example
White with #13E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E4FF; }
p { color: rgb(19,228,255); }
H1.HeaderClassName
{
color: #13E4FF;
}
.AnyTagClassName
{
color: #13E4FF;
}
</style>
background-color css
<style>
a { background-color: #13E4FF; }
a { background-color: rgb(19,228,255); }
div.DivClassName
{
background-color: #13E4FF;
}
.BgClassName
{
background-color: #13E4FF;
}
</style>
border-color css
<style>
span { border-color: #13E4FF; }
span { border-color: rgb(19,228,255); }
td.TdClassName
{
border-color: #13E4FF;
}
.TagClassName
{
border-color: #13E4FF;
}
</style>