Shades of Summer Sky #31ADD3
Tints of Summer Sky #31ADD3
RGB
CMYK
RGB Variations
Color information
#31ADD3 (or 0x31ADD3) is known color: Summer Sky. HEX triplet: 31, AD and D3. RGB value is (49,173,211). Sum of RGB (Red+Green+Blue) = 49+173+211=433 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.32% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 211 - color contains mainly: blue. Hex color #31ADD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADD3 is #CE522C. Grayscale: #8B8B8B. Windows color (decimal): -13521453 or 13872433. OLE color: 13872433.
HSL color Cylindrical-coordinate representation of color #31ADD3: hue angle of 194.07º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31ADD3 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 49 | 173 | 211 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.17 |
| HSL | 194.07º | 0.65% | 0.51% | - |
| HSV(B) | 194.07º | 0.77% | 0.83% | - |
| XYZ | 27.97 | 35.24 | 66.96 | - |
| YUV | 140.26 | 167.92 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 211 | 0.77 | 0.18 | 0 | 0.17 | 194.07 | 0.65 | 0.51 |
| Hex | 31 | AD | D3 | 4D | 12 | 0 | 11 | C2 | 41 | 33 |
| Octal | 61 | 255 | 323 | 115 | 22 | 0 | 21 | 302 | 101 | 63 |
| Binary | 110001 | 10101101 | 11010011 | 1001101 | 10010 | 0 | 10001 | 11000010 | 1000001 | 110011 |
Color Harmonies of #31ADD3
Complementary color
Monochromatic Colors of #31ADD3
Black with #31ADD3
Text Example
Text Example
White with #31ADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADD3; }
p { color: rgb(49,173,211); }
H1.HeaderClassName
{
color: #31ADD3;
}
.AnyTagClassName
{
color: #31ADD3;
}
</style>
background-color css
<style>
a { background-color: #31ADD3; }
a { background-color: rgb(49,173,211); }
div.DivClassName
{
background-color: #31ADD3;
}
.BgClassName
{
background-color: #31ADD3;
}
</style>
border-color css
<style>
span { border-color: #31ADD3; }
span { border-color: rgb(49,173,211); }
td.TdClassName
{
border-color: #31ADD3;
}
.TagClassName
{
border-color: #31ADD3;
}
</style>