Shades of Aqua #19F4FF
Tints of Aqua #19F4FF
RGB
CMYK
RGB Variations
Color information
#19F4FF (or 0x19F4FF) is known color: Aqua. HEX triplet: 19, F4 and FF. RGB value is (25,244,255). Sum of RGB (Red+Green+Blue) = 25+244+255=524 (69% of max value = 765). Red value is 25 (10.16% from 255 or 4.77% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #19F4FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F4FF is #E60B00. Grayscale: #B3B3B3. Windows color (decimal): -15076097 or 16774169. OLE color: 16774169.
HSL color Cylindrical-coordinate representation of color #19F4FF: hue angle of 182.87º 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 #19F4FF is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 244 | 255 | - |
| CMYK | 0.90 | 0.04 | 0 | 0 |
| HSL | 182.87º | 1% | 0.55% | - |
| HSV(B) | 182.87º | 0.9% | 1% | - |
| XYZ | 50.8 | 72.13 | 105.85 | - |
| YUV | 179.77 | 170.45 | 17.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 244 | 255 | 0.90 | 0.04 | 0 | 0 | 182.87 | 1 | 0.55 |
| Hex | 19 | F4 | FF | 5A | 4 | 0 | 0 | B7 | 64 | 37 |
| Octal | 31 | 364 | 377 | 132 | 4 | 0 | 0 | 267 | 144 | 67 |
| Binary | 11001 | 11110100 | 11111111 | 1011010 | 100 | 0 | 0 | 10110111 | 1100100 | 110111 |
Color Harmonies of #19F4FF
Complementary color
Monochromatic Colors of #19F4FF
Black with #19F4FF
Text Example
Text Example
White with #19F4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F4FF; }
p { color: rgb(25,244,255); }
H1.HeaderClassName
{
color: #19F4FF;
}
.AnyTagClassName
{
color: #19F4FF;
}
</style>
background-color css
<style>
a { background-color: #19F4FF; }
a { background-color: rgb(25,244,255); }
div.DivClassName
{
background-color: #19F4FF;
}
.BgClassName
{
background-color: #19F4FF;
}
</style>
border-color css
<style>
span { border-color: #19F4FF; }
span { border-color: rgb(25,244,255); }
td.TdClassName
{
border-color: #19F4FF;
}
.TagClassName
{
border-color: #19F4FF;
}
</style>