Shades of Aqua #31F2FF
Tints of Aqua #31F2FF
RGB
CMYK
RGB Variations
Color information
#31F2FF (or 0x31F2FF) is known color: Aqua. HEX triplet: 31, F2 and FF. RGB value is (49,242,255). Sum of RGB (Red+Green+Blue) = 49+242+255=546 (72% of max value = 765). Red value is 49 (19.53% from 255 or 8.97% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #31F2FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31F2FF is #CE0D00. Grayscale: #B9B9B9. Windows color (decimal): -13503745 or 16773681. OLE color: 16773681.
HSL color Cylindrical-coordinate representation of color #31F2FF: hue angle of 183.79º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31F2FF is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 242 | 255 | - |
| CMYK | 0.81 | 0.05 | 0 | 0 |
| HSL | 183.79º | 1% | 0.6% | - |
| HSV(B) | 183.79º | 0.81% | 1% | - |
| XYZ | 51.07 | 71.38 | 105.69 | - |
| YUV | 185.78 | 167.06 | 30.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 242 | 255 | 0.81 | 0.05 | 0 | 0 | 183.79 | 1 | 0.6 |
| Hex | 31 | F2 | FF | 51 | 5 | 0 | 0 | B8 | 64 | 3C |
| Octal | 61 | 362 | 377 | 121 | 5 | 0 | 0 | 270 | 144 | 74 |
| Binary | 110001 | 11110010 | 11111111 | 1010001 | 101 | 0 | 0 | 10111000 | 1100100 | 111100 |
Color Harmonies of #31F2FF
Complementary color
Monochromatic Colors of #31F2FF
Black with #31F2FF
Text Example
Text Example
White with #31F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F2FF; }
p { color: rgb(49,242,255); }
H1.HeaderClassName
{
color: #31F2FF;
}
.AnyTagClassName
{
color: #31F2FF;
}
</style>
background-color css
<style>
a { background-color: #31F2FF; }
a { background-color: rgb(49,242,255); }
div.DivClassName
{
background-color: #31F2FF;
}
.BgClassName
{
background-color: #31F2FF;
}
</style>
border-color css
<style>
span { border-color: #31F2FF; }
span { border-color: rgb(49,242,255); }
td.TdClassName
{
border-color: #31F2FF;
}
.TagClassName
{
border-color: #31F2FF;
}
</style>