Shades of Summer Sky #31BBFD
Tints of Summer Sky #31BBFD
RGB
CMYK
RGB Variations
Color information
#31BBFD (or 0x31BBFD) is known color: Summer Sky. HEX triplet: 31, BB and FD. RGB value is (49,187,253). Sum of RGB (Red+Green+Blue) = 49+187+253=489 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.02% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #31BBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BBFD is #CE4402. Grayscale: #989898. Windows color (decimal): -13517827 or 16628529. OLE color: 16628529.
HSL color Cylindrical-coordinate representation of color #31BBFD: hue angle of 199.41º 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 #31BBFD is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 187 | 253 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.01 |
| HSL | 199.41º | 0.98% | 0.59% | - |
| HSV(B) | 199.41º | 0.81% | 0.99% | - |
| XYZ | 36.77 | 43.29 | 99.35 | - |
| YUV | 153.26 | 184.28 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 253 | 0.81 | 0.26 | 0 | 0.01 | 199.41 | 0.98 | 0.59 |
| Hex | 31 | BB | FD | 51 | 1A | 0 | 1 | C7 | 62 | 3B |
| Octal | 61 | 273 | 375 | 121 | 32 | 0 | 1 | 307 | 142 | 73 |
| Binary | 110001 | 10111011 | 11111101 | 1010001 | 11010 | 0 | 1 | 11000111 | 1100010 | 111011 |
Color Harmonies of #31BBFD
Complementary color
Monochromatic Colors of #31BBFD
Black with #31BBFD
Text Example
Text Example
White with #31BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BBFD; }
p { color: rgb(49,187,253); }
H1.HeaderClassName
{
color: #31BBFD;
}
.AnyTagClassName
{
color: #31BBFD;
}
</style>
background-color css
<style>
a { background-color: #31BBFD; }
a { background-color: rgb(49,187,253); }
div.DivClassName
{
background-color: #31BBFD;
}
.BgClassName
{
background-color: #31BBFD;
}
</style>
border-color css
<style>
span { border-color: #31BBFD; }
span { border-color: rgb(49,187,253); }
td.TdClassName
{
border-color: #31BBFD;
}
.TagClassName
{
border-color: #31BBFD;
}
</style>