Shades of Summer Sky #31BFD7
Tints of Summer Sky #31BFD7
RGB
CMYK
RGB Variations
Color information
#31BFD7 (or 0x31BFD7) is known color: Summer Sky. HEX triplet: 31, BF and D7. RGB value is (49,191,215). Sum of RGB (Red+Green+Blue) = 49+191+215=455 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.77% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #31BFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BFD7 is #CE4028. Grayscale: #979797. Windows color (decimal): -13516841 or 14139185. OLE color: 14139185.
HSL color Cylindrical-coordinate representation of color #31BFD7: hue angle of 188.67º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31BFD7 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 191 | 215 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.16 |
| HSL | 188.67º | 0.67% | 0.52% | - |
| HSV(B) | 188.67º | 0.77% | 0.84% | - |
| XYZ | 32.16 | 42.82 | 70.86 | - |
| YUV | 151.28 | 163.96 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 215 | 0.77 | 0.11 | 0 | 0.16 | 188.67 | 0.67 | 0.52 |
| Hex | 31 | BF | D7 | 4D | B | 0 | 10 | BD | 43 | 34 |
| Octal | 61 | 277 | 327 | 115 | 13 | 0 | 20 | 275 | 103 | 64 |
| Binary | 110001 | 10111111 | 11010111 | 1001101 | 1011 | 0 | 10000 | 10111101 | 1000011 | 110100 |
Color Harmonies of #31BFD7
Complementary color
Monochromatic Colors of #31BFD7
Black with #31BFD7
Text Example
Text Example
White with #31BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BFD7; }
p { color: rgb(49,191,215); }
H1.HeaderClassName
{
color: #31BFD7;
}
.AnyTagClassName
{
color: #31BFD7;
}
</style>
background-color css
<style>
a { background-color: #31BFD7; }
a { background-color: rgb(49,191,215); }
div.DivClassName
{
background-color: #31BFD7;
}
.BgClassName
{
background-color: #31BFD7;
}
</style>
border-color css
<style>
span { border-color: #31BFD7; }
span { border-color: rgb(49,191,215); }
td.TdClassName
{
border-color: #31BFD7;
}
.TagClassName
{
border-color: #31BFD7;
}
</style>