Shades of Aqua #1AF3F9
Tints of Aqua #1AF3F9
RGB
CMYK
RGB Variations
Color information
#1AF3F9 (or 0x1AF3F9) is known color: Aqua. HEX triplet: 1A, F3 and F9. RGB value is (26,243,249). Sum of RGB (Red+Green+Blue) = 26+243+249=518 (68% of max value = 765). Red value is 26 (10.55% from 255 or 5.02% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #1AF3F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AF3F9 is #E50C06. Grayscale: #B2B2B2. Windows color (decimal): -15010823 or 16380698. OLE color: 16380698.
HSL color Cylindrical-coordinate representation of color #1AF3F9: hue angle of 181.61º 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 #1AF3F9 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 243 | 249 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.02 |
| HSL | 181.61º | 0.95% | 0.54% | - |
| HSV(B) | 181.61º | 0.9% | 0.98% | - |
| XYZ | 49.58 | 71.16 | 100.74 | - |
| YUV | 178.8 | 167.61 | 19.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 243 | 249 | 0.90 | 0.02 | 0 | 0.02 | 181.61 | 0.95 | 0.54 |
| Hex | 1A | F3 | F9 | 5A | 2 | 0 | 2 | B6 | 5F | 36 |
| Octal | 32 | 363 | 371 | 132 | 2 | 0 | 2 | 266 | 137 | 66 |
| Binary | 11010 | 11110011 | 11111001 | 1011010 | 10 | 0 | 10 | 10110110 | 1011111 | 110110 |
Color Harmonies of #1AF3F9
Complementary color
Monochromatic Colors of #1AF3F9
Black with #1AF3F9
Text Example
Text Example
White with #1AF3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF3F9; }
p { color: rgb(26,243,249); }
H1.HeaderClassName
{
color: #1AF3F9;
}
.AnyTagClassName
{
color: #1AF3F9;
}
</style>
background-color css
<style>
a { background-color: #1AF3F9; }
a { background-color: rgb(26,243,249); }
div.DivClassName
{
background-color: #1AF3F9;
}
.BgClassName
{
background-color: #1AF3F9;
}
</style>
border-color css
<style>
span { border-color: #1AF3F9; }
span { border-color: rgb(26,243,249); }
td.TdClassName
{
border-color: #1AF3F9;
}
.TagClassName
{
border-color: #1AF3F9;
}
</style>