Shades of Summer Sky #31BFEB
Tints of Summer Sky #31BFEB
RGB
CMYK
RGB Variations
Color information
#31BFEB (or 0x31BFEB) is known color: Summer Sky. HEX triplet: 31, BF and EB. RGB value is (49,191,235). Sum of RGB (Red+Green+Blue) = 49+191+235=475 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.32% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #31BFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BFEB is #CE4014. Grayscale: #999999. Windows color (decimal): -13516821 or 15449905. OLE color: 15449905.
HSL color Cylindrical-coordinate representation of color #31BFEB: hue angle of 194.19º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31BFEB is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 191 | 235 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.08 |
| HSL | 194.19º | 0.82% | 0.56% | - |
| HSV(B) | 194.19º | 0.79% | 0.92% | - |
| XYZ | 34.89 | 43.91 | 85.23 | - |
| YUV | 153.56 | 173.96 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 235 | 0.79 | 0.19 | 0 | 0.08 | 194.19 | 0.82 | 0.56 |
| Hex | 31 | BF | EB | 4F | 13 | 0 | 8 | C2 | 52 | 38 |
| Octal | 61 | 277 | 353 | 117 | 23 | 0 | 10 | 302 | 122 | 70 |
| Binary | 110001 | 10111111 | 11101011 | 1001111 | 10011 | 0 | 1000 | 11000010 | 1010010 | 111000 |
Color Harmonies of #31BFEB
Complementary color
Monochromatic Colors of #31BFEB
Black with #31BFEB
Text Example
Text Example
White with #31BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BFEB; }
p { color: rgb(49,191,235); }
H1.HeaderClassName
{
color: #31BFEB;
}
.AnyTagClassName
{
color: #31BFEB;
}
</style>
background-color css
<style>
a { background-color: #31BFEB; }
a { background-color: rgb(49,191,235); }
div.DivClassName
{
background-color: #31BFEB;
}
.BgClassName
{
background-color: #31BFEB;
}
</style>
border-color css
<style>
span { border-color: #31BFEB; }
span { border-color: rgb(49,191,235); }
td.TdClassName
{
border-color: #31BFEB;
}
.TagClassName
{
border-color: #31BFEB;
}
</style>