Shades of Summer Sky #31BFDB
Tints of Summer Sky #31BFDB
RGB
CMYK
RGB Variations
Color information
#31BFDB (or 0x31BFDB) is known color: Summer Sky. HEX triplet: 31, BF and DB. RGB value is (49,191,219). Sum of RGB (Red+Green+Blue) = 49+191+219=459 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.68% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #31BFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BFDB is #CE4024. Grayscale: #979797. Windows color (decimal): -13516837 or 14401329. OLE color: 14401329.
HSL color Cylindrical-coordinate representation of color #31BFDB: hue angle of 189.88º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31BFDB is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 191 | 219 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.14 |
| HSL | 189.88º | 0.7% | 0.53% | - |
| HSV(B) | 189.88º | 0.78% | 0.86% | - |
| XYZ | 32.68 | 43.03 | 73.6 | - |
| YUV | 151.73 | 165.96 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 219 | 0.78 | 0.13 | 0 | 0.14 | 189.88 | 0.7 | 0.53 |
| Hex | 31 | BF | DB | 4E | D | 0 | E | BE | 46 | 35 |
| Octal | 61 | 277 | 333 | 116 | 15 | 0 | 16 | 276 | 106 | 65 |
| Binary | 110001 | 10111111 | 11011011 | 1001110 | 1101 | 0 | 1110 | 10111110 | 1000110 | 110101 |
Color Harmonies of #31BFDB
Complementary color
Monochromatic Colors of #31BFDB
Black with #31BFDB
Text Example
Text Example
White with #31BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BFDB; }
p { color: rgb(49,191,219); }
H1.HeaderClassName
{
color: #31BFDB;
}
.AnyTagClassName
{
color: #31BFDB;
}
</style>
background-color css
<style>
a { background-color: #31BFDB; }
a { background-color: rgb(49,191,219); }
div.DivClassName
{
background-color: #31BFDB;
}
.BgClassName
{
background-color: #31BFDB;
}
</style>
border-color css
<style>
span { border-color: #31BFDB; }
span { border-color: rgb(49,191,219); }
td.TdClassName
{
border-color: #31BFDB;
}
.TagClassName
{
border-color: #31BFDB;
}
</style>