Shades of Summer Sky #31BFCE
Tints of Summer Sky #31BFCE
RGB
CMYK
RGB Variations
Color information
#31BFCE (or 0x31BFCE) is known color: Summer Sky. HEX triplet: 31, BF and CE. RGB value is (49,191,206). Sum of RGB (Red+Green+Blue) = 49+191+206=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #31BFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BFCE is #CE4031. Grayscale: #969696. Windows color (decimal): -13516850 or 13549361. OLE color: 13549361.
HSL color Cylindrical-coordinate representation of color #31BFCE: hue angle of 185.73º 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 #31BFCE is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 191 | 206 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.19 |
| HSL | 185.73º | 0.62% | 0.5% | - |
| HSV(B) | 185.73º | 0.76% | 0.81% | - |
| XYZ | 31.04 | 42.37 | 64.94 | - |
| YUV | 150.25 | 159.46 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 206 | 0.76 | 0.07 | 0 | 0.19 | 185.73 | 0.62 | 0.5 |
| Hex | 31 | BF | CE | 4C | 7 | 0 | 13 | BA | 3E | 32 |
| Octal | 61 | 277 | 316 | 114 | 7 | 0 | 23 | 272 | 76 | 62 |
| Binary | 110001 | 10111111 | 11001110 | 1001100 | 111 | 0 | 10011 | 10111010 | 111110 | 110010 |
Color Harmonies of #31BFCE
Complementary color
Monochromatic Colors of #31BFCE
Black with #31BFCE
Text Example
Text Example
White with #31BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BFCE; }
p { color: rgb(49,191,206); }
H1.HeaderClassName
{
color: #31BFCE;
}
.AnyTagClassName
{
color: #31BFCE;
}
</style>
background-color css
<style>
a { background-color: #31BFCE; }
a { background-color: rgb(49,191,206); }
div.DivClassName
{
background-color: #31BFCE;
}
.BgClassName
{
background-color: #31BFCE;
}
</style>
border-color css
<style>
span { border-color: #31BFCE; }
span { border-color: rgb(49,191,206); }
td.TdClassName
{
border-color: #31BFCE;
}
.TagClassName
{
border-color: #31BFCE;
}
</style>