Shades of Summer Sky #31BED1
Tints of Summer Sky #31BED1
RGB
CMYK
RGB Variations
Color information
#31BED1 (or 0x31BED1) is known color: Summer Sky. HEX triplet: 31, BE and D1. RGB value is (49,190,209). Sum of RGB (Red+Green+Blue) = 49+190+209=448 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.94% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #31BED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BED1 is #CE412E. Grayscale: #959595. Windows color (decimal): -13517103 or 13745713. OLE color: 13745713.
HSL color Cylindrical-coordinate representation of color #31BED1: hue angle of 187.12º 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 #31BED1 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 190 | 209 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.18 |
| HSL | 187.13º | 0.63% | 0.51% | - |
| HSV(B) | 187.13º | 0.77% | 0.82% | - |
| XYZ | 31.19 | 42.08 | 66.8 | - |
| YUV | 150.01 | 161.29 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 209 | 0.77 | 0.09 | 0 | 0.18 | 187.13 | 0.63 | 0.51 |
| Hex | 31 | BE | D1 | 4D | 9 | 0 | 12 | BB | 3F | 33 |
| Octal | 61 | 276 | 321 | 115 | 11 | 0 | 22 | 273 | 77 | 63 |
| Binary | 110001 | 10111110 | 11010001 | 1001101 | 1001 | 0 | 10010 | 10111011 | 111111 | 110011 |
Color Harmonies of #31BED1
Complementary color
Monochromatic Colors of #31BED1
Black with #31BED1
Text Example
Text Example
White with #31BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BED1; }
p { color: rgb(49,190,209); }
H1.HeaderClassName
{
color: #31BED1;
}
.AnyTagClassName
{
color: #31BED1;
}
</style>
background-color css
<style>
a { background-color: #31BED1; }
a { background-color: rgb(49,190,209); }
div.DivClassName
{
background-color: #31BED1;
}
.BgClassName
{
background-color: #31BED1;
}
</style>
border-color css
<style>
span { border-color: #31BED1; }
span { border-color: rgb(49,190,209); }
td.TdClassName
{
border-color: #31BED1;
}
.TagClassName
{
border-color: #31BED1;
}
</style>