Shades of Summer Sky #31CCE6
Tints of Summer Sky #31CCE6
RGB
CMYK
RGB Variations
Color information
#31CCE6 (or 0x31CCE6) is known color: Summer Sky. HEX triplet: 31, CC and E6. RGB value is (49,204,230). Sum of RGB (Red+Green+Blue) = 49+204+230=483 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.14% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #31CCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CCE6 is #CE3319. Grayscale: #A0A0A0. Windows color (decimal): -13513498 or 15125553. OLE color: 15125553.
HSL color Cylindrical-coordinate representation of color #31CCE6: hue angle of 188.62º 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 #31CCE6 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 204 | 230 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.10 |
| HSL | 188.62º | 0.78% | 0.55% | - |
| HSV(B) | 188.62º | 0.79% | 0.9% | - |
| XYZ | 37.14 | 49.55 | 82.47 | - |
| YUV | 160.62 | 167.15 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 230 | 0.79 | 0.11 | 0 | 0.10 | 188.62 | 0.78 | 0.55 |
| Hex | 31 | CC | E6 | 4F | B | 0 | A | BD | 4E | 37 |
| Octal | 61 | 314 | 346 | 117 | 13 | 0 | 12 | 275 | 116 | 67 |
| Binary | 110001 | 11001100 | 11100110 | 1001111 | 1011 | 0 | 1010 | 10111101 | 1001110 | 110111 |
Color Harmonies of #31CCE6
Complementary color
Monochromatic Colors of #31CCE6
Black with #31CCE6
Text Example
Text Example
White with #31CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCE6; }
p { color: rgb(49,204,230); }
H1.HeaderClassName
{
color: #31CCE6;
}
.AnyTagClassName
{
color: #31CCE6;
}
</style>
background-color css
<style>
a { background-color: #31CCE6; }
a { background-color: rgb(49,204,230); }
div.DivClassName
{
background-color: #31CCE6;
}
.BgClassName
{
background-color: #31CCE6;
}
</style>
border-color css
<style>
span { border-color: #31CCE6; }
span { border-color: rgb(49,204,230); }
td.TdClassName
{
border-color: #31CCE6;
}
.TagClassName
{
border-color: #31CCE6;
}
</style>