Shades of Summer Sky #31ABFB
Tints of Summer Sky #31ABFB
RGB
CMYK
RGB Variations
Color information
#31ABFB (or 0x31ABFB) is known color: Summer Sky. HEX triplet: 31, AB and FB. RGB value is (49,171,251). Sum of RGB (Red+Green+Blue) = 49+171+251=471 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.40% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #31ABFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31ABFB is #CE5404. Grayscale: #8F8F8F. Windows color (decimal): -13521925 or 16493361. OLE color: 16493361.
HSL color Cylindrical-coordinate representation of color #31ABFB: hue angle of 203.76º 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 #31ABFB is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 171 | 251 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.02 |
| HSL | 203.76º | 0.96% | 0.59% | - |
| HSV(B) | 203.76º | 0.8% | 0.98% | - |
| XYZ | 33.24 | 36.74 | 96.61 | - |
| YUV | 143.64 | 188.58 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 251 | 0.80 | 0.32 | 0 | 0.02 | 203.76 | 0.96 | 0.59 |
| Hex | 31 | AB | FB | 50 | 20 | 0 | 2 | CC | 60 | 3B |
| Octal | 61 | 253 | 373 | 120 | 40 | 0 | 2 | 314 | 140 | 73 |
| Binary | 110001 | 10101011 | 11111011 | 1010000 | 100000 | 0 | 10 | 11001100 | 1100000 | 111011 |
Color Harmonies of #31ABFB
Complementary color
Monochromatic Colors of #31ABFB
Black with #31ABFB
Text Example
Text Example
White with #31ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ABFB; }
p { color: rgb(49,171,251); }
H1.HeaderClassName
{
color: #31ABFB;
}
.AnyTagClassName
{
color: #31ABFB;
}
</style>
background-color css
<style>
a { background-color: #31ABFB; }
a { background-color: rgb(49,171,251); }
div.DivClassName
{
background-color: #31ABFB;
}
.BgClassName
{
background-color: #31ABFB;
}
</style>
border-color css
<style>
span { border-color: #31ABFB; }
span { border-color: rgb(49,171,251); }
td.TdClassName
{
border-color: #31ABFB;
}
.TagClassName
{
border-color: #31ABFB;
}
</style>