Shades of Summer Sky #31BAFD
Tints of Summer Sky #31BAFD
RGB
CMYK
RGB Variations
Color information
#31BAFD (or 0x31BAFD) is known color: Summer Sky. HEX triplet: 31, BA and FD. RGB value is (49,186,253). Sum of RGB (Red+Green+Blue) = 49+186+253=488 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.04% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #31BAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BAFD is #CE4502. Grayscale: #989898. Windows color (decimal): -13518083 or 16628273. OLE color: 16628273.
HSL color Cylindrical-coordinate representation of color #31BAFD: hue angle of 199.71º 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 #31BAFD is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 186 | 253 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.01 |
| HSL | 199.71º | 0.98% | 0.59% | - |
| HSV(B) | 199.71º | 0.81% | 0.99% | - |
| XYZ | 36.56 | 42.86 | 99.28 | - |
| YUV | 152.68 | 184.61 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 253 | 0.81 | 0.26 | 0 | 0.01 | 199.71 | 0.98 | 0.59 |
| Hex | 31 | BA | FD | 51 | 1A | 0 | 1 | C8 | 62 | 3B |
| Octal | 61 | 272 | 375 | 121 | 32 | 0 | 1 | 310 | 142 | 73 |
| Binary | 110001 | 10111010 | 11111101 | 1010001 | 11010 | 0 | 1 | 11001000 | 1100010 | 111011 |
Color Harmonies of #31BAFD
Complementary color
Monochromatic Colors of #31BAFD
Black with #31BAFD
Text Example
Text Example
White with #31BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BAFD; }
p { color: rgb(49,186,253); }
H1.HeaderClassName
{
color: #31BAFD;
}
.AnyTagClassName
{
color: #31BAFD;
}
</style>
background-color css
<style>
a { background-color: #31BAFD; }
a { background-color: rgb(49,186,253); }
div.DivClassName
{
background-color: #31BAFD;
}
.BgClassName
{
background-color: #31BAFD;
}
</style>
border-color css
<style>
span { border-color: #31BAFD; }
span { border-color: rgb(49,186,253); }
td.TdClassName
{
border-color: #31BAFD;
}
.TagClassName
{
border-color: #31BAFD;
}
</style>