Shades of Summer Sky #31D8FF
Tints of Summer Sky #31D8FF
RGB
CMYK
RGB Variations
Color information
#31D8FF (or 0x31D8FF) is known color: Summer Sky. HEX triplet: 31, D8 and FF. RGB value is (49,216,255). Sum of RGB (Red+Green+Blue) = 49+216+255=520 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.42% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #31D8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D8FF is #CE2700. Grayscale: #AAAAAA. Windows color (decimal): -13510401 or 16767025. OLE color: 16767025.
HSL color Cylindrical-coordinate representation of color #31D8FF: hue angle of 191.36º 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 #31D8FF is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 216 | 255 | - |
| CMYK | 0.81 | 0.15 | 0 | 0 |
| HSL | 191.36º | 1% | 0.6% | - |
| HSV(B) | 191.36º | 0.81% | 1% | - |
| XYZ | 43.87 | 56.98 | 103.29 | - |
| YUV | 170.51 | 175.67 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 216 | 255 | 0.81 | 0.15 | 0 | 0 | 191.36 | 1 | 0.6 |
| Hex | 31 | D8 | FF | 51 | F | 0 | 0 | BF | 64 | 3C |
| Octal | 61 | 330 | 377 | 121 | 17 | 0 | 0 | 277 | 144 | 74 |
| Binary | 110001 | 11011000 | 11111111 | 1010001 | 1111 | 0 | 0 | 10111111 | 1100100 | 111100 |
Color Harmonies of #31D8FF
Complementary color
Monochromatic Colors of #31D8FF
Black with #31D8FF
Text Example
Text Example
White with #31D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D8FF; }
p { color: rgb(49,216,255); }
H1.HeaderClassName
{
color: #31D8FF;
}
.AnyTagClassName
{
color: #31D8FF;
}
</style>
background-color css
<style>
a { background-color: #31D8FF; }
a { background-color: rgb(49,216,255); }
div.DivClassName
{
background-color: #31D8FF;
}
.BgClassName
{
background-color: #31D8FF;
}
</style>
border-color css
<style>
span { border-color: #31D8FF; }
span { border-color: rgb(49,216,255); }
td.TdClassName
{
border-color: #31D8FF;
}
.TagClassName
{
border-color: #31D8FF;
}
</style>