Shades of Summer Sky #31CBE5
Tints of Summer Sky #31CBE5
RGB
CMYK
RGB Variations
Color information
#31CBE5 (or 0x31CBE5) is known color: Summer Sky. HEX triplet: 31, CB and E5. RGB value is (49,203,229). Sum of RGB (Red+Green+Blue) = 49+203+229=481 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.19% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #31CBE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CBE5 is #CE341A. Grayscale: #9F9F9F. Windows color (decimal): -13513755 or 15059761. OLE color: 15059761.
HSL color Cylindrical-coordinate representation of color #31CBE5: hue angle of 188.67º 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 #31CBE5 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 203 | 229 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.10 |
| HSL | 188.67º | 0.78% | 0.55% | - |
| HSV(B) | 188.67º | 0.79% | 0.9% | - |
| XYZ | 36.77 | 49.02 | 81.65 | - |
| YUV | 159.92 | 166.98 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 229 | 0.79 | 0.11 | 0 | 0.10 | 188.67 | 0.78 | 0.55 |
| Hex | 31 | CB | E5 | 4F | B | 0 | A | BD | 4E | 37 |
| Octal | 61 | 313 | 345 | 117 | 13 | 0 | 12 | 275 | 116 | 67 |
| Binary | 110001 | 11001011 | 11100101 | 1001111 | 1011 | 0 | 1010 | 10111101 | 1001110 | 110111 |
Color Harmonies of #31CBE5
Complementary color
Monochromatic Colors of #31CBE5
Black with #31CBE5
Text Example
Text Example
White with #31CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CBE5; }
p { color: rgb(49,203,229); }
H1.HeaderClassName
{
color: #31CBE5;
}
.AnyTagClassName
{
color: #31CBE5;
}
</style>
background-color css
<style>
a { background-color: #31CBE5; }
a { background-color: rgb(49,203,229); }
div.DivClassName
{
background-color: #31CBE5;
}
.BgClassName
{
background-color: #31CBE5;
}
</style>
border-color css
<style>
span { border-color: #31CBE5; }
span { border-color: rgb(49,203,229); }
td.TdClassName
{
border-color: #31CBE5;
}
.TagClassName
{
border-color: #31CBE5;
}
</style>