Shades of Aqua #19F2FD
Tints of Aqua #19F2FD
RGB
CMYK
RGB Variations
Color information
#19F2FD (or 0x19F2FD) is known color: Aqua. HEX triplet: 19, F2 and FD. RGB value is (25,242,253). Sum of RGB (Red+Green+Blue) = 25+242+253=520 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.81% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #19F2FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F2FD is #E60D02. Grayscale: #B2B2B2. Windows color (decimal): -15076611 or 16642585. OLE color: 16642585.
HSL color Cylindrical-coordinate representation of color #19F2FD: hue angle of 182.89º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F2FD is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 242 | 253 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.01 |
| HSL | 182.89º | 0.98% | 0.55% | - |
| HSV(B) | 182.89º | 0.9% | 0.99% | - |
| XYZ | 49.88 | 70.8 | 103.97 | - |
| YUV | 178.37 | 170.11 | 18.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 242 | 253 | 0.90 | 0.04 | 0 | 0.01 | 182.89 | 0.98 | 0.55 |
| Hex | 19 | F2 | FD | 5A | 4 | 0 | 1 | B7 | 62 | 37 |
| Octal | 31 | 362 | 375 | 132 | 4 | 0 | 1 | 267 | 142 | 67 |
| Binary | 11001 | 11110010 | 11111101 | 1011010 | 100 | 0 | 1 | 10110111 | 1100010 | 110111 |
Color Harmonies of #19F2FD
Complementary color
Monochromatic Colors of #19F2FD
Black with #19F2FD
Text Example
Text Example
White with #19F2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F2FD; }
p { color: rgb(25,242,253); }
H1.HeaderClassName
{
color: #19F2FD;
}
.AnyTagClassName
{
color: #19F2FD;
}
</style>
background-color css
<style>
a { background-color: #19F2FD; }
a { background-color: rgb(25,242,253); }
div.DivClassName
{
background-color: #19F2FD;
}
.BgClassName
{
background-color: #19F2FD;
}
</style>
border-color css
<style>
span { border-color: #19F2FD; }
span { border-color: rgb(25,242,253); }
td.TdClassName
{
border-color: #19F2FD;
}
.TagClassName
{
border-color: #19F2FD;
}
</style>