Shades of Aqua #1FEDFF
Tints of Aqua #1FEDFF
RGB
CMYK
RGB Variations
Color information
#1FEDFF (or 0x1FEDFF) is known color: Aqua. HEX triplet: 1F, ED and FF. RGB value is (31,237,255). Sum of RGB (Red+Green+Blue) = 31+237+255=523 (69% of max value = 765). Red value is 31 (12.5% from 255 or 5.93% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FEDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FEDFF is #E01200. Grayscale: #B1B1B1. Windows color (decimal): -14684673 or 16772383. OLE color: 16772383.
HSL color Cylindrical-coordinate representation of color #1FEDFF: hue angle of 184.82º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FEDFF is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 237 | 255 | - |
| CMYK | 0.88 | 0.07 | 0 | 0 |
| HSL | 184.82º | 1% | 0.56% | - |
| HSV(B) | 184.82º | 0.88% | 1% | - |
| XYZ | 48.9 | 68.08 | 105.17 | - |
| YUV | 177.46 | 171.75 | 23.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 237 | 255 | 0.88 | 0.07 | 0 | 0 | 184.82 | 1 | 0.56 |
| Hex | 1F | ED | FF | 58 | 7 | 0 | 0 | B9 | 64 | 38 |
| Octal | 37 | 355 | 377 | 130 | 7 | 0 | 0 | 271 | 144 | 70 |
| Binary | 11111 | 11101101 | 11111111 | 1011000 | 111 | 0 | 0 | 10111001 | 1100100 | 111000 |
Color Harmonies of #1FEDFF
Complementary color
Monochromatic Colors of #1FEDFF
Black with #1FEDFF
Text Example
Text Example
White with #1FEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEDFF; }
p { color: rgb(31,237,255); }
H1.HeaderClassName
{
color: #1FEDFF;
}
.AnyTagClassName
{
color: #1FEDFF;
}
</style>
background-color css
<style>
a { background-color: #1FEDFF; }
a { background-color: rgb(31,237,255); }
div.DivClassName
{
background-color: #1FEDFF;
}
.BgClassName
{
background-color: #1FEDFF;
}
</style>
border-color css
<style>
span { border-color: #1FEDFF; }
span { border-color: rgb(31,237,255); }
td.TdClassName
{
border-color: #1FEDFF;
}
.TagClassName
{
border-color: #1FEDFF;
}
</style>