Shades of Summer Sky #31BDCB
Tints of Summer Sky #31BDCB
RGB
CMYK
RGB Variations
Color information
#31BDCB (or 0x31BDCB) is known color: Summer Sky. HEX triplet: 31, BD and CB. RGB value is (49,189,203). Sum of RGB (Red+Green+Blue) = 49+189+203=441 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.11% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #31BDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDCB is #CE4234. Grayscale: #949494. Windows color (decimal): -13517365 or 13352241. OLE color: 13352241.
HSL color Cylindrical-coordinate representation of color #31BDCB: hue angle of 185.45º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31BDCB is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 189 | 203 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.20 |
| HSL | 185.45º | 0.61% | 0.49% | - |
| HSV(B) | 185.45º | 0.76% | 0.8% | - |
| XYZ | 30.24 | 41.36 | 62.89 | - |
| YUV | 148.74 | 158.62 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 203 | 0.76 | 0.07 | 0 | 0.20 | 185.45 | 0.61 | 0.49 |
| Hex | 31 | BD | CB | 4C | 7 | 0 | 14 | B9 | 3D | 31 |
| Octal | 61 | 275 | 313 | 114 | 7 | 0 | 24 | 271 | 75 | 61 |
| Binary | 110001 | 10111101 | 11001011 | 1001100 | 111 | 0 | 10100 | 10111001 | 111101 | 110001 |
Color Harmonies of #31BDCB
Complementary color
Monochromatic Colors of #31BDCB
Black with #31BDCB
Text Example
Text Example
White with #31BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BDCB; }
p { color: rgb(49,189,203); }
H1.HeaderClassName
{
color: #31BDCB;
}
.AnyTagClassName
{
color: #31BDCB;
}
</style>
background-color css
<style>
a { background-color: #31BDCB; }
a { background-color: rgb(49,189,203); }
div.DivClassName
{
background-color: #31BDCB;
}
.BgClassName
{
background-color: #31BDCB;
}
</style>
border-color css
<style>
span { border-color: #31BDCB; }
span { border-color: rgb(49,189,203); }
td.TdClassName
{
border-color: #31BDCB;
}
.TagClassName
{
border-color: #31BDCB;
}
</style>