Shades of Aqua #1FFCFF
Tints of Aqua #1FFCFF
RGB
CMYK
RGB Variations
Color information
#1FFCFF (or 0x1FFCFF) is known color: Aqua. HEX triplet: 1F, FC and FF. RGB value is (31,252,255). Sum of RGB (Red+Green+Blue) = 31+252+255=538 (71% of max value = 765). Red value is 31 (12.5% from 255 or 5.76% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FFCFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FFCFF is #E00300. Grayscale: #BABABA. Windows color (decimal): -14680833 or 16776223. OLE color: 16776223.
HSL color Cylindrical-coordinate representation of color #1FFCFF: hue angle of 180.8º 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 #1FFCFF is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 252 | 255 | - |
| CMYK | 0.88 | 0.01 | 0 | 0 |
| HSL | 180.8º | 1% | 0.56% | - |
| HSV(B) | 180.8º | 0.88% | 1% | - |
| XYZ | 53.43 | 77.13 | 106.68 | - |
| YUV | 186.26 | 166.78 | 17.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 255 | 0.88 | 0.01 | 0 | 0 | 180.8 | 1 | 0.56 |
| Hex | 1F | FC | FF | 58 | 1 | 0 | 0 | B5 | 64 | 38 |
| Octal | 37 | 374 | 377 | 130 | 1 | 0 | 0 | 265 | 144 | 70 |
| Binary | 11111 | 11111100 | 11111111 | 1011000 | 1 | 0 | 0 | 10110101 | 1100100 | 111000 |
Color Harmonies of #1FFCFF
Complementary color
Monochromatic Colors of #1FFCFF
Black with #1FFCFF
Text Example
Text Example
White with #1FFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFCFF; }
p { color: rgb(31,252,255); }
H1.HeaderClassName
{
color: #1FFCFF;
}
.AnyTagClassName
{
color: #1FFCFF;
}
</style>
background-color css
<style>
a { background-color: #1FFCFF; }
a { background-color: rgb(31,252,255); }
div.DivClassName
{
background-color: #1FFCFF;
}
.BgClassName
{
background-color: #1FFCFF;
}
</style>
border-color css
<style>
span { border-color: #1FFCFF; }
span { border-color: rgb(31,252,255); }
td.TdClassName
{
border-color: #1FFCFF;
}
.TagClassName
{
border-color: #1FFCFF;
}
</style>