Shades of Aqua #1FEEFE
Tints of Aqua #1FEEFE
RGB
CMYK
RGB Variations
Color information
#1FEEFE (or 0x1FEEFE) is known color: Aqua. HEX triplet: 1F, EE and FE. RGB value is (31,238,254). Sum of RGB (Red+Green+Blue) = 31+238+254=523 (69% of max value = 765). Red value is 31 (12.5% from 255 or 5.93% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FEEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FEEFE is #E01101. Grayscale: #B1B1B1. Windows color (decimal): -14684418 or 16707103. OLE color: 16707103.
HSL color Cylindrical-coordinate representation of color #1FEEFE: hue angle of 184.3º 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 #1FEEFE is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 238 | 254 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.00 |
| HSL | 184.3º | 0.99% | 0.56% | - |
| HSV(B) | 184.3º | 0.88% | 1% | - |
| XYZ | 49.03 | 68.6 | 104.42 | - |
| YUV | 177.93 | 170.92 | 23.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 254 | 0.88 | 0.06 | 0 | 0.00 | 184.3 | 0.99 | 0.56 |
| Hex | 1F | EE | FE | 58 | 6 | 0 | 0 | B8 | 63 | 38 |
| Octal | 37 | 356 | 376 | 130 | 6 | 0 | 0 | 270 | 143 | 70 |
| Binary | 11111 | 11101110 | 11111110 | 1011000 | 110 | 0 | 0 | 10111000 | 1100011 | 111000 |
Color Harmonies of #1FEEFE
Complementary color
Monochromatic Colors of #1FEEFE
Black with #1FEEFE
Text Example
Text Example
White with #1FEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEEFE; }
p { color: rgb(31,238,254); }
H1.HeaderClassName
{
color: #1FEEFE;
}
.AnyTagClassName
{
color: #1FEEFE;
}
</style>
background-color css
<style>
a { background-color: #1FEEFE; }
a { background-color: rgb(31,238,254); }
div.DivClassName
{
background-color: #1FEEFE;
}
.BgClassName
{
background-color: #1FEEFE;
}
</style>
border-color css
<style>
span { border-color: #1FEEFE; }
span { border-color: rgb(31,238,254); }
td.TdClassName
{
border-color: #1FEEFE;
}
.TagClassName
{
border-color: #1FEEFE;
}
</style>