Shades of Summer Sky #31D6FC
Tints of Summer Sky #31D6FC
RGB
CMYK
RGB Variations
Color information
#31D6FC (or 0x31D6FC) is known color: Summer Sky. HEX triplet: 31, D6 and FC. RGB value is (49,214,252). Sum of RGB (Red+Green+Blue) = 49+214+252=515 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.51% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #31D6FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D6FC is #CE2903. Grayscale: #A8A8A8. Windows color (decimal): -13510916 or 16569905. OLE color: 16569905.
HSL color Cylindrical-coordinate representation of color #31D6FC: hue angle of 191.23º degrees, saturation: 0.97, 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 #31D6FC is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 214 | 252 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.01 |
| HSL | 191.23º | 0.97% | 0.59% | - |
| HSV(B) | 191.23º | 0.81% | 0.99% | - |
| XYZ | 42.88 | 55.77 | 100.6 | - |
| YUV | 169 | 174.84 | 42.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 214 | 252 | 0.81 | 0.15 | 0 | 0.01 | 191.23 | 0.97 | 0.59 |
| Hex | 31 | D6 | FC | 51 | F | 0 | 1 | BF | 61 | 3B |
| Octal | 61 | 326 | 374 | 121 | 17 | 0 | 1 | 277 | 141 | 73 |
| Binary | 110001 | 11010110 | 11111100 | 1010001 | 1111 | 0 | 1 | 10111111 | 1100001 | 111011 |
Color Harmonies of #31D6FC
Complementary color
Monochromatic Colors of #31D6FC
Black with #31D6FC
Text Example
Text Example
White with #31D6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D6FC; }
p { color: rgb(49,214,252); }
H1.HeaderClassName
{
color: #31D6FC;
}
.AnyTagClassName
{
color: #31D6FC;
}
</style>
background-color css
<style>
a { background-color: #31D6FC; }
a { background-color: rgb(49,214,252); }
div.DivClassName
{
background-color: #31D6FC;
}
.BgClassName
{
background-color: #31D6FC;
}
</style>
border-color css
<style>
span { border-color: #31D6FC; }
span { border-color: rgb(49,214,252); }
td.TdClassName
{
border-color: #31D6FC;
}
.TagClassName
{
border-color: #31D6FC;
}
</style>