Shades of Summer Sky #31ABDF
Tints of Summer Sky #31ABDF
RGB
CMYK
RGB Variations
Color information
#31ABDF (or 0x31ABDF) is known color: Summer Sky. HEX triplet: 31, AB and DF. RGB value is (49,171,223). Sum of RGB (Red+Green+Blue) = 49+171+223=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #31ABDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABDF is #CE5420. Grayscale: #8C8C8C. Windows color (decimal): -13521953 or 14658353. OLE color: 14658353.
HSL color Cylindrical-coordinate representation of color #31ABDF: hue angle of 197.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31ABDF is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 171 | 223 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.13 |
| HSL | 197.93º | 0.73% | 0.53% | - |
| HSV(B) | 197.93º | 0.78% | 0.87% | - |
| XYZ | 29.15 | 35.11 | 75.05 | - |
| YUV | 140.45 | 174.58 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 223 | 0.78 | 0.23 | 0 | 0.13 | 197.93 | 0.73 | 0.53 |
| Hex | 31 | AB | DF | 4E | 17 | 0 | D | C6 | 49 | 35 |
| Octal | 61 | 253 | 337 | 116 | 27 | 0 | 15 | 306 | 111 | 65 |
| Binary | 110001 | 10101011 | 11011111 | 1001110 | 10111 | 0 | 1101 | 11000110 | 1001001 | 110101 |
Color Harmonies of #31ABDF
Complementary color
Monochromatic Colors of #31ABDF
Black with #31ABDF
Text Example
Text Example
White with #31ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ABDF; }
p { color: rgb(49,171,223); }
H1.HeaderClassName
{
color: #31ABDF;
}
.AnyTagClassName
{
color: #31ABDF;
}
</style>
background-color css
<style>
a { background-color: #31ABDF; }
a { background-color: rgb(49,171,223); }
div.DivClassName
{
background-color: #31ABDF;
}
.BgClassName
{
background-color: #31ABDF;
}
</style>
border-color css
<style>
span { border-color: #31ABDF; }
span { border-color: rgb(49,171,223); }
td.TdClassName
{
border-color: #31ABDF;
}
.TagClassName
{
border-color: #31ABDF;
}
</style>