Shades of Summer Sky #31BEEC
Tints of Summer Sky #31BEEC
RGB
CMYK
RGB Variations
Color information
#31BEEC (or 0x31BEEC) is known color: Summer Sky. HEX triplet: 31, BE and EC. RGB value is (49,190,236). Sum of RGB (Red+Green+Blue) = 49+190+236=475 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.32% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #31BEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BEEC is #CE4113. Grayscale: #989898. Windows color (decimal): -13517076 or 15515185. OLE color: 15515185.
HSL color Cylindrical-coordinate representation of color #31BEEC: hue angle of 194.76º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31BEEC is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 190 | 236 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.07 |
| HSL | 194.76º | 0.83% | 0.56% | - |
| HSV(B) | 194.76º | 0.79% | 0.93% | - |
| XYZ | 34.82 | 43.54 | 85.92 | - |
| YUV | 153.09 | 174.79 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 236 | 0.79 | 0.19 | 0 | 0.07 | 194.76 | 0.83 | 0.56 |
| Hex | 31 | BE | EC | 4F | 13 | 0 | 7 | C3 | 53 | 38 |
| Octal | 61 | 276 | 354 | 117 | 23 | 0 | 7 | 303 | 123 | 70 |
| Binary | 110001 | 10111110 | 11101100 | 1001111 | 10011 | 0 | 111 | 11000011 | 1010011 | 111000 |
Color Harmonies of #31BEEC
Complementary color
Monochromatic Colors of #31BEEC
Black with #31BEEC
Text Example
Text Example
White with #31BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BEEC; }
p { color: rgb(49,190,236); }
H1.HeaderClassName
{
color: #31BEEC;
}
.AnyTagClassName
{
color: #31BEEC;
}
</style>
background-color css
<style>
a { background-color: #31BEEC; }
a { background-color: rgb(49,190,236); }
div.DivClassName
{
background-color: #31BEEC;
}
.BgClassName
{
background-color: #31BEEC;
}
</style>
border-color css
<style>
span { border-color: #31BEEC; }
span { border-color: rgb(49,190,236); }
td.TdClassName
{
border-color: #31BEEC;
}
.TagClassName
{
border-color: #31BEEC;
}
</style>