Shades of Aqua #1FEEFC
Tints of Aqua #1FEEFC
RGB
CMYK
RGB Variations
Color information
#1FEEFC (or 0x1FEEFC) is known color: Aqua. HEX triplet: 1F, EE and FC. RGB value is (31,238,252). Sum of RGB (Red+Green+Blue) = 31+238+252=521 (69% of max value = 765). Red value is 31 (12.5% from 255 or 5.95% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #1FEEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FEEFC is #E01103. Grayscale: #B1B1B1. Windows color (decimal): -14684420 or 16576031. OLE color: 16576031.
HSL color Cylindrical-coordinate representation of color #1FEEFC: hue angle of 183.8º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FEEFC is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 238 | 252 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.01 |
| HSL | 183.8º | 0.97% | 0.55% | - |
| HSV(B) | 183.8º | 0.88% | 0.99% | - |
| XYZ | 48.71 | 68.47 | 102.74 | - |
| YUV | 177.7 | 169.92 | 23.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 252 | 0.88 | 0.06 | 0 | 0.01 | 183.8 | 0.97 | 0.55 |
| Hex | 1F | EE | FC | 58 | 6 | 0 | 1 | B8 | 61 | 37 |
| Octal | 37 | 356 | 374 | 130 | 6 | 0 | 1 | 270 | 141 | 67 |
| Binary | 11111 | 11101110 | 11111100 | 1011000 | 110 | 0 | 1 | 10111000 | 1100001 | 110111 |
Color Harmonies of #1FEEFC
Complementary color
Monochromatic Colors of #1FEEFC
Black with #1FEEFC
Text Example
Text Example
White with #1FEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEEFC; }
p { color: rgb(31,238,252); }
H1.HeaderClassName
{
color: #1FEEFC;
}
.AnyTagClassName
{
color: #1FEEFC;
}
</style>
background-color css
<style>
a { background-color: #1FEEFC; }
a { background-color: rgb(31,238,252); }
div.DivClassName
{
background-color: #1FEEFC;
}
.BgClassName
{
background-color: #1FEEFC;
}
</style>
border-color css
<style>
span { border-color: #1FEEFC; }
span { border-color: rgb(31,238,252); }
td.TdClassName
{
border-color: #1FEEFC;
}
.TagClassName
{
border-color: #1FEEFC;
}
</style>