Shades of Aqua #1AF6FB
Tints of Aqua #1AF6FB
RGB
CMYK
RGB Variations
Color information
#1AF6FB (or 0x1AF6FB) is known color: Aqua. HEX triplet: 1A, F6 and FB. RGB value is (26,246,251). Sum of RGB (Red+Green+Blue) = 26+246+251=523 (69% of max value = 765). Red value is 26 (10.55% from 255 or 4.97% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #1AF6FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AF6FB is #E50904. Grayscale: #B4B4B4. Windows color (decimal): -15010053 or 16512538. OLE color: 16512538.
HSL color Cylindrical-coordinate representation of color #1AF6FB: hue angle of 181.33º degrees, saturation: 0.97, 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 #1AF6FB is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 246 | 251 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.02 |
| HSL | 181.33º | 0.97% | 0.54% | - |
| HSV(B) | 181.33º | 0.9% | 0.98% | - |
| XYZ | 50.79 | 73.1 | 102.7 | - |
| YUV | 180.79 | 167.61 | 17.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 246 | 251 | 0.90 | 0.02 | 0 | 0.02 | 181.33 | 0.97 | 0.54 |
| Hex | 1A | F6 | FB | 5A | 2 | 0 | 2 | B5 | 61 | 36 |
| Octal | 32 | 366 | 373 | 132 | 2 | 0 | 2 | 265 | 141 | 66 |
| Binary | 11010 | 11110110 | 11111011 | 1011010 | 10 | 0 | 10 | 10110101 | 1100001 | 110110 |
Color Harmonies of #1AF6FB
Complementary color
Monochromatic Colors of #1AF6FB
Black with #1AF6FB
Text Example
Text Example
White with #1AF6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF6FB; }
p { color: rgb(26,246,251); }
H1.HeaderClassName
{
color: #1AF6FB;
}
.AnyTagClassName
{
color: #1AF6FB;
}
</style>
background-color css
<style>
a { background-color: #1AF6FB; }
a { background-color: rgb(26,246,251); }
div.DivClassName
{
background-color: #1AF6FB;
}
.BgClassName
{
background-color: #1AF6FB;
}
</style>
border-color css
<style>
span { border-color: #1AF6FB; }
span { border-color: rgb(26,246,251); }
td.TdClassName
{
border-color: #1AF6FB;
}
.TagClassName
{
border-color: #1AF6FB;
}
</style>