Shades of Summer Sky #31BDD1
Tints of Summer Sky #31BDD1
RGB
CMYK
RGB Variations
Color information
#31BDD1 (or 0x31BDD1) is known color: Summer Sky. HEX triplet: 31, BD and D1. RGB value is (49,189,209). Sum of RGB (Red+Green+Blue) = 49+189+209=447 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.96% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 209 - color contains mainly: blue. Hex color #31BDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDD1 is #CE422E. Grayscale: #959595. Windows color (decimal): -13517359 or 13745457. OLE color: 13745457.
HSL color Cylindrical-coordinate representation of color #31BDD1: hue angle of 187.5º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31BDD1 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 189 | 209 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.18 |
| HSL | 187.5º | 0.63% | 0.51% | - |
| HSV(B) | 187.5º | 0.77% | 0.82% | - |
| XYZ | 30.97 | 41.65 | 66.73 | - |
| YUV | 149.42 | 161.62 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 209 | 0.77 | 0.10 | 0 | 0.18 | 187.5 | 0.63 | 0.51 |
| Hex | 31 | BD | D1 | 4D | A | 0 | 12 | BC | 3F | 33 |
| Octal | 61 | 275 | 321 | 115 | 12 | 0 | 22 | 274 | 77 | 63 |
| Binary | 110001 | 10111101 | 11010001 | 1001101 | 1010 | 0 | 10010 | 10111100 | 111111 | 110011 |
Color Harmonies of #31BDD1
Complementary color
Monochromatic Colors of #31BDD1
Black with #31BDD1
Text Example
Text Example
White with #31BDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BDD1; }
p { color: rgb(49,189,209); }
H1.HeaderClassName
{
color: #31BDD1;
}
.AnyTagClassName
{
color: #31BDD1;
}
</style>
background-color css
<style>
a { background-color: #31BDD1; }
a { background-color: rgb(49,189,209); }
div.DivClassName
{
background-color: #31BDD1;
}
.BgClassName
{
background-color: #31BDD1;
}
</style>
border-color css
<style>
span { border-color: #31BDD1; }
span { border-color: rgb(49,189,209); }
td.TdClassName
{
border-color: #31BDD1;
}
.TagClassName
{
border-color: #31BDD1;
}
</style>