Shades of Aqua #1FECFF
Tints of Aqua #1FECFF
RGB
CMYK
RGB Variations
Color information
#1FECFF (or 0x1FECFF) is known color: Aqua. HEX triplet: 1F, EC and FF. RGB value is (31,236,255). Sum of RGB (Red+Green+Blue) = 31+236+255=522 (69% of max value = 765). Red value is 31 (12.5% from 255 or 5.94% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FECFF is #E01300. Grayscale: #B0B0B0. Windows color (decimal): -14684929 or 16772127. OLE color: 16772127.
HSL color Cylindrical-coordinate representation of color #1FECFF: hue angle of 185.09º 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 #1FECFF is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 236 | 255 | - |
| CMYK | 0.88 | 0.07 | 0 | 0 |
| HSL | 185.09º | 1% | 0.56% | - |
| HSV(B) | 185.09º | 0.88% | 1% | - |
| XYZ | 48.61 | 67.5 | 105.07 | - |
| YUV | 176.87 | 172.08 | 23.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 255 | 0.88 | 0.07 | 0 | 0 | 185.09 | 1 | 0.56 |
| Hex | 1F | EC | FF | 58 | 7 | 0 | 0 | B9 | 64 | 38 |
| Octal | 37 | 354 | 377 | 130 | 7 | 0 | 0 | 271 | 144 | 70 |
| Binary | 11111 | 11101100 | 11111111 | 1011000 | 111 | 0 | 0 | 10111001 | 1100100 | 111000 |
Color Harmonies of #1FECFF
Complementary color
Monochromatic Colors of #1FECFF
Black with #1FECFF
Text Example
Text Example
White with #1FECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FECFF; }
p { color: rgb(31,236,255); }
H1.HeaderClassName
{
color: #1FECFF;
}
.AnyTagClassName
{
color: #1FECFF;
}
</style>
background-color css
<style>
a { background-color: #1FECFF; }
a { background-color: rgb(31,236,255); }
div.DivClassName
{
background-color: #1FECFF;
}
.BgClassName
{
background-color: #1FECFF;
}
</style>
border-color css
<style>
span { border-color: #1FECFF; }
span { border-color: rgb(31,236,255); }
td.TdClassName
{
border-color: #1FECFF;
}
.TagClassName
{
border-color: #1FECFF;
}
</style>