Shades of Summer Sky #31B0CE
Tints of Summer Sky #31B0CE
RGB
CMYK
RGB Variations
Color information
#31B0CE (or 0x31B0CE) is known color: Summer Sky. HEX triplet: 31, B0 and CE. RGB value is (49,176,206). Sum of RGB (Red+Green+Blue) = 49+176+206=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #31B0CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31B0CE is #CE4F31. Grayscale: #8D8D8D. Windows color (decimal): -13520690 or 13545521. OLE color: 13545521.
HSL color Cylindrical-coordinate representation of color #31B0CE: hue angle of 191.46º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31B0CE is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 176 | 206 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.19 |
| HSL | 191.47º | 0.62% | 0.5% | - |
| HSV(B) | 191.47º | 0.76% | 0.81% | - |
| XYZ | 27.93 | 36.16 | 63.9 | - |
| YUV | 141.45 | 164.42 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 176 | 206 | 0.76 | 0.15 | 0 | 0.19 | 191.47 | 0.62 | 0.5 |
| Hex | 31 | B0 | CE | 4C | F | 0 | 13 | BF | 3E | 32 |
| Octal | 61 | 260 | 316 | 114 | 17 | 0 | 23 | 277 | 76 | 62 |
| Binary | 110001 | 10110000 | 11001110 | 1001100 | 1111 | 0 | 10011 | 10111111 | 111110 | 110010 |
Color Harmonies of #31B0CE
Complementary color
Monochromatic Colors of #31B0CE
Black with #31B0CE
Text Example
Text Example
White with #31B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B0CE; }
p { color: rgb(49,176,206); }
H1.HeaderClassName
{
color: #31B0CE;
}
.AnyTagClassName
{
color: #31B0CE;
}
</style>
background-color css
<style>
a { background-color: #31B0CE; }
a { background-color: rgb(49,176,206); }
div.DivClassName
{
background-color: #31B0CE;
}
.BgClassName
{
background-color: #31B0CE;
}
</style>
border-color css
<style>
span { border-color: #31B0CE; }
span { border-color: rgb(49,176,206); }
td.TdClassName
{
border-color: #31B0CE;
}
.TagClassName
{
border-color: #31B0CE;
}
</style>