Shades of Aqua #19F3FF
Tints of Aqua #19F3FF
RGB
CMYK
RGB Variations
Color information
#19F3FF (or 0x19F3FF) is known color: Aqua. HEX triplet: 19, F3 and FF. RGB value is (25,243,255). Sum of RGB (Red+Green+Blue) = 25+243+255=523 (69% of max value = 765). Red value is 25 (10.16% from 255 or 4.78% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #19F3FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F3FF is #E60C00. Grayscale: #B2B2B2. Windows color (decimal): -15076353 or 16773913. OLE color: 16773913.
HSL color Cylindrical-coordinate representation of color #19F3FF: hue angle of 183.13º 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 #19F3FF is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 243 | 255 | - |
| CMYK | 0.90 | 0.05 | 0 | 0 |
| HSL | 183.13º | 1% | 0.55% | - |
| HSV(B) | 183.13º | 0.9% | 1% | - |
| XYZ | 50.5 | 71.53 | 105.75 | - |
| YUV | 179.19 | 170.78 | 18.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 243 | 255 | 0.90 | 0.05 | 0 | 0 | 183.13 | 1 | 0.55 |
| Hex | 19 | F3 | FF | 5A | 5 | 0 | 0 | B7 | 64 | 37 |
| Octal | 31 | 363 | 377 | 132 | 5 | 0 | 0 | 267 | 144 | 67 |
| Binary | 11001 | 11110011 | 11111111 | 1011010 | 101 | 0 | 0 | 10110111 | 1100100 | 110111 |
Color Harmonies of #19F3FF
Complementary color
Monochromatic Colors of #19F3FF
Black with #19F3FF
Text Example
Text Example
White with #19F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F3FF; }
p { color: rgb(25,243,255); }
H1.HeaderClassName
{
color: #19F3FF;
}
.AnyTagClassName
{
color: #19F3FF;
}
</style>
background-color css
<style>
a { background-color: #19F3FF; }
a { background-color: rgb(25,243,255); }
div.DivClassName
{
background-color: #19F3FF;
}
.BgClassName
{
background-color: #19F3FF;
}
</style>
border-color css
<style>
span { border-color: #19F3FF; }
span { border-color: rgb(25,243,255); }
td.TdClassName
{
border-color: #19F3FF;
}
.TagClassName
{
border-color: #19F3FF;
}
</style>