Shades of Aqua #1FFBFF
Tints of Aqua #1FFBFF
RGB
CMYK
RGB Variations
Color information
#1FFBFF (or 0x1FFBFF) is known color: Aqua. HEX triplet: 1F, FB and FF. RGB value is (31,251,255). Sum of RGB (Red+Green+Blue) = 31+251+255=537 (71% of max value = 765). Red value is 31 (12.5% from 255 or 5.77% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FFBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FFBFF is #E00400. Grayscale: #B9B9B9. Windows color (decimal): -14681089 or 16775967. OLE color: 16775967.
HSL color Cylindrical-coordinate representation of color #1FFBFF: hue angle of 181.07º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFBFF is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 251 | 255 | - |
| CMYK | 0.88 | 0.02 | 0 | 0 |
| HSL | 181.07º | 1% | 0.56% | - |
| HSV(B) | 181.07º | 0.88% | 1% | - |
| XYZ | 53.11 | 76.51 | 106.58 | - |
| YUV | 185.68 | 167.11 | 17.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 251 | 255 | 0.88 | 0.02 | 0 | 0 | 181.07 | 1 | 0.56 |
| Hex | 1F | FB | FF | 58 | 2 | 0 | 0 | B5 | 64 | 38 |
| Octal | 37 | 373 | 377 | 130 | 2 | 0 | 0 | 265 | 144 | 70 |
| Binary | 11111 | 11111011 | 11111111 | 1011000 | 10 | 0 | 0 | 10110101 | 1100100 | 111000 |
Color Harmonies of #1FFBFF
Complementary color
Monochromatic Colors of #1FFBFF
Black with #1FFBFF
Text Example
Text Example
White with #1FFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFBFF; }
p { color: rgb(31,251,255); }
H1.HeaderClassName
{
color: #1FFBFF;
}
.AnyTagClassName
{
color: #1FFBFF;
}
</style>
background-color css
<style>
a { background-color: #1FFBFF; }
a { background-color: rgb(31,251,255); }
div.DivClassName
{
background-color: #1FFBFF;
}
.BgClassName
{
background-color: #1FFBFF;
}
</style>
border-color css
<style>
span { border-color: #1FFBFF; }
span { border-color: rgb(31,251,255); }
td.TdClassName
{
border-color: #1FFBFF;
}
.TagClassName
{
border-color: #1FFBFF;
}
</style>