Shades of Summer Sky #31D5FF
Tints of Summer Sky #31D5FF
RGB
CMYK
RGB Variations
Color information
#31D5FF (or 0x31D5FF) is known color: Summer Sky. HEX triplet: 31, D5 and FF. RGB value is (49,213,255). Sum of RGB (Red+Green+Blue) = 49+213+255=517 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.48% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #31D5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D5FF is #CE2A00. Grayscale: #A8A8A8. Windows color (decimal): -13511169 or 16766257. OLE color: 16766257.
HSL color Cylindrical-coordinate representation of color #31D5FF: hue angle of 192.23º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31D5FF is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 213 | 255 | - |
| CMYK | 0.81 | 0.16 | 0 | 0 |
| HSL | 192.23º | 1% | 0.6% | - |
| HSV(B) | 192.23º | 0.81% | 1% | - |
| XYZ | 43.11 | 55.46 | 103.04 | - |
| YUV | 168.75 | 176.67 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 213 | 255 | 0.81 | 0.16 | 0 | 0 | 192.23 | 1 | 0.6 |
| Hex | 31 | D5 | FF | 51 | 10 | 0 | 0 | C0 | 64 | 3C |
| Octal | 61 | 325 | 377 | 121 | 20 | 0 | 0 | 300 | 144 | 74 |
| Binary | 110001 | 11010101 | 11111111 | 1010001 | 10000 | 0 | 0 | 11000000 | 1100100 | 111100 |
Color Harmonies of #31D5FF
Complementary color
Monochromatic Colors of #31D5FF
Black with #31D5FF
Text Example
Text Example
White with #31D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D5FF; }
p { color: rgb(49,213,255); }
H1.HeaderClassName
{
color: #31D5FF;
}
.AnyTagClassName
{
color: #31D5FF;
}
</style>
background-color css
<style>
a { background-color: #31D5FF; }
a { background-color: rgb(49,213,255); }
div.DivClassName
{
background-color: #31D5FF;
}
.BgClassName
{
background-color: #31D5FF;
}
</style>
border-color css
<style>
span { border-color: #31D5FF; }
span { border-color: rgb(49,213,255); }
td.TdClassName
{
border-color: #31D5FF;
}
.TagClassName
{
border-color: #31D5FF;
}
</style>