Shades of Aqua #1AFBFF
Tints of Aqua #1AFBFF
RGB
CMYK
RGB Variations
Color information
#1AFBFF (or 0x1AFBFF) is known color: Aqua. HEX triplet: 1A, FB and FF. RGB value is (26,251,255). Sum of RGB (Red+Green+Blue) = 26+251+255=532 (70% of max value = 765). Red value is 26 (10.55% from 255 or 4.89% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AFBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFBFF is #E50400. Grayscale: #B7B7B7. Windows color (decimal): -15008769 or 16775962. OLE color: 16775962.
HSL color Cylindrical-coordinate representation of color #1AFBFF: hue angle of 181.05º 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 #1AFBFF is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 251 | 255 | - |
| CMYK | 0.90 | 0.02 | 0 | 0 |
| HSL | 181.05º | 1% | 0.55% | - |
| HSV(B) | 181.05º | 0.9% | 1% | - |
| XYZ | 52.97 | 76.43 | 106.57 | - |
| YUV | 184.18 | 167.96 | 15.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 255 | 0.90 | 0.02 | 0 | 0 | 181.05 | 1 | 0.55 |
| Hex | 1A | FB | FF | 5A | 2 | 0 | 0 | B5 | 64 | 37 |
| Octal | 32 | 373 | 377 | 132 | 2 | 0 | 0 | 265 | 144 | 67 |
| Binary | 11010 | 11111011 | 11111111 | 1011010 | 10 | 0 | 0 | 10110101 | 1100100 | 110111 |
Color Harmonies of #1AFBFF
Complementary color
Monochromatic Colors of #1AFBFF
Black with #1AFBFF
Text Example
Text Example
White with #1AFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFBFF; }
p { color: rgb(26,251,255); }
H1.HeaderClassName
{
color: #1AFBFF;
}
.AnyTagClassName
{
color: #1AFBFF;
}
</style>
background-color css
<style>
a { background-color: #1AFBFF; }
a { background-color: rgb(26,251,255); }
div.DivClassName
{
background-color: #1AFBFF;
}
.BgClassName
{
background-color: #1AFBFF;
}
</style>
border-color css
<style>
span { border-color: #1AFBFF; }
span { border-color: rgb(26,251,255); }
td.TdClassName
{
border-color: #1AFBFF;
}
.TagClassName
{
border-color: #1AFBFF;
}
</style>