Shades of Summer Sky #31BCDA
Tints of Summer Sky #31BCDA
RGB
CMYK
RGB Variations
Color information
#31BCDA (or 0x31BCDA) is known color: Summer Sky. HEX triplet: 31, BC and DA. RGB value is (49,188,218). Sum of RGB (Red+Green+Blue) = 49+188+218=455 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.77% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #31BCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCDA is #CE4325. Grayscale: #959595. Windows color (decimal): -13517606 or 14335025. OLE color: 14335025.
HSL color Cylindrical-coordinate representation of color #31BCDA: hue angle of 190.65º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31BCDA is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 188 | 218 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.15 |
| HSL | 190.65º | 0.7% | 0.52% | - |
| HSV(B) | 190.65º | 0.78% | 0.85% | - |
| XYZ | 31.9 | 41.68 | 72.69 | - |
| YUV | 149.86 | 166.45 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 218 | 0.78 | 0.14 | 0 | 0.15 | 190.65 | 0.7 | 0.52 |
| Hex | 31 | BC | DA | 4E | E | 0 | F | BF | 46 | 34 |
| Octal | 61 | 274 | 332 | 116 | 16 | 0 | 17 | 277 | 106 | 64 |
| Binary | 110001 | 10111100 | 11011010 | 1001110 | 1110 | 0 | 1111 | 10111111 | 1000110 | 110100 |
Color Harmonies of #31BCDA
Complementary color
Monochromatic Colors of #31BCDA
Black with #31BCDA
Text Example
Text Example
White with #31BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BCDA; }
p { color: rgb(49,188,218); }
H1.HeaderClassName
{
color: #31BCDA;
}
.AnyTagClassName
{
color: #31BCDA;
}
</style>
background-color css
<style>
a { background-color: #31BCDA; }
a { background-color: rgb(49,188,218); }
div.DivClassName
{
background-color: #31BCDA;
}
.BgClassName
{
background-color: #31BCDA;
}
</style>
border-color css
<style>
span { border-color: #31BCDA; }
span { border-color: rgb(49,188,218); }
td.TdClassName
{
border-color: #31BCDA;
}
.TagClassName
{
border-color: #31BCDA;
}
</style>