Shades of Aqua #19F9FF
Tints of Aqua #19F9FF
RGB
CMYK
RGB Variations
Color information
#19F9FF (or 0x19F9FF) is known color: Aqua. HEX triplet: 19, F9 and FF. RGB value is (25,249,255). Sum of RGB (Red+Green+Blue) = 25+249+255=529 (70% of max value = 765). Red value is 25 (10.16% from 255 or 4.73% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #19F9FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F9FF is #E60600. Grayscale: #B6B6B6. Windows color (decimal): -15074817 or 16775449. OLE color: 16775449.
HSL color Cylindrical-coordinate representation of color #19F9FF: hue angle of 181.57º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F9FF is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 249 | 255 | - |
| CMYK | 0.90 | 0.02 | 0 | 0 |
| HSL | 181.57º | 1% | 0.55% | - |
| HSV(B) | 181.57º | 0.9% | 1% | - |
| XYZ | 52.33 | 75.18 | 106.36 | - |
| YUV | 182.71 | 168.79 | 15.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 249 | 255 | 0.90 | 0.02 | 0 | 0 | 181.57 | 1 | 0.55 |
| Hex | 19 | F9 | FF | 5A | 2 | 0 | 0 | B6 | 64 | 37 |
| Octal | 31 | 371 | 377 | 132 | 2 | 0 | 0 | 266 | 144 | 67 |
| Binary | 11001 | 11111001 | 11111111 | 1011010 | 10 | 0 | 0 | 10110110 | 1100100 | 110111 |
Color Harmonies of #19F9FF
Complementary color
Monochromatic Colors of #19F9FF
Black with #19F9FF
Text Example
Text Example
White with #19F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F9FF; }
p { color: rgb(25,249,255); }
H1.HeaderClassName
{
color: #19F9FF;
}
.AnyTagClassName
{
color: #19F9FF;
}
</style>
background-color css
<style>
a { background-color: #19F9FF; }
a { background-color: rgb(25,249,255); }
div.DivClassName
{
background-color: #19F9FF;
}
.BgClassName
{
background-color: #19F9FF;
}
</style>
border-color css
<style>
span { border-color: #19F9FF; }
span { border-color: rgb(25,249,255); }
td.TdClassName
{
border-color: #19F9FF;
}
.TagClassName
{
border-color: #19F9FF;
}
</style>