Shades of Summer Sky #31CDEF
Tints of Summer Sky #31CDEF
RGB
CMYK
RGB Variations
Color information
#31CDEF (or 0x31CDEF) is known color: Summer Sky. HEX triplet: 31, CD and EF. RGB value is (49,205,239). Sum of RGB (Red+Green+Blue) = 49+205+239=493 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.94% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #31CDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CDEF is #CE3210. Grayscale: #A1A1A1. Windows color (decimal): -13513233 or 15715633. OLE color: 15715633.
HSL color Cylindrical-coordinate representation of color #31CDEF: hue angle of 190.74º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31CDEF is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 205 | 239 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.06 |
| HSL | 190.74º | 0.86% | 0.56% | - |
| HSV(B) | 190.74º | 0.79% | 0.94% | - |
| XYZ | 38.68 | 50.55 | 89.38 | - |
| YUV | 162.23 | 171.32 | 47.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 239 | 0.79 | 0.14 | 0 | 0.06 | 190.74 | 0.86 | 0.56 |
| Hex | 31 | CD | EF | 4F | E | 0 | 6 | BF | 56 | 38 |
| Octal | 61 | 315 | 357 | 117 | 16 | 0 | 6 | 277 | 126 | 70 |
| Binary | 110001 | 11001101 | 11101111 | 1001111 | 1110 | 0 | 110 | 10111111 | 1010110 | 111000 |
Color Harmonies of #31CDEF
Complementary color
Monochromatic Colors of #31CDEF
Black with #31CDEF
Text Example
Text Example
White with #31CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CDEF; }
p { color: rgb(49,205,239); }
H1.HeaderClassName
{
color: #31CDEF;
}
.AnyTagClassName
{
color: #31CDEF;
}
</style>
background-color css
<style>
a { background-color: #31CDEF; }
a { background-color: rgb(49,205,239); }
div.DivClassName
{
background-color: #31CDEF;
}
.BgClassName
{
background-color: #31CDEF;
}
</style>
border-color css
<style>
span { border-color: #31CDEF; }
span { border-color: rgb(49,205,239); }
td.TdClassName
{
border-color: #31CDEF;
}
.TagClassName
{
border-color: #31CDEF;
}
</style>