Shades of Summer Sky #31BDCE
Tints of Summer Sky #31BDCE
RGB
CMYK
RGB Variations
Color information
#31BDCE (or 0x31BDCE) is known color: Summer Sky. HEX triplet: 31, BD and CE. RGB value is (49,189,206). Sum of RGB (Red+Green+Blue) = 49+189+206=444 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.04% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #31BDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDCE is #CE4231. Grayscale: #949494. Windows color (decimal): -13517362 or 13548849. OLE color: 13548849.
HSL color Cylindrical-coordinate representation of color #31BDCE: hue angle of 186.5º 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 #31BDCE is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 189 | 206 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.19 |
| HSL | 186.5º | 0.62% | 0.5% | - |
| HSV(B) | 186.5º | 0.76% | 0.81% | - |
| XYZ | 30.6 | 41.5 | 64.79 | - |
| YUV | 149.08 | 160.12 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 206 | 0.76 | 0.08 | 0 | 0.19 | 186.5 | 0.62 | 0.5 |
| Hex | 31 | BD | CE | 4C | 8 | 0 | 13 | BA | 3E | 32 |
| Octal | 61 | 275 | 316 | 114 | 10 | 0 | 23 | 272 | 76 | 62 |
| Binary | 110001 | 10111101 | 11001110 | 1001100 | 1000 | 0 | 10011 | 10111010 | 111110 | 110010 |
Color Harmonies of #31BDCE
Complementary color
Monochromatic Colors of #31BDCE
Black with #31BDCE
Text Example
Text Example
White with #31BDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BDCE; }
p { color: rgb(49,189,206); }
H1.HeaderClassName
{
color: #31BDCE;
}
.AnyTagClassName
{
color: #31BDCE;
}
</style>
background-color css
<style>
a { background-color: #31BDCE; }
a { background-color: rgb(49,189,206); }
div.DivClassName
{
background-color: #31BDCE;
}
.BgClassName
{
background-color: #31BDCE;
}
</style>
border-color css
<style>
span { border-color: #31BDCE; }
span { border-color: rgb(49,189,206); }
td.TdClassName
{
border-color: #31BDCE;
}
.TagClassName
{
border-color: #31BDCE;
}
</style>