Shades of Summer Sky #31AFDC
Tints of Summer Sky #31AFDC
RGB
CMYK
RGB Variations
Color information
#31AFDC (or 0x31AFDC) is known color: Summer Sky. HEX triplet: 31, AF and DC. RGB value is (49,175,220). Sum of RGB (Red+Green+Blue) = 49+175+220=444 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.04% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #31AFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AFDC is #CE5023. Grayscale: #8E8E8E. Windows color (decimal): -13520932 or 14462769. OLE color: 14462769.
HSL color Cylindrical-coordinate representation of color #31AFDC: hue angle of 195.79º 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 #31AFDC is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 175 | 220 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.14 |
| HSL | 195.79º | 0.71% | 0.53% | - |
| HSV(B) | 195.79º | 0.78% | 0.86% | - |
| XYZ | 29.51 | 36.48 | 73.2 | - |
| YUV | 142.46 | 171.76 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 220 | 0.78 | 0.20 | 0 | 0.14 | 195.79 | 0.71 | 0.53 |
| Hex | 31 | AF | DC | 4E | 14 | 0 | E | C4 | 47 | 35 |
| Octal | 61 | 257 | 334 | 116 | 24 | 0 | 16 | 304 | 107 | 65 |
| Binary | 110001 | 10101111 | 11011100 | 1001110 | 10100 | 0 | 1110 | 11000100 | 1000111 | 110101 |
Color Harmonies of #31AFDC
Complementary color
Monochromatic Colors of #31AFDC
Black with #31AFDC
Text Example
Text Example
White with #31AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AFDC; }
p { color: rgb(49,175,220); }
H1.HeaderClassName
{
color: #31AFDC;
}
.AnyTagClassName
{
color: #31AFDC;
}
</style>
background-color css
<style>
a { background-color: #31AFDC; }
a { background-color: rgb(49,175,220); }
div.DivClassName
{
background-color: #31AFDC;
}
.BgClassName
{
background-color: #31AFDC;
}
</style>
border-color css
<style>
span { border-color: #31AFDC; }
span { border-color: rgb(49,175,220); }
td.TdClassName
{
border-color: #31AFDC;
}
.TagClassName
{
border-color: #31AFDC;
}
</style>