Shades of Aqua #1FEEFF
Tints of Aqua #1FEEFF
RGB
CMYK
RGB Variations
Color information
#1FEEFF (or 0x1FEEFF) is known color: Aqua. HEX triplet: 1F, EE and FF. RGB value is (31,238,255). Sum of RGB (Red+Green+Blue) = 31+238+255=524 (69% of max value = 765). Red value is 31 (12.5% from 255 or 5.92% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FEEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FEEFF is #E01100. Grayscale: #B1B1B1. Windows color (decimal): -14684417 or 16772639. OLE color: 16772639.
HSL color Cylindrical-coordinate representation of color #1FEEFF: hue angle of 184.55º 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 #1FEEFF is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 238 | 255 | - |
| CMYK | 0.88 | 0.07 | 0 | 0 |
| HSL | 184.55º | 1% | 0.56% | - |
| HSV(B) | 184.55º | 0.88% | 1% | - |
| XYZ | 49.19 | 68.66 | 105.27 | - |
| YUV | 178.05 | 171.42 | 23.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 255 | 0.88 | 0.07 | 0 | 0 | 184.55 | 1 | 0.56 |
| Hex | 1F | EE | FF | 58 | 7 | 0 | 0 | B9 | 64 | 38 |
| Octal | 37 | 356 | 377 | 130 | 7 | 0 | 0 | 271 | 144 | 70 |
| Binary | 11111 | 11101110 | 11111111 | 1011000 | 111 | 0 | 0 | 10111001 | 1100100 | 111000 |
Color Harmonies of #1FEEFF
Complementary color
Monochromatic Colors of #1FEEFF
Black with #1FEEFF
Text Example
Text Example
White with #1FEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEEFF; }
p { color: rgb(31,238,255); }
H1.HeaderClassName
{
color: #1FEEFF;
}
.AnyTagClassName
{
color: #1FEEFF;
}
</style>
background-color css
<style>
a { background-color: #1FEEFF; }
a { background-color: rgb(31,238,255); }
div.DivClassName
{
background-color: #1FEEFF;
}
.BgClassName
{
background-color: #1FEEFF;
}
</style>
border-color css
<style>
span { border-color: #1FEEFF; }
span { border-color: rgb(31,238,255); }
td.TdClassName
{
border-color: #1FEEFF;
}
.TagClassName
{
border-color: #1FEEFF;
}
</style>