Shades of Summer Sky #31BDCC
Tints of Summer Sky #31BDCC
RGB
CMYK
RGB Variations
Color information
#31BDCC (or 0x31BDCC) is known color: Summer Sky. HEX triplet: 31, BD and CC. RGB value is (49,189,204). Sum of RGB (Red+Green+Blue) = 49+189+204=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #31BDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDCC is #CE4233. Grayscale: #949494. Windows color (decimal): -13517364 or 13417777. OLE color: 13417777.
HSL color Cylindrical-coordinate representation of color #31BDCC: hue angle of 185.81º 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 #31BDCC is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 189 | 204 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.2 |
| HSL | 185.81º | 0.61% | 0.5% | - |
| HSV(B) | 185.81º | 0.76% | 0.8% | - |
| XYZ | 30.36 | 41.41 | 63.52 | - |
| YUV | 148.85 | 159.12 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 204 | 0.76 | 0.07 | 0 | 0.2 | 185.81 | 0.61 | 0.5 |
| Hex | 31 | BD | CC | 4C | 7 | 0 | 14 | BA | 3D | 32 |
| Octal | 61 | 275 | 314 | 114 | 7 | 0 | 24 | 272 | 75 | 62 |
| Binary | 110001 | 10111101 | 11001100 | 1001100 | 111 | 0 | 10100 | 10111010 | 111101 | 110010 |
Color Harmonies of #31BDCC
Complementary color
Monochromatic Colors of #31BDCC
Black with #31BDCC
Text Example
Text Example
White with #31BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BDCC; }
p { color: rgb(49,189,204); }
H1.HeaderClassName
{
color: #31BDCC;
}
.AnyTagClassName
{
color: #31BDCC;
}
</style>
background-color css
<style>
a { background-color: #31BDCC; }
a { background-color: rgb(49,189,204); }
div.DivClassName
{
background-color: #31BDCC;
}
.BgClassName
{
background-color: #31BDCC;
}
</style>
border-color css
<style>
span { border-color: #31BDCC; }
span { border-color: rgb(49,189,204); }
td.TdClassName
{
border-color: #31BDCC;
}
.TagClassName
{
border-color: #31BDCC;
}
</style>