Shades of Summer Sky #31BDD6
Tints of Summer Sky #31BDD6
RGB
CMYK
RGB Variations
Color information
#31BDD6 (or 0x31BDD6) is known color: Summer Sky. HEX triplet: 31, BD and D6. RGB value is (49,189,214). Sum of RGB (Red+Green+Blue) = 49+189+214=452 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.84% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #31BDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDD6 is #CE4229. Grayscale: #959595. Windows color (decimal): -13517354 or 14073137. OLE color: 14073137.
HSL color Cylindrical-coordinate representation of color #31BDD6: hue angle of 189.09º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31BDD6 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 189 | 214 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.16 |
| HSL | 189.09º | 0.67% | 0.52% | - |
| HSV(B) | 189.09º | 0.77% | 0.84% | - |
| XYZ | 31.6 | 41.9 | 70.04 | - |
| YUV | 149.99 | 164.12 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 214 | 0.77 | 0.12 | 0 | 0.16 | 189.09 | 0.67 | 0.52 |
| Hex | 31 | BD | D6 | 4D | C | 0 | 10 | BD | 43 | 34 |
| Octal | 61 | 275 | 326 | 115 | 14 | 0 | 20 | 275 | 103 | 64 |
| Binary | 110001 | 10111101 | 11010110 | 1001101 | 1100 | 0 | 10000 | 10111101 | 1000011 | 110100 |
Color Harmonies of #31BDD6
Complementary color
Monochromatic Colors of #31BDD6
Black with #31BDD6
Text Example
Text Example
White with #31BDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BDD6; }
p { color: rgb(49,189,214); }
H1.HeaderClassName
{
color: #31BDD6;
}
.AnyTagClassName
{
color: #31BDD6;
}
</style>
background-color css
<style>
a { background-color: #31BDD6; }
a { background-color: rgb(49,189,214); }
div.DivClassName
{
background-color: #31BDD6;
}
.BgClassName
{
background-color: #31BDD6;
}
</style>
border-color css
<style>
span { border-color: #31BDD6; }
span { border-color: rgb(49,189,214); }
td.TdClassName
{
border-color: #31BDD6;
}
.TagClassName
{
border-color: #31BDD6;
}
</style>