Shades of Aqua #13EAFF
Tints of Aqua #13EAFF
RGB
CMYK
RGB Variations
Color information
#13EAFF (or 0x13EAFF) is known color: Aqua. HEX triplet: 13, EA and FF. RGB value is (19,234,255). Sum of RGB (Red+Green+Blue) = 19+234+255=508 (67% of max value = 765). Red value is 19 (7.81% from 255 or 3.74% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #13EAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13EAFF is #EC1500. Grayscale: #ABABAB. Windows color (decimal): -15471873 or 16771603. OLE color: 16771603.
HSL color Cylindrical-coordinate representation of color #13EAFF: hue angle of 185.34º 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 #13EAFF is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 234 | 255 | - |
| CMYK | 0.93 | 0.08 | 0 | 0 |
| HSL | 185.34º | 1% | 0.54% | - |
| HSV(B) | 185.34º | 0.93% | 1% | - |
| XYZ | 47.74 | 66.2 | 104.87 | - |
| YUV | 172.11 | 174.77 | 18.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 234 | 255 | 0.93 | 0.08 | 0 | 0 | 185.34 | 1 | 0.54 |
| Hex | 13 | EA | FF | 5D | 8 | 0 | 0 | B9 | 64 | 36 |
| Octal | 23 | 352 | 377 | 135 | 10 | 0 | 0 | 271 | 144 | 66 |
| Binary | 10011 | 11101010 | 11111111 | 1011101 | 1000 | 0 | 0 | 10111001 | 1100100 | 110110 |
Color Harmonies of #13EAFF
Complementary color
Monochromatic Colors of #13EAFF
Black with #13EAFF
Text Example
Text Example
White with #13EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EAFF; }
p { color: rgb(19,234,255); }
H1.HeaderClassName
{
color: #13EAFF;
}
.AnyTagClassName
{
color: #13EAFF;
}
</style>
background-color css
<style>
a { background-color: #13EAFF; }
a { background-color: rgb(19,234,255); }
div.DivClassName
{
background-color: #13EAFF;
}
.BgClassName
{
background-color: #13EAFF;
}
</style>
border-color css
<style>
span { border-color: #13EAFF; }
span { border-color: rgb(19,234,255); }
td.TdClassName
{
border-color: #13EAFF;
}
.TagClassName
{
border-color: #13EAFF;
}
</style>