Shades of Summer Sky #31C5FD
Tints of Summer Sky #31C5FD
RGB
CMYK
RGB Variations
Color information
#31C5FD (or 0x31C5FD) is known color: Summer Sky. HEX triplet: 31, C5 and FD. RGB value is (49,197,253). Sum of RGB (Red+Green+Blue) = 49+197+253=499 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.82% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #31C5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C5FD is #CE3A02. Grayscale: #9E9E9E. Windows color (decimal): -13515267 or 16631089. OLE color: 16631089.
HSL color Cylindrical-coordinate representation of color #31C5FD: hue angle of 196.47º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31C5FD is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 197 | 253 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.01 |
| HSL | 196.47º | 0.98% | 0.59% | - |
| HSV(B) | 196.47º | 0.81% | 0.99% | - |
| XYZ | 38.96 | 47.68 | 100.08 | - |
| YUV | 159.13 | 180.97 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 253 | 0.81 | 0.22 | 0 | 0.01 | 196.47 | 0.98 | 0.59 |
| Hex | 31 | C5 | FD | 51 | 16 | 0 | 1 | C4 | 62 | 3B |
| Octal | 61 | 305 | 375 | 121 | 26 | 0 | 1 | 304 | 142 | 73 |
| Binary | 110001 | 11000101 | 11111101 | 1010001 | 10110 | 0 | 1 | 11000100 | 1100010 | 111011 |
Color Harmonies of #31C5FD
Complementary color
Monochromatic Colors of #31C5FD
Black with #31C5FD
Text Example
Text Example
White with #31C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C5FD; }
p { color: rgb(49,197,253); }
H1.HeaderClassName
{
color: #31C5FD;
}
.AnyTagClassName
{
color: #31C5FD;
}
</style>
background-color css
<style>
a { background-color: #31C5FD; }
a { background-color: rgb(49,197,253); }
div.DivClassName
{
background-color: #31C5FD;
}
.BgClassName
{
background-color: #31C5FD;
}
</style>
border-color css
<style>
span { border-color: #31C5FD; }
span { border-color: rgb(49,197,253); }
td.TdClassName
{
border-color: #31C5FD;
}
.TagClassName
{
border-color: #31C5FD;
}
</style>