Shades of Summer Sky #31CCDF
Tints of Summer Sky #31CCDF
RGB
CMYK
RGB Variations
Color information
#31CCDF (or 0x31CCDF) is known color: Summer Sky. HEX triplet: 31, CC and DF. RGB value is (49,204,223). Sum of RGB (Red+Green+Blue) = 49+204+223=476 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.29% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #31CCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CCDF is #CE3320. Grayscale: #9F9F9F. Windows color (decimal): -13513505 or 14666801. OLE color: 14666801.
HSL color Cylindrical-coordinate representation of color #31CCDF: hue angle of 186.55º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31CCDF is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 204 | 223 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.13 |
| HSL | 186.55º | 0.73% | 0.53% | - |
| HSV(B) | 186.55º | 0.78% | 0.87% | - |
| XYZ | 36.18 | 49.17 | 77.4 | - |
| YUV | 159.82 | 163.65 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 223 | 0.78 | 0.09 | 0 | 0.13 | 186.55 | 0.73 | 0.53 |
| Hex | 31 | CC | DF | 4E | 9 | 0 | D | BB | 49 | 35 |
| Octal | 61 | 314 | 337 | 116 | 11 | 0 | 15 | 273 | 111 | 65 |
| Binary | 110001 | 11001100 | 11011111 | 1001110 | 1001 | 0 | 1101 | 10111011 | 1001001 | 110101 |
Color Harmonies of #31CCDF
Complementary color
Monochromatic Colors of #31CCDF
Black with #31CCDF
Text Example
Text Example
White with #31CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCDF; }
p { color: rgb(49,204,223); }
H1.HeaderClassName
{
color: #31CCDF;
}
.AnyTagClassName
{
color: #31CCDF;
}
</style>
background-color css
<style>
a { background-color: #31CCDF; }
a { background-color: rgb(49,204,223); }
div.DivClassName
{
background-color: #31CCDF;
}
.BgClassName
{
background-color: #31CCDF;
}
</style>
border-color css
<style>
span { border-color: #31CCDF; }
span { border-color: rgb(49,204,223); }
td.TdClassName
{
border-color: #31CCDF;
}
.TagClassName
{
border-color: #31CCDF;
}
</style>