Shades of Aqua #1AF5F9
Tints of Aqua #1AF5F9
RGB
CMYK
RGB Variations
Color information
#1AF5F9 (or 0x1AF5F9) is known color: Aqua. HEX triplet: 1A, F5 and F9. RGB value is (26,245,249). Sum of RGB (Red+Green+Blue) = 26+245+249=520 (68% of max value = 765). Red value is 26 (10.55% from 255 or 5% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #1AF5F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AF5F9 is #E50A06. Grayscale: #B3B3B3. Windows color (decimal): -15010311 or 16381210. OLE color: 16381210.
HSL color Cylindrical-coordinate representation of color #1AF5F9: hue angle of 181.08º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF5F9 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 245 | 249 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.02 |
| HSL | 181.08º | 0.95% | 0.54% | - |
| HSV(B) | 181.08º | 0.9% | 0.98% | - |
| XYZ | 50.18 | 72.36 | 100.95 | - |
| YUV | 179.98 | 166.95 | 18.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 245 | 249 | 0.90 | 0.02 | 0 | 0.02 | 181.08 | 0.95 | 0.54 |
| Hex | 1A | F5 | F9 | 5A | 2 | 0 | 2 | B5 | 5F | 36 |
| Octal | 32 | 365 | 371 | 132 | 2 | 0 | 2 | 265 | 137 | 66 |
| Binary | 11010 | 11110101 | 11111001 | 1011010 | 10 | 0 | 10 | 10110101 | 1011111 | 110110 |
Color Harmonies of #1AF5F9
Complementary color
Monochromatic Colors of #1AF5F9
Black with #1AF5F9
Text Example
Text Example
White with #1AF5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF5F9; }
p { color: rgb(26,245,249); }
H1.HeaderClassName
{
color: #1AF5F9;
}
.AnyTagClassName
{
color: #1AF5F9;
}
</style>
background-color css
<style>
a { background-color: #1AF5F9; }
a { background-color: rgb(26,245,249); }
div.DivClassName
{
background-color: #1AF5F9;
}
.BgClassName
{
background-color: #1AF5F9;
}
</style>
border-color css
<style>
span { border-color: #1AF5F9; }
span { border-color: rgb(26,245,249); }
td.TdClassName
{
border-color: #1AF5F9;
}
.TagClassName
{
border-color: #1AF5F9;
}
</style>