Shades of Aqua #1FEBFF
Tints of Aqua #1FEBFF
RGB
CMYK
RGB Variations
Color information
#1FEBFF (or 0x1FEBFF) is known color: Aqua. HEX triplet: 1F, EB and FF. RGB value is (31,235,255). Sum of RGB (Red+Green+Blue) = 31+235+255=521 (69% of max value = 765). Red value is 31 (12.5% from 255 or 5.95% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FEBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FEBFF is #E01400. Grayscale: #B0B0B0. Windows color (decimal): -14685185 or 16771871. OLE color: 16771871.
HSL color Cylindrical-coordinate representation of color #1FEBFF: hue angle of 185.36º 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 #1FEBFF is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 235 | 255 | - |
| CMYK | 0.88 | 0.08 | 0 | 0 |
| HSL | 185.36º | 1% | 0.56% | - |
| HSV(B) | 185.36º | 0.88% | 1% | - |
| XYZ | 48.32 | 66.93 | 104.98 | - |
| YUV | 176.28 | 172.41 | 24.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 235 | 255 | 0.88 | 0.08 | 0 | 0 | 185.36 | 1 | 0.56 |
| Hex | 1F | EB | FF | 58 | 8 | 0 | 0 | B9 | 64 | 38 |
| Octal | 37 | 353 | 377 | 130 | 10 | 0 | 0 | 271 | 144 | 70 |
| Binary | 11111 | 11101011 | 11111111 | 1011000 | 1000 | 0 | 0 | 10111001 | 1100100 | 111000 |
Color Harmonies of #1FEBFF
Complementary color
Monochromatic Colors of #1FEBFF
Black with #1FEBFF
Text Example
Text Example
White with #1FEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEBFF; }
p { color: rgb(31,235,255); }
H1.HeaderClassName
{
color: #1FEBFF;
}
.AnyTagClassName
{
color: #1FEBFF;
}
</style>
background-color css
<style>
a { background-color: #1FEBFF; }
a { background-color: rgb(31,235,255); }
div.DivClassName
{
background-color: #1FEBFF;
}
.BgClassName
{
background-color: #1FEBFF;
}
</style>
border-color css
<style>
span { border-color: #1FEBFF; }
span { border-color: rgb(31,235,255); }
td.TdClassName
{
border-color: #1FEBFF;
}
.TagClassName
{
border-color: #1FEBFF;
}
</style>