Shades of Aqua #13EFF5
Tints of Aqua #13EFF5
RGB
CMYK
RGB Variations
Color information
#13EFF5 (or 0x13EFF5) is known color: Aqua. HEX triplet: 13, EF and F5. RGB value is (19,239,245). Sum of RGB (Red+Green+Blue) = 19+239+245=503 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.78% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 245 - color contains mainly: blue. Hex color #13EFF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13EFF5 is #EC100A. Grayscale: #ADADAD. Windows color (decimal): -15470603 or 16117523. OLE color: 16117523.
HSL color Cylindrical-coordinate representation of color #13EFF5: hue angle of 181.59º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EFF5 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 239 | 245 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.04 |
| HSL | 181.59º | 0.92% | 0.52% | - |
| HSV(B) | 181.59º | 0.92% | 0.96% | - |
| XYZ | 47.62 | 68.46 | 97.09 | - |
| YUV | 173.9 | 168.11 | 17.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 245 | 0.92 | 0.02 | 0 | 0.04 | 181.59 | 0.92 | 0.52 |
| Hex | 13 | EF | F5 | 5C | 2 | 0 | 4 | B6 | 5C | 34 |
| Octal | 23 | 357 | 365 | 134 | 2 | 0 | 4 | 266 | 134 | 64 |
| Binary | 10011 | 11101111 | 11110101 | 1011100 | 10 | 0 | 100 | 10110110 | 1011100 | 110100 |
Color Harmonies of #13EFF5
Complementary color
Monochromatic Colors of #13EFF5
Black with #13EFF5
Text Example
Text Example
White with #13EFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EFF5; }
p { color: rgb(19,239,245); }
H1.HeaderClassName
{
color: #13EFF5;
}
.AnyTagClassName
{
color: #13EFF5;
}
</style>
background-color css
<style>
a { background-color: #13EFF5; }
a { background-color: rgb(19,239,245); }
div.DivClassName
{
background-color: #13EFF5;
}
.BgClassName
{
background-color: #13EFF5;
}
</style>
border-color css
<style>
span { border-color: #13EFF5; }
span { border-color: rgb(19,239,245); }
td.TdClassName
{
border-color: #13EFF5;
}
.TagClassName
{
border-color: #13EFF5;
}
</style>