Shades of Summer Sky #31CEEC
Tints of Summer Sky #31CEEC
RGB
CMYK
RGB Variations
Color information
#31CEEC (or 0x31CEEC) is known color: Summer Sky. HEX triplet: 31, CE and EC. RGB value is (49,206,236). Sum of RGB (Red+Green+Blue) = 49+206+236=491 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.98% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #31CEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CEEC is #CE3113. Grayscale: #A2A2A2. Windows color (decimal): -13512980 or 15519281. OLE color: 15519281.
HSL color Cylindrical-coordinate representation of color #31CEEC: hue angle of 189.63º degrees, saturation: 0.83, 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 #31CEEC is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 206 | 236 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.07 |
| HSL | 189.63º | 0.83% | 0.56% | - |
| HSV(B) | 189.63º | 0.79% | 0.93% | - |
| XYZ | 38.48 | 50.85 | 87.14 | - |
| YUV | 162.48 | 169.49 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 236 | 0.79 | 0.13 | 0 | 0.07 | 189.63 | 0.83 | 0.56 |
| Hex | 31 | CE | EC | 4F | D | 0 | 7 | BE | 53 | 38 |
| Octal | 61 | 316 | 354 | 117 | 15 | 0 | 7 | 276 | 123 | 70 |
| Binary | 110001 | 11001110 | 11101100 | 1001111 | 1101 | 0 | 111 | 10111110 | 1010011 | 111000 |
Color Harmonies of #31CEEC
Complementary color
Monochromatic Colors of #31CEEC
Black with #31CEEC
Text Example
Text Example
White with #31CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEEC; }
p { color: rgb(49,206,236); }
H1.HeaderClassName
{
color: #31CEEC;
}
.AnyTagClassName
{
color: #31CEEC;
}
</style>
background-color css
<style>
a { background-color: #31CEEC; }
a { background-color: rgb(49,206,236); }
div.DivClassName
{
background-color: #31CEEC;
}
.BgClassName
{
background-color: #31CEEC;
}
</style>
border-color css
<style>
span { border-color: #31CEEC; }
span { border-color: rgb(49,206,236); }
td.TdClassName
{
border-color: #31CEEC;
}
.TagClassName
{
border-color: #31CEEC;
}
</style>