Shades of Summer Sky #31BADC
Tints of Summer Sky #31BADC
RGB
CMYK
RGB Variations
Color information
#31BADC (or 0x31BADC) is known color: Summer Sky. HEX triplet: 31, BA and DC. RGB value is (49,186,220). Sum of RGB (Red+Green+Blue) = 49+186+220=455 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.77% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #31BADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BADC is #CE4523. Grayscale: #949494. Windows color (decimal): -13518116 or 14465585. OLE color: 14465585.
HSL color Cylindrical-coordinate representation of color #31BADC: hue angle of 191.93º degrees, saturation: 0.71, 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 #31BADC is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 186 | 220 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.14 |
| HSL | 191.93º | 0.71% | 0.53% | - |
| HSV(B) | 191.93º | 0.78% | 0.86% | - |
| XYZ | 31.74 | 40.94 | 73.94 | - |
| YUV | 148.91 | 168.11 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 220 | 0.78 | 0.15 | 0 | 0.14 | 191.93 | 0.71 | 0.53 |
| Hex | 31 | BA | DC | 4E | F | 0 | E | C0 | 47 | 35 |
| Octal | 61 | 272 | 334 | 116 | 17 | 0 | 16 | 300 | 107 | 65 |
| Binary | 110001 | 10111010 | 11011100 | 1001110 | 1111 | 0 | 1110 | 11000000 | 1000111 | 110101 |
Color Harmonies of #31BADC
Complementary color
Monochromatic Colors of #31BADC
Black with #31BADC
Text Example
Text Example
White with #31BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BADC; }
p { color: rgb(49,186,220); }
H1.HeaderClassName
{
color: #31BADC;
}
.AnyTagClassName
{
color: #31BADC;
}
</style>
background-color css
<style>
a { background-color: #31BADC; }
a { background-color: rgb(49,186,220); }
div.DivClassName
{
background-color: #31BADC;
}
.BgClassName
{
background-color: #31BADC;
}
</style>
border-color css
<style>
span { border-color: #31BADC; }
span { border-color: rgb(49,186,220); }
td.TdClassName
{
border-color: #31BADC;
}
.TagClassName
{
border-color: #31BADC;
}
</style>