Shades of Summer Sky #31CFED
Tints of Summer Sky #31CFED
RGB
CMYK
RGB Variations
Color information
#31CFED (or 0x31CFED) is known color: Summer Sky. HEX triplet: 31, CF and ED. RGB value is (49,207,237). Sum of RGB (Red+Green+Blue) = 49+207+237=493 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.94% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #31CFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CFED is #CE3012. Grayscale: #A2A2A2. Windows color (decimal): -13512723 or 15585073. OLE color: 15585073.
HSL color Cylindrical-coordinate representation of color #31CFED: hue angle of 189.57º degrees, saturation: 0.84, 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 #31CFED is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 207 | 237 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.07 |
| HSL | 189.57º | 0.84% | 0.56% | - |
| HSV(B) | 189.57º | 0.79% | 0.93% | - |
| XYZ | 38.87 | 51.39 | 87.99 | - |
| YUV | 163.18 | 169.65 | 46.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 237 | 0.79 | 0.13 | 0 | 0.07 | 189.57 | 0.84 | 0.56 |
| Hex | 31 | CF | ED | 4F | D | 0 | 7 | BE | 54 | 38 |
| Octal | 61 | 317 | 355 | 117 | 15 | 0 | 7 | 276 | 124 | 70 |
| Binary | 110001 | 11001111 | 11101101 | 1001111 | 1101 | 0 | 111 | 10111110 | 1010100 | 111000 |
Color Harmonies of #31CFED
Complementary color
Monochromatic Colors of #31CFED
Black with #31CFED
Text Example
Text Example
White with #31CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFED; }
p { color: rgb(49,207,237); }
H1.HeaderClassName
{
color: #31CFED;
}
.AnyTagClassName
{
color: #31CFED;
}
</style>
background-color css
<style>
a { background-color: #31CFED; }
a { background-color: rgb(49,207,237); }
div.DivClassName
{
background-color: #31CFED;
}
.BgClassName
{
background-color: #31CFED;
}
</style>
border-color css
<style>
span { border-color: #31CFED; }
span { border-color: rgb(49,207,237); }
td.TdClassName
{
border-color: #31CFED;
}
.TagClassName
{
border-color: #31CFED;
}
</style>