Shades of Summer Sky #31AFDF
Tints of Summer Sky #31AFDF
RGB
CMYK
RGB Variations
Color information
#31AFDF (or 0x31AFDF) is known color: Summer Sky. HEX triplet: 31, AF and DF. RGB value is (49,175,223). Sum of RGB (Red+Green+Blue) = 49+175+223=447 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.96% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #31AFDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AFDF is #CE5020. Grayscale: #8E8E8E. Windows color (decimal): -13520929 or 14659377. OLE color: 14659377.
HSL color Cylindrical-coordinate representation of color #31AFDF: hue angle of 196.55º 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 #31AFDF is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 175 | 223 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.13 |
| HSL | 196.55º | 0.73% | 0.53% | - |
| HSV(B) | 196.55º | 0.78% | 0.87% | - |
| XYZ | 29.92 | 36.64 | 75.31 | - |
| YUV | 142.8 | 173.26 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 223 | 0.78 | 0.22 | 0 | 0.13 | 196.55 | 0.73 | 0.53 |
| Hex | 31 | AF | DF | 4E | 16 | 0 | D | C5 | 49 | 35 |
| Octal | 61 | 257 | 337 | 116 | 26 | 0 | 15 | 305 | 111 | 65 |
| Binary | 110001 | 10101111 | 11011111 | 1001110 | 10110 | 0 | 1101 | 11000101 | 1001001 | 110101 |
Color Harmonies of #31AFDF
Complementary color
Monochromatic Colors of #31AFDF
Black with #31AFDF
Text Example
Text Example
White with #31AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AFDF; }
p { color: rgb(49,175,223); }
H1.HeaderClassName
{
color: #31AFDF;
}
.AnyTagClassName
{
color: #31AFDF;
}
</style>
background-color css
<style>
a { background-color: #31AFDF; }
a { background-color: rgb(49,175,223); }
div.DivClassName
{
background-color: #31AFDF;
}
.BgClassName
{
background-color: #31AFDF;
}
</style>
border-color css
<style>
span { border-color: #31AFDF; }
span { border-color: rgb(49,175,223); }
td.TdClassName
{
border-color: #31AFDF;
}
.TagClassName
{
border-color: #31AFDF;
}
</style>