Shades of Summer Sky #31BECB
Tints of Summer Sky #31BECB
RGB
CMYK
RGB Variations
Color information
#31BECB (or 0x31BECB) is known color: Summer Sky. HEX triplet: 31, BE and CB. RGB value is (49,190,203). Sum of RGB (Red+Green+Blue) = 49+190+203=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #31BECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BECB is #CE4134. Grayscale: #959595. Windows color (decimal): -13517109 or 13352497. OLE color: 13352497.
HSL color Cylindrical-coordinate representation of color #31BECB: hue angle of 185.06º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31BECB is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 190 | 203 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.20 |
| HSL | 185.06º | 0.61% | 0.49% | - |
| HSV(B) | 185.06º | 0.76% | 0.8% | - |
| XYZ | 30.46 | 41.79 | 62.96 | - |
| YUV | 149.32 | 158.29 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 203 | 0.76 | 0.06 | 0 | 0.20 | 185.06 | 0.61 | 0.49 |
| Hex | 31 | BE | CB | 4C | 6 | 0 | 14 | B9 | 3D | 31 |
| Octal | 61 | 276 | 313 | 114 | 6 | 0 | 24 | 271 | 75 | 61 |
| Binary | 110001 | 10111110 | 11001011 | 1001100 | 110 | 0 | 10100 | 10111001 | 111101 | 110001 |
Color Harmonies of #31BECB
Complementary color
Monochromatic Colors of #31BECB
Black with #31BECB
Text Example
Text Example
White with #31BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BECB; }
p { color: rgb(49,190,203); }
H1.HeaderClassName
{
color: #31BECB;
}
.AnyTagClassName
{
color: #31BECB;
}
</style>
background-color css
<style>
a { background-color: #31BECB; }
a { background-color: rgb(49,190,203); }
div.DivClassName
{
background-color: #31BECB;
}
.BgClassName
{
background-color: #31BECB;
}
</style>
border-color css
<style>
span { border-color: #31BECB; }
span { border-color: rgb(49,190,203); }
td.TdClassName
{
border-color: #31BECB;
}
.TagClassName
{
border-color: #31BECB;
}
</style>