Shades of Summer Sky #31BDCF
Tints of Summer Sky #31BDCF
RGB
CMYK
RGB Variations
Color information
#31BDCF (or 0x31BDCF) is known color: Summer Sky. HEX triplet: 31, BD and CF. RGB value is (49,189,207). Sum of RGB (Red+Green+Blue) = 49+189+207=445 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.01% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #31BDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDCF is #CE4230. Grayscale: #949494. Windows color (decimal): -13517361 or 13614385. OLE color: 13614385.
HSL color Cylindrical-coordinate representation of color #31BDCF: hue angle of 186.84º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31BDCF is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 189 | 207 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.19 |
| HSL | 186.84º | 0.62% | 0.5% | - |
| HSV(B) | 186.84º | 0.76% | 0.81% | - |
| XYZ | 30.73 | 41.55 | 65.43 | - |
| YUV | 149.19 | 160.62 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 207 | 0.76 | 0.09 | 0 | 0.19 | 186.84 | 0.62 | 0.5 |
| Hex | 31 | BD | CF | 4C | 9 | 0 | 13 | BB | 3E | 32 |
| Octal | 61 | 275 | 317 | 114 | 11 | 0 | 23 | 273 | 76 | 62 |
| Binary | 110001 | 10111101 | 11001111 | 1001100 | 1001 | 0 | 10011 | 10111011 | 111110 | 110010 |
Color Harmonies of #31BDCF
Complementary color
Monochromatic Colors of #31BDCF
Black with #31BDCF
Text Example
Text Example
White with #31BDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BDCF; }
p { color: rgb(49,189,207); }
H1.HeaderClassName
{
color: #31BDCF;
}
.AnyTagClassName
{
color: #31BDCF;
}
</style>
background-color css
<style>
a { background-color: #31BDCF; }
a { background-color: rgb(49,189,207); }
div.DivClassName
{
background-color: #31BDCF;
}
.BgClassName
{
background-color: #31BDCF;
}
</style>
border-color css
<style>
span { border-color: #31BDCF; }
span { border-color: rgb(49,189,207); }
td.TdClassName
{
border-color: #31BDCF;
}
.TagClassName
{
border-color: #31BDCF;
}
</style>