Shades of Aqua #13E2FF
Tints of Aqua #13E2FF
RGB
CMYK
RGB Variations
Color information
#13E2FF (or 0x13E2FF) is known color: Aqua. HEX triplet: 13, E2 and FF. RGB value is (19,226,255). Sum of RGB (Red+Green+Blue) = 19+226+255=500 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.8% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #13E2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13E2FF is #EC1D00. Grayscale: #A7A7A7. Windows color (decimal): -15473921 or 16769555. OLE color: 16769555.
HSL color Cylindrical-coordinate representation of color #13E2FF: hue angle of 187.37º 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 #13E2FF is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 226 | 255 | - |
| CMYK | 0.93 | 0.11 | 0 | 0 |
| HSL | 187.37º | 1% | 0.54% | - |
| HSV(B) | 187.37º | 0.93% | 1% | - |
| XYZ | 45.51 | 61.75 | 104.13 | - |
| YUV | 167.41 | 177.42 | 22.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 226 | 255 | 0.93 | 0.11 | 0 | 0 | 187.37 | 1 | 0.54 |
| Hex | 13 | E2 | FF | 5D | B | 0 | 0 | BB | 64 | 36 |
| Octal | 23 | 342 | 377 | 135 | 13 | 0 | 0 | 273 | 144 | 66 |
| Binary | 10011 | 11100010 | 11111111 | 1011101 | 1011 | 0 | 0 | 10111011 | 1100100 | 110110 |
Color Harmonies of #13E2FF
Complementary color
Monochromatic Colors of #13E2FF
Black with #13E2FF
Text Example
Text Example
White with #13E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E2FF; }
p { color: rgb(19,226,255); }
H1.HeaderClassName
{
color: #13E2FF;
}
.AnyTagClassName
{
color: #13E2FF;
}
</style>
background-color css
<style>
a { background-color: #13E2FF; }
a { background-color: rgb(19,226,255); }
div.DivClassName
{
background-color: #13E2FF;
}
.BgClassName
{
background-color: #13E2FF;
}
</style>
border-color css
<style>
span { border-color: #13E2FF; }
span { border-color: rgb(19,226,255); }
td.TdClassName
{
border-color: #13E2FF;
}
.TagClassName
{
border-color: #13E2FF;
}
</style>