Shades of Summer Sky #31D1FB
Tints of Summer Sky #31D1FB
RGB
CMYK
RGB Variations
Color information
#31D1FB (or 0x31D1FB) is known color: Summer Sky. HEX triplet: 31, D1 and FB. RGB value is (49,209,251). Sum of RGB (Red+Green+Blue) = 49+209+251=509 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.63% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #31D1FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D1FB is #CE2E04. Grayscale: #A5A5A5. Windows color (decimal): -13512197 or 16503089. OLE color: 16503089.
HSL color Cylindrical-coordinate representation of color #31D1FB: hue angle of 192.48º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31D1FB is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 209 | 251 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.02 |
| HSL | 192.48º | 0.96% | 0.59% | - |
| HSV(B) | 192.48º | 0.8% | 0.98% | - |
| XYZ | 41.48 | 53.22 | 99.35 | - |
| YUV | 165.95 | 175.99 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 209 | 251 | 0.80 | 0.17 | 0 | 0.02 | 192.48 | 0.96 | 0.59 |
| Hex | 31 | D1 | FB | 50 | 11 | 0 | 2 | C0 | 60 | 3B |
| Octal | 61 | 321 | 373 | 120 | 21 | 0 | 2 | 300 | 140 | 73 |
| Binary | 110001 | 11010001 | 11111011 | 1010000 | 10001 | 0 | 10 | 11000000 | 1100000 | 111011 |
Color Harmonies of #31D1FB
Complementary color
Monochromatic Colors of #31D1FB
Black with #31D1FB
Text Example
Text Example
White with #31D1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D1FB; }
p { color: rgb(49,209,251); }
H1.HeaderClassName
{
color: #31D1FB;
}
.AnyTagClassName
{
color: #31D1FB;
}
</style>
background-color css
<style>
a { background-color: #31D1FB; }
a { background-color: rgb(49,209,251); }
div.DivClassName
{
background-color: #31D1FB;
}
.BgClassName
{
background-color: #31D1FB;
}
</style>
border-color css
<style>
span { border-color: #31D1FB; }
span { border-color: rgb(49,209,251); }
td.TdClassName
{
border-color: #31D1FB;
}
.TagClassName
{
border-color: #31D1FB;
}
</style>