Shades of Aqua #13E2FE
Tints of Aqua #13E2FE
RGB
CMYK
RGB Variations
Color information
#13E2FE (or 0x13E2FE) is known color: Aqua. HEX triplet: 13, E2 and FE. RGB value is (19,226,254). Sum of RGB (Red+Green+Blue) = 19+226+254=499 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.81% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #13E2FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13E2FE is #EC1D01. Grayscale: #A6A6A6. Windows color (decimal): -15473922 or 16704019. OLE color: 16704019.
HSL color Cylindrical-coordinate representation of color #13E2FE: hue angle of 187.15º 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 #13E2FE is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 226 | 254 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.00 |
| HSL | 187.15º | 0.99% | 0.54% | - |
| HSV(B) | 187.15º | 0.93% | 1% | - |
| XYZ | 45.35 | 61.69 | 103.28 | - |
| YUV | 167.3 | 176.92 | 22.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 226 | 254 | 0.93 | 0.11 | 0 | 0.00 | 187.15 | 0.99 | 0.54 |
| Hex | 13 | E2 | FE | 5D | B | 0 | 0 | BB | 63 | 36 |
| Octal | 23 | 342 | 376 | 135 | 13 | 0 | 0 | 273 | 143 | 66 |
| Binary | 10011 | 11100010 | 11111110 | 1011101 | 1011 | 0 | 0 | 10111011 | 1100011 | 110110 |
Color Harmonies of #13E2FE
Complementary color
Monochromatic Colors of #13E2FE
Black with #13E2FE
Text Example
Text Example
White with #13E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E2FE; }
p { color: rgb(19,226,254); }
H1.HeaderClassName
{
color: #13E2FE;
}
.AnyTagClassName
{
color: #13E2FE;
}
</style>
background-color css
<style>
a { background-color: #13E2FE; }
a { background-color: rgb(19,226,254); }
div.DivClassName
{
background-color: #13E2FE;
}
.BgClassName
{
background-color: #13E2FE;
}
</style>
border-color css
<style>
span { border-color: #13E2FE; }
span { border-color: rgb(19,226,254); }
td.TdClassName
{
border-color: #13E2FE;
}
.TagClassName
{
border-color: #13E2FE;
}
</style>