Shades of Aqua #1FEEFD
Tints of Aqua #1FEEFD
RGB
CMYK
RGB Variations
Color information
#1FEEFD (or 0x1FEEFD) is known color: Aqua. HEX triplet: 1F, EE and FD. RGB value is (31,238,253). Sum of RGB (Red+Green+Blue) = 31+238+253=522 (69% of max value = 765). Red value is 31 (12.5% from 255 or 5.94% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FEEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FEEFD is #E01102. Grayscale: #B1B1B1. Windows color (decimal): -14684419 or 16641567. OLE color: 16641567.
HSL color Cylindrical-coordinate representation of color #1FEEFD: hue angle of 184.05º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FEEFD is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 238 | 253 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.01 |
| HSL | 184.05º | 0.98% | 0.56% | - |
| HSV(B) | 184.05º | 0.88% | 0.99% | - |
| XYZ | 48.87 | 68.53 | 103.58 | - |
| YUV | 177.82 | 170.42 | 23.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 253 | 0.88 | 0.06 | 0 | 0.01 | 184.05 | 0.98 | 0.56 |
| Hex | 1F | EE | FD | 58 | 6 | 0 | 1 | B8 | 62 | 38 |
| Octal | 37 | 356 | 375 | 130 | 6 | 0 | 1 | 270 | 142 | 70 |
| Binary | 11111 | 11101110 | 11111101 | 1011000 | 110 | 0 | 1 | 10111000 | 1100010 | 111000 |
Color Harmonies of #1FEEFD
Complementary color
Monochromatic Colors of #1FEEFD
Black with #1FEEFD
Text Example
Text Example
White with #1FEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEEFD; }
p { color: rgb(31,238,253); }
H1.HeaderClassName
{
color: #1FEEFD;
}
.AnyTagClassName
{
color: #1FEEFD;
}
</style>
background-color css
<style>
a { background-color: #1FEEFD; }
a { background-color: rgb(31,238,253); }
div.DivClassName
{
background-color: #1FEEFD;
}
.BgClassName
{
background-color: #1FEEFD;
}
</style>
border-color css
<style>
span { border-color: #1FEEFD; }
span { border-color: rgb(31,238,253); }
td.TdClassName
{
border-color: #1FEEFD;
}
.TagClassName
{
border-color: #1FEEFD;
}
</style>