Shades of Summer Sky #31CCE5
Tints of Summer Sky #31CCE5
RGB
CMYK
RGB Variations
Color information
#31CCE5 (or 0x31CCE5) is known color: Summer Sky. HEX triplet: 31, CC and E5. RGB value is (49,204,229). Sum of RGB (Red+Green+Blue) = 49+204+229=482 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.17% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #31CCE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CCE5 is #CE331A. Grayscale: #A0A0A0. Windows color (decimal): -13513499 or 15060017. OLE color: 15060017.
HSL color Cylindrical-coordinate representation of color #31CCE5: hue angle of 188.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31CCE5 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 204 | 229 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.10 |
| HSL | 188.33º | 0.78% | 0.55% | - |
| HSV(B) | 188.33º | 0.79% | 0.9% | - |
| XYZ | 37 | 49.5 | 81.73 | - |
| YUV | 160.51 | 166.65 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 229 | 0.79 | 0.11 | 0 | 0.10 | 188.33 | 0.78 | 0.55 |
| Hex | 31 | CC | E5 | 4F | B | 0 | A | BC | 4E | 37 |
| Octal | 61 | 314 | 345 | 117 | 13 | 0 | 12 | 274 | 116 | 67 |
| Binary | 110001 | 11001100 | 11100101 | 1001111 | 1011 | 0 | 1010 | 10111100 | 1001110 | 110111 |
Color Harmonies of #31CCE5
Complementary color
Monochromatic Colors of #31CCE5
Black with #31CCE5
Text Example
Text Example
White with #31CCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCE5; }
p { color: rgb(49,204,229); }
H1.HeaderClassName
{
color: #31CCE5;
}
.AnyTagClassName
{
color: #31CCE5;
}
</style>
background-color css
<style>
a { background-color: #31CCE5; }
a { background-color: rgb(49,204,229); }
div.DivClassName
{
background-color: #31CCE5;
}
.BgClassName
{
background-color: #31CCE5;
}
</style>
border-color css
<style>
span { border-color: #31CCE5; }
span { border-color: rgb(49,204,229); }
td.TdClassName
{
border-color: #31CCE5;
}
.TagClassName
{
border-color: #31CCE5;
}
</style>