Shades of Aqua #1FEFFD
Tints of Aqua #1FEFFD
RGB
CMYK
RGB Variations
Color information
#1FEFFD (or 0x1FEFFD) is known color: Aqua. HEX triplet: 1F, EF and FD. RGB value is (31,239,253). Sum of RGB (Red+Green+Blue) = 31+239+253=523 (69% of max value = 765). Red value is 31 (12.5% from 255 or 5.93% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FEFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FEFFD is #E01002. Grayscale: #B2B2B2. Windows color (decimal): -14684163 or 16641823. OLE color: 16641823.
HSL color Cylindrical-coordinate representation of color #1FEFFD: hue angle of 183.78º 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 #1FEFFD is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 239 | 253 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.01 |
| HSL | 183.78º | 0.98% | 0.56% | - |
| HSV(B) | 183.78º | 0.88% | 0.99% | - |
| XYZ | 49.16 | 69.12 | 103.68 | - |
| YUV | 178.4 | 170.09 | 22.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 239 | 253 | 0.88 | 0.06 | 0 | 0.01 | 183.78 | 0.98 | 0.56 |
| Hex | 1F | EF | FD | 58 | 6 | 0 | 1 | B8 | 62 | 38 |
| Octal | 37 | 357 | 375 | 130 | 6 | 0 | 1 | 270 | 142 | 70 |
| Binary | 11111 | 11101111 | 11111101 | 1011000 | 110 | 0 | 1 | 10111000 | 1100010 | 111000 |
Color Harmonies of #1FEFFD
Complementary color
Monochromatic Colors of #1FEFFD
Black with #1FEFFD
Text Example
Text Example
White with #1FEFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEFFD; }
p { color: rgb(31,239,253); }
H1.HeaderClassName
{
color: #1FEFFD;
}
.AnyTagClassName
{
color: #1FEFFD;
}
</style>
background-color css
<style>
a { background-color: #1FEFFD; }
a { background-color: rgb(31,239,253); }
div.DivClassName
{
background-color: #1FEFFD;
}
.BgClassName
{
background-color: #1FEFFD;
}
</style>
border-color css
<style>
span { border-color: #1FEFFD; }
span { border-color: rgb(31,239,253); }
td.TdClassName
{
border-color: #1FEFFD;
}
.TagClassName
{
border-color: #1FEFFD;
}
</style>