Shades of Summer Sky #31ABDC
Tints of Summer Sky #31ABDC
RGB
CMYK
RGB Variations
Color information
#31ABDC (or 0x31ABDC) is known color: Summer Sky. HEX triplet: 31, AB and DC. RGB value is (49,171,220). Sum of RGB (Red+Green+Blue) = 49+171+220=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #31ABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABDC is #CE5423. Grayscale: #8B8B8B. Windows color (decimal): -13521956 or 14461745. OLE color: 14461745.
HSL color Cylindrical-coordinate representation of color #31ABDC: hue angle of 197.19º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31ABDC is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 171 | 220 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.14 |
| HSL | 197.19º | 0.71% | 0.53% | - |
| HSV(B) | 197.19º | 0.78% | 0.86% | - |
| XYZ | 28.75 | 34.95 | 72.94 | - |
| YUV | 140.11 | 173.08 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 220 | 0.78 | 0.22 | 0 | 0.14 | 197.19 | 0.71 | 0.53 |
| Hex | 31 | AB | DC | 4E | 16 | 0 | E | C5 | 47 | 35 |
| Octal | 61 | 253 | 334 | 116 | 26 | 0 | 16 | 305 | 107 | 65 |
| Binary | 110001 | 10101011 | 11011100 | 1001110 | 10110 | 0 | 1110 | 11000101 | 1000111 | 110101 |
Color Harmonies of #31ABDC
Complementary color
Monochromatic Colors of #31ABDC
Black with #31ABDC
Text Example
Text Example
White with #31ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ABDC; }
p { color: rgb(49,171,220); }
H1.HeaderClassName
{
color: #31ABDC;
}
.AnyTagClassName
{
color: #31ABDC;
}
</style>
background-color css
<style>
a { background-color: #31ABDC; }
a { background-color: rgb(49,171,220); }
div.DivClassName
{
background-color: #31ABDC;
}
.BgClassName
{
background-color: #31ABDC;
}
</style>
border-color css
<style>
span { border-color: #31ABDC; }
span { border-color: rgb(49,171,220); }
td.TdClassName
{
border-color: #31ABDC;
}
.TagClassName
{
border-color: #31ABDC;
}
</style>