Shades of Summer Sky #31C0CD
Tints of Summer Sky #31C0CD
RGB
CMYK
RGB Variations
Color information
#31C0CD (or 0x31C0CD) is known color: Summer Sky. HEX triplet: 31, C0 and CD. RGB value is (49,192,205). Sum of RGB (Red+Green+Blue) = 49+192+205=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #31C0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C0CD is #CE3F32. Grayscale: #969696. Windows color (decimal): -13516595 or 13484081. OLE color: 13484081.
HSL color Cylindrical-coordinate representation of color #31C0CD: hue angle of 185º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31C0CD is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 192 | 205 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.20 |
| HSL | 185º | 0.61% | 0.5% | - |
| HSV(B) | 185º | 0.76% | 0.8% | - |
| XYZ | 31.14 | 42.76 | 64.37 | - |
| YUV | 150.73 | 158.62 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 205 | 0.76 | 0.06 | 0 | 0.20 | 185 | 0.61 | 0.5 |
| Hex | 31 | C0 | CD | 4C | 6 | 0 | 14 | B9 | 3D | 32 |
| Octal | 61 | 300 | 315 | 114 | 6 | 0 | 24 | 271 | 75 | 62 |
| Binary | 110001 | 11000000 | 11001101 | 1001100 | 110 | 0 | 10100 | 10111001 | 111101 | 110010 |
Color Harmonies of #31C0CD
Complementary color
Monochromatic Colors of #31C0CD
Black with #31C0CD
Text Example
Text Example
White with #31C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C0CD; }
p { color: rgb(49,192,205); }
H1.HeaderClassName
{
color: #31C0CD;
}
.AnyTagClassName
{
color: #31C0CD;
}
</style>
background-color css
<style>
a { background-color: #31C0CD; }
a { background-color: rgb(49,192,205); }
div.DivClassName
{
background-color: #31C0CD;
}
.BgClassName
{
background-color: #31C0CD;
}
</style>
border-color css
<style>
span { border-color: #31C0CD; }
span { border-color: rgb(49,192,205); }
td.TdClassName
{
border-color: #31C0CD;
}
.TagClassName
{
border-color: #31C0CD;
}
</style>