Shades of Summer Sky #31CEF6
Tints of Summer Sky #31CEF6
RGB
CMYK
RGB Variations
Color information
#31CEF6 (or 0x31CEF6) is known color: Summer Sky. HEX triplet: 31, CE and F6. RGB value is (49,206,246). Sum of RGB (Red+Green+Blue) = 49+206+246=501 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.78% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #31CEF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CEF6 is #CE3109. Grayscale: #A3A3A3. Windows color (decimal): -13512970 or 16174641. OLE color: 16174641.
HSL color Cylindrical-coordinate representation of color #31CEF6: hue angle of 192.18º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31CEF6 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 206 | 246 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.04 |
| HSL | 192.18º | 0.92% | 0.58% | - |
| HSV(B) | 192.18º | 0.8% | 0.96% | - |
| XYZ | 39.97 | 51.45 | 95.01 | - |
| YUV | 163.62 | 174.49 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 246 | 0.80 | 0.16 | 0 | 0.04 | 192.18 | 0.92 | 0.58 |
| Hex | 31 | CE | F6 | 50 | 10 | 0 | 4 | C0 | 5C | 3A |
| Octal | 61 | 316 | 366 | 120 | 20 | 0 | 4 | 300 | 134 | 72 |
| Binary | 110001 | 11001110 | 11110110 | 1010000 | 10000 | 0 | 100 | 11000000 | 1011100 | 111010 |
Color Harmonies of #31CEF6
Complementary color
Monochromatic Colors of #31CEF6
Black with #31CEF6
Text Example
Text Example
White with #31CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEF6; }
p { color: rgb(49,206,246); }
H1.HeaderClassName
{
color: #31CEF6;
}
.AnyTagClassName
{
color: #31CEF6;
}
</style>
background-color css
<style>
a { background-color: #31CEF6; }
a { background-color: rgb(49,206,246); }
div.DivClassName
{
background-color: #31CEF6;
}
.BgClassName
{
background-color: #31CEF6;
}
</style>
border-color css
<style>
span { border-color: #31CEF6; }
span { border-color: rgb(49,206,246); }
td.TdClassName
{
border-color: #31CEF6;
}
.TagClassName
{
border-color: #31CEF6;
}
</style>