Shades of Summer Sky #31BAFB
Tints of Summer Sky #31BAFB
RGB
CMYK
RGB Variations
Color information
#31BAFB (or 0x31BAFB) is known color: Summer Sky. HEX triplet: 31, BA and FB. RGB value is (49,186,251). Sum of RGB (Red+Green+Blue) = 49+186+251=486 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.08% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #31BAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BAFB is #CE4504. Grayscale: #989898. Windows color (decimal): -13518085 or 16497201. OLE color: 16497201.
HSL color Cylindrical-coordinate representation of color #31BAFB: hue angle of 199.31º 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 #31BAFB is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 186 | 251 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.02 |
| HSL | 199.31º | 0.96% | 0.59% | - |
| HSV(B) | 199.31º | 0.8% | 0.98% | - |
| XYZ | 36.24 | 42.74 | 97.61 | - |
| YUV | 152.45 | 183.61 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 251 | 0.80 | 0.26 | 0 | 0.02 | 199.31 | 0.96 | 0.59 |
| Hex | 31 | BA | FB | 50 | 1A | 0 | 2 | C7 | 60 | 3B |
| Octal | 61 | 272 | 373 | 120 | 32 | 0 | 2 | 307 | 140 | 73 |
| Binary | 110001 | 10111010 | 11111011 | 1010000 | 11010 | 0 | 10 | 11000111 | 1100000 | 111011 |
Color Harmonies of #31BAFB
Complementary color
Monochromatic Colors of #31BAFB
Black with #31BAFB
Text Example
Text Example
White with #31BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BAFB; }
p { color: rgb(49,186,251); }
H1.HeaderClassName
{
color: #31BAFB;
}
.AnyTagClassName
{
color: #31BAFB;
}
</style>
background-color css
<style>
a { background-color: #31BAFB; }
a { background-color: rgb(49,186,251); }
div.DivClassName
{
background-color: #31BAFB;
}
.BgClassName
{
background-color: #31BAFB;
}
</style>
border-color css
<style>
span { border-color: #31BAFB; }
span { border-color: rgb(49,186,251); }
td.TdClassName
{
border-color: #31BAFB;
}
.TagClassName
{
border-color: #31BAFB;
}
</style>