Shades of Summer Sky #31CCEC
Tints of Summer Sky #31CCEC
RGB
CMYK
RGB Variations
Color information
#31CCEC (or 0x31CCEC) is known color: Summer Sky. HEX triplet: 31, CC and EC. RGB value is (49,204,236). Sum of RGB (Red+Green+Blue) = 49+204+236=489 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.02% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #31CCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CCEC is #CE3313. Grayscale: #A1A1A1. Windows color (decimal): -13513492 or 15518769. OLE color: 15518769.
HSL color Cylindrical-coordinate representation of color #31CCEC: hue angle of 190.27º 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 #31CCEC is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 204 | 236 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.07 |
| HSL | 190.27º | 0.83% | 0.56% | - |
| HSV(B) | 190.27º | 0.79% | 0.93% | - |
| XYZ | 38 | 49.89 | 86.98 | - |
| YUV | 161.3 | 170.15 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 236 | 0.79 | 0.14 | 0 | 0.07 | 190.27 | 0.83 | 0.56 |
| Hex | 31 | CC | EC | 4F | E | 0 | 7 | BE | 53 | 38 |
| Octal | 61 | 314 | 354 | 117 | 16 | 0 | 7 | 276 | 123 | 70 |
| Binary | 110001 | 11001100 | 11101100 | 1001111 | 1110 | 0 | 111 | 10111110 | 1010011 | 111000 |
Color Harmonies of #31CCEC
Complementary color
Monochromatic Colors of #31CCEC
Black with #31CCEC
Text Example
Text Example
White with #31CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCEC; }
p { color: rgb(49,204,236); }
H1.HeaderClassName
{
color: #31CCEC;
}
.AnyTagClassName
{
color: #31CCEC;
}
</style>
background-color css
<style>
a { background-color: #31CCEC; }
a { background-color: rgb(49,204,236); }
div.DivClassName
{
background-color: #31CCEC;
}
.BgClassName
{
background-color: #31CCEC;
}
</style>
border-color css
<style>
span { border-color: #31CCEC; }
span { border-color: rgb(49,204,236); }
td.TdClassName
{
border-color: #31CCEC;
}
.TagClassName
{
border-color: #31CCEC;
}
</style>