Shades of Summer Sky #31D8FD
Tints of Summer Sky #31D8FD
RGB
CMYK
RGB Variations
Color information
#31D8FD (or 0x31D8FD) is known color: Summer Sky. HEX triplet: 31, D8 and FD. RGB value is (49,216,253). Sum of RGB (Red+Green+Blue) = 49+216+253=518 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.46% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #31D8FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D8FD is #CE2702. Grayscale: #A9A9A9. Windows color (decimal): -13510403 or 16635953. OLE color: 16635953.
HSL color Cylindrical-coordinate representation of color #31D8FD: hue angle of 190.88º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31D8FD is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 216 | 253 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.01 |
| HSL | 190.88º | 0.98% | 0.59% | - |
| HSV(B) | 190.88º | 0.81% | 0.99% | - |
| XYZ | 43.55 | 56.86 | 101.61 | - |
| YUV | 170.29 | 174.67 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 216 | 253 | 0.81 | 0.15 | 0 | 0.01 | 190.88 | 0.98 | 0.59 |
| Hex | 31 | D8 | FD | 51 | F | 0 | 1 | BF | 62 | 3B |
| Octal | 61 | 330 | 375 | 121 | 17 | 0 | 1 | 277 | 142 | 73 |
| Binary | 110001 | 11011000 | 11111101 | 1010001 | 1111 | 0 | 1 | 10111111 | 1100010 | 111011 |
Color Harmonies of #31D8FD
Complementary color
Monochromatic Colors of #31D8FD
Black with #31D8FD
Text Example
Text Example
White with #31D8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D8FD; }
p { color: rgb(49,216,253); }
H1.HeaderClassName
{
color: #31D8FD;
}
.AnyTagClassName
{
color: #31D8FD;
}
</style>
background-color css
<style>
a { background-color: #31D8FD; }
a { background-color: rgb(49,216,253); }
div.DivClassName
{
background-color: #31D8FD;
}
.BgClassName
{
background-color: #31D8FD;
}
</style>
border-color css
<style>
span { border-color: #31D8FD; }
span { border-color: rgb(49,216,253); }
td.TdClassName
{
border-color: #31D8FD;
}
.TagClassName
{
border-color: #31D8FD;
}
</style>