Shades of Summer Sky #31D9FF
Tints of Summer Sky #31D9FF
RGB
CMYK
RGB Variations
Color information
#31D9FF (or 0x31D9FF) is known color: Summer Sky. HEX triplet: 31, D9 and FF. RGB value is (49,217,255). Sum of RGB (Red+Green+Blue) = 49+217+255=521 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.40% from 521); Green value is 217 (85.16% from 255 or 41.65% 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 #31D9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D9FF is #CE2600. Grayscale: #AAAAAA. Windows color (decimal): -13510145 or 16767281. OLE color: 16767281.
HSL color Cylindrical-coordinate representation of color #31D9FF: hue angle of 191.07º 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 #31D9FF is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 217 | 255 | - |
| CMYK | 0.81 | 0.15 | 0 | 0 |
| HSL | 191.07º | 1% | 0.6% | - |
| HSV(B) | 191.07º | 0.81% | 1% | - |
| XYZ | 44.13 | 57.5 | 103.38 | - |
| YUV | 171.1 | 175.34 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 255 | 0.81 | 0.15 | 0 | 0 | 191.07 | 1 | 0.6 |
| Hex | 31 | D9 | FF | 51 | F | 0 | 0 | BF | 64 | 3C |
| Octal | 61 | 331 | 377 | 121 | 17 | 0 | 0 | 277 | 144 | 74 |
| Binary | 110001 | 11011001 | 11111111 | 1010001 | 1111 | 0 | 0 | 10111111 | 1100100 | 111100 |
Color Harmonies of #31D9FF
Complementary color
Monochromatic Colors of #31D9FF
Black with #31D9FF
Text Example
Text Example
White with #31D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D9FF; }
p { color: rgb(49,217,255); }
H1.HeaderClassName
{
color: #31D9FF;
}
.AnyTagClassName
{
color: #31D9FF;
}
</style>
background-color css
<style>
a { background-color: #31D9FF; }
a { background-color: rgb(49,217,255); }
div.DivClassName
{
background-color: #31D9FF;
}
.BgClassName
{
background-color: #31D9FF;
}
</style>
border-color css
<style>
span { border-color: #31D9FF; }
span { border-color: rgb(49,217,255); }
td.TdClassName
{
border-color: #31D9FF;
}
.TagClassName
{
border-color: #31D9FF;
}
</style>