Shades of Summer Sky #31CBED
Tints of Summer Sky #31CBED
RGB
CMYK
RGB Variations
Color information
#31CBED (or 0x31CBED) is known color: Summer Sky. HEX triplet: 31, CB and ED. RGB value is (49,203,237). Sum of RGB (Red+Green+Blue) = 49+203+237=489 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.02% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #31CBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CBED is #CE3412. Grayscale: #A0A0A0. Windows color (decimal): -13513747 or 15584049. OLE color: 15584049.
HSL color Cylindrical-coordinate representation of color #31CBED: hue angle of 190.85º degrees, saturation: 0.84, 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 #31CBED is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 203 | 237 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.07 |
| HSL | 190.85º | 0.84% | 0.56% | - |
| HSV(B) | 190.85º | 0.79% | 0.93% | - |
| XYZ | 37.91 | 49.48 | 87.67 | - |
| YUV | 160.83 | 170.98 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 237 | 0.79 | 0.14 | 0 | 0.07 | 190.85 | 0.84 | 0.56 |
| Hex | 31 | CB | ED | 4F | E | 0 | 7 | BF | 54 | 38 |
| Octal | 61 | 313 | 355 | 117 | 16 | 0 | 7 | 277 | 124 | 70 |
| Binary | 110001 | 11001011 | 11101101 | 1001111 | 1110 | 0 | 111 | 10111111 | 1010100 | 111000 |
Color Harmonies of #31CBED
Complementary color
Monochromatic Colors of #31CBED
Black with #31CBED
Text Example
Text Example
White with #31CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CBED; }
p { color: rgb(49,203,237); }
H1.HeaderClassName
{
color: #31CBED;
}
.AnyTagClassName
{
color: #31CBED;
}
</style>
background-color css
<style>
a { background-color: #31CBED; }
a { background-color: rgb(49,203,237); }
div.DivClassName
{
background-color: #31CBED;
}
.BgClassName
{
background-color: #31CBED;
}
</style>
border-color css
<style>
span { border-color: #31CBED; }
span { border-color: rgb(49,203,237); }
td.TdClassName
{
border-color: #31CBED;
}
.TagClassName
{
border-color: #31CBED;
}
</style>