Shades of Summer Sky #31CDF3
Tints of Summer Sky #31CDF3
RGB
CMYK
RGB Variations
Color information
#31CDF3 (or 0x31CDF3) is known color: Summer Sky. HEX triplet: 31, CD and F3. RGB value is (49,205,243). Sum of RGB (Red+Green+Blue) = 49+205+243=497 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.86% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #31CDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CDF3 is #CE320C. Grayscale: #A2A2A2. Windows color (decimal): -13513229 or 15977777. OLE color: 15977777.
HSL color Cylindrical-coordinate representation of color #31CDF3: hue angle of 191.75º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31CDF3 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 205 | 243 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.05 |
| HSL | 191.75º | 0.89% | 0.57% | - |
| HSV(B) | 191.75º | 0.8% | 0.95% | - |
| XYZ | 39.28 | 50.79 | 92.53 | - |
| YUV | 162.69 | 173.32 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 243 | 0.80 | 0.16 | 0 | 0.05 | 191.75 | 0.89 | 0.57 |
| Hex | 31 | CD | F3 | 50 | 10 | 0 | 5 | C0 | 59 | 39 |
| Octal | 61 | 315 | 363 | 120 | 20 | 0 | 5 | 300 | 131 | 71 |
| Binary | 110001 | 11001101 | 11110011 | 1010000 | 10000 | 0 | 101 | 11000000 | 1011001 | 111001 |
Color Harmonies of #31CDF3
Complementary color
Monochromatic Colors of #31CDF3
Black with #31CDF3
Text Example
Text Example
White with #31CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CDF3; }
p { color: rgb(49,205,243); }
H1.HeaderClassName
{
color: #31CDF3;
}
.AnyTagClassName
{
color: #31CDF3;
}
</style>
background-color css
<style>
a { background-color: #31CDF3; }
a { background-color: rgb(49,205,243); }
div.DivClassName
{
background-color: #31CDF3;
}
.BgClassName
{
background-color: #31CDF3;
}
</style>
border-color css
<style>
span { border-color: #31CDF3; }
span { border-color: rgb(49,205,243); }
td.TdClassName
{
border-color: #31CDF3;
}
.TagClassName
{
border-color: #31CDF3;
}
</style>