Shades of Aqua #1FE4FF
Tints of Aqua #1FE4FF
RGB
CMYK
RGB Variations
Color information
#1FE4FF (or 0x1FE4FF) is known color: Aqua. HEX triplet: 1F, E4 and FF. RGB value is (31,228,255). Sum of RGB (Red+Green+Blue) = 31+228+255=514 (68% of max value = 765). Red value is 31 (12.5% from 255 or 6.03% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FE4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FE4FF is #E01B00. Grayscale: #ABABAB. Windows color (decimal): -14686977 or 16770079. OLE color: 16770079.
HSL color Cylindrical-coordinate representation of color #1FE4FF: hue angle of 187.23º 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 #1FE4FF is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 228 | 255 | - |
| CMYK | 0.88 | 0.11 | 0 | 0 |
| HSL | 187.23º | 1% | 0.56% | - |
| HSV(B) | 187.23º | 0.88% | 1% | - |
| XYZ | 46.36 | 63 | 104.32 | - |
| YUV | 172.18 | 174.73 | 27.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 228 | 255 | 0.88 | 0.11 | 0 | 0 | 187.23 | 1 | 0.56 |
| Hex | 1F | E4 | FF | 58 | B | 0 | 0 | BB | 64 | 38 |
| Octal | 37 | 344 | 377 | 130 | 13 | 0 | 0 | 273 | 144 | 70 |
| Binary | 11111 | 11100100 | 11111111 | 1011000 | 1011 | 0 | 0 | 10111011 | 1100100 | 111000 |
Color Harmonies of #1FE4FF
Complementary color
Monochromatic Colors of #1FE4FF
Black with #1FE4FF
Text Example
Text Example
White with #1FE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE4FF; }
p { color: rgb(31,228,255); }
H1.HeaderClassName
{
color: #1FE4FF;
}
.AnyTagClassName
{
color: #1FE4FF;
}
</style>
background-color css
<style>
a { background-color: #1FE4FF; }
a { background-color: rgb(31,228,255); }
div.DivClassName
{
background-color: #1FE4FF;
}
.BgClassName
{
background-color: #1FE4FF;
}
</style>
border-color css
<style>
span { border-color: #1FE4FF; }
span { border-color: rgb(31,228,255); }
td.TdClassName
{
border-color: #1FE4FF;
}
.TagClassName
{
border-color: #1FE4FF;
}
</style>