Shades of Summer Sky #31CBE6
Tints of Summer Sky #31CBE6
RGB
CMYK
RGB Variations
Color information
#31CBE6 (or 0x31CBE6) is known color: Summer Sky. HEX triplet: 31, CB and E6. RGB value is (49,203,230). Sum of RGB (Red+Green+Blue) = 49+203+230=482 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.17% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #31CBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CBE6 is #CE3419. Grayscale: #9F9F9F. Windows color (decimal): -13513754 or 15125297. OLE color: 15125297.
HSL color Cylindrical-coordinate representation of color #31CBE6: hue angle of 188.95º 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 #31CBE6 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 203 | 230 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.10 |
| HSL | 188.95º | 0.78% | 0.55% | - |
| HSV(B) | 188.95º | 0.79% | 0.9% | - |
| XYZ | 36.91 | 49.08 | 82.39 | - |
| YUV | 160.03 | 167.48 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 230 | 0.79 | 0.12 | 0 | 0.10 | 188.95 | 0.78 | 0.55 |
| Hex | 31 | CB | E6 | 4F | C | 0 | A | BD | 4E | 37 |
| Octal | 61 | 313 | 346 | 117 | 14 | 0 | 12 | 275 | 116 | 67 |
| Binary | 110001 | 11001011 | 11100110 | 1001111 | 1100 | 0 | 1010 | 10111101 | 1001110 | 110111 |
Color Harmonies of #31CBE6
Complementary color
Monochromatic Colors of #31CBE6
Black with #31CBE6
Text Example
Text Example
White with #31CBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CBE6; }
p { color: rgb(49,203,230); }
H1.HeaderClassName
{
color: #31CBE6;
}
.AnyTagClassName
{
color: #31CBE6;
}
</style>
background-color css
<style>
a { background-color: #31CBE6; }
a { background-color: rgb(49,203,230); }
div.DivClassName
{
background-color: #31CBE6;
}
.BgClassName
{
background-color: #31CBE6;
}
</style>
border-color css
<style>
span { border-color: #31CBE6; }
span { border-color: rgb(49,203,230); }
td.TdClassName
{
border-color: #31CBE6;
}
.TagClassName
{
border-color: #31CBE6;
}
</style>