Shades of Aqua #1FFAFB
Tints of Aqua #1FFAFB
RGB
CMYK
RGB Variations
Color information
#1FFAFB (or 0x1FFAFB) is known color: Aqua. HEX triplet: 1F, FA and FB. RGB value is (31,250,251). Sum of RGB (Red+Green+Blue) = 31+250+251=532 (70% of max value = 765). Red value is 31 (12.5% from 255 or 5.83% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #1FFAFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FFAFB is #E00504. Grayscale: #B8B8B8. Windows color (decimal): -14681349 or 16513567. OLE color: 16513567.
HSL color Cylindrical-coordinate representation of color #1FFAFB: hue angle of 180.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFAFB is Cyan = 0.88, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 250 | 251 | - |
| CMYK | 0.88 | 0.00 | 0 | 0.02 |
| HSL | 180.27º | 0.96% | 0.55% | - |
| HSV(B) | 180.27º | 0.88% | 0.98% | - |
| XYZ | 52.16 | 75.63 | 103.12 | - |
| YUV | 184.63 | 165.45 | 18.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 250 | 251 | 0.88 | 0.00 | 0 | 0.02 | 180.27 | 0.96 | 0.55 |
| Hex | 1F | FA | FB | 58 | 0 | 0 | 2 | B4 | 60 | 37 |
| Octal | 37 | 372 | 373 | 130 | 0 | 0 | 2 | 264 | 140 | 67 |
| Binary | 11111 | 11111010 | 11111011 | 1011000 | 0 | 0 | 10 | 10110100 | 1100000 | 110111 |
Color Harmonies of #1FFAFB
Complementary color
Monochromatic Colors of #1FFAFB
Black with #1FFAFB
Text Example
Text Example
White with #1FFAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFAFB; }
p { color: rgb(31,250,251); }
H1.HeaderClassName
{
color: #1FFAFB;
}
.AnyTagClassName
{
color: #1FFAFB;
}
</style>
background-color css
<style>
a { background-color: #1FFAFB; }
a { background-color: rgb(31,250,251); }
div.DivClassName
{
background-color: #1FFAFB;
}
.BgClassName
{
background-color: #1FFAFB;
}
</style>
border-color css
<style>
span { border-color: #1FFAFB; }
span { border-color: rgb(31,250,251); }
td.TdClassName
{
border-color: #1FFAFB;
}
.TagClassName
{
border-color: #1FFAFB;
}
</style>