Shades of Aqua #1FEFFE
Tints of Aqua #1FEFFE
RGB
CMYK
RGB Variations
Color information
#1FEFFE (or 0x1FEFFE) is known color: Aqua. HEX triplet: 1F, EF and FE. RGB value is (31,239,254). Sum of RGB (Red+Green+Blue) = 31+239+254=524 (69% of max value = 765). Red value is 31 (12.5% from 255 or 5.92% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FEFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FEFFE is #E01001. Grayscale: #B2B2B2. Windows color (decimal): -14684162 or 16707359. OLE color: 16707359.
HSL color Cylindrical-coordinate representation of color #1FEFFE: hue angle of 184.04º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FEFFE is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 239 | 254 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.00 |
| HSL | 184.04º | 0.99% | 0.56% | - |
| HSV(B) | 184.04º | 0.88% | 1% | - |
| XYZ | 49.32 | 69.18 | 104.52 | - |
| YUV | 178.52 | 170.59 | 22.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 239 | 254 | 0.88 | 0.06 | 0 | 0.00 | 184.04 | 0.99 | 0.56 |
| Hex | 1F | EF | FE | 58 | 6 | 0 | 0 | B8 | 63 | 38 |
| Octal | 37 | 357 | 376 | 130 | 6 | 0 | 0 | 270 | 143 | 70 |
| Binary | 11111 | 11101111 | 11111110 | 1011000 | 110 | 0 | 0 | 10111000 | 1100011 | 111000 |
Color Harmonies of #1FEFFE
Complementary color
Monochromatic Colors of #1FEFFE
Black with #1FEFFE
Text Example
Text Example
White with #1FEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEFFE; }
p { color: rgb(31,239,254); }
H1.HeaderClassName
{
color: #1FEFFE;
}
.AnyTagClassName
{
color: #1FEFFE;
}
</style>
background-color css
<style>
a { background-color: #1FEFFE; }
a { background-color: rgb(31,239,254); }
div.DivClassName
{
background-color: #1FEFFE;
}
.BgClassName
{
background-color: #1FEFFE;
}
</style>
border-color css
<style>
span { border-color: #1FEFFE; }
span { border-color: rgb(31,239,254); }
td.TdClassName
{
border-color: #1FEFFE;
}
.TagClassName
{
border-color: #1FEFFE;
}
</style>