Shades of Summer Sky #31CDE3
Tints of Summer Sky #31CDE3
RGB
CMYK
RGB Variations
Color information
#31CDE3 (or 0x31CDE3) is known color: Summer Sky. HEX triplet: 31, CD and E3. RGB value is (49,205,227). Sum of RGB (Red+Green+Blue) = 49+205+227=481 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.19% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 227 (89.06% from 255 or 47.19% from 481); Max value from RGB is 227 - color contains mainly: blue. Hex color #31CDE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CDE3 is #CE321C. Grayscale: #A0A0A0. Windows color (decimal): -13513245 or 14929201. OLE color: 14929201.
HSL color Cylindrical-coordinate representation of color #31CDE3: hue angle of 187.42º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31CDE3 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 205 | 227 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.11 |
| HSL | 187.42º | 0.76% | 0.54% | - |
| HSV(B) | 187.42º | 0.78% | 0.89% | - |
| XYZ | 36.96 | 49.86 | 80.35 | - |
| YUV | 160.86 | 165.32 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 227 | 0.78 | 0.10 | 0 | 0.11 | 187.42 | 0.76 | 0.54 |
| Hex | 31 | CD | E3 | 4E | A | 0 | B | BB | 4C | 36 |
| Octal | 61 | 315 | 343 | 116 | 12 | 0 | 13 | 273 | 114 | 66 |
| Binary | 110001 | 11001101 | 11100011 | 1001110 | 1010 | 0 | 1011 | 10111011 | 1001100 | 110110 |
Color Harmonies of #31CDE3
Complementary color
Monochromatic Colors of #31CDE3
Black with #31CDE3
Text Example
Text Example
White with #31CDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CDE3; }
p { color: rgb(49,205,227); }
H1.HeaderClassName
{
color: #31CDE3;
}
.AnyTagClassName
{
color: #31CDE3;
}
</style>
background-color css
<style>
a { background-color: #31CDE3; }
a { background-color: rgb(49,205,227); }
div.DivClassName
{
background-color: #31CDE3;
}
.BgClassName
{
background-color: #31CDE3;
}
</style>
border-color css
<style>
span { border-color: #31CDE3; }
span { border-color: rgb(49,205,227); }
td.TdClassName
{
border-color: #31CDE3;
}
.TagClassName
{
border-color: #31CDE3;
}
</style>