Shades of Summer Sky #1FBBEC
Tints of Summer Sky #1FBBEC
RGB
CMYK
RGB Variations
Color information
#1FBBEC (or 0x1FBBEC) is known color: Summer Sky. HEX triplet: 1F, BB and EC. RGB value is (31,187,236). Sum of RGB (Red+Green+Blue) = 31+187+236=454 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.83% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #1FBBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBBEC is #E04413. Grayscale: #919191. Windows color (decimal): -14697492 or 15514399. OLE color: 15514399.
HSL color Cylindrical-coordinate representation of color #1FBBEC: hue angle of 194.34º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FBBEC is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 187 | 236 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.07 |
| HSL | 194.34º | 0.84% | 0.52% | - |
| HSV(B) | 194.34º | 0.87% | 0.93% | - |
| XYZ | 33.48 | 41.89 | 85.68 | - |
| YUV | 145.94 | 178.82 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 187 | 236 | 0.87 | 0.21 | 0 | 0.07 | 194.34 | 0.84 | 0.52 |
| Hex | 1F | BB | EC | 57 | 15 | 0 | 7 | C2 | 54 | 34 |
| Octal | 37 | 273 | 354 | 127 | 25 | 0 | 7 | 302 | 124 | 64 |
| Binary | 11111 | 10111011 | 11101100 | 1010111 | 10101 | 0 | 111 | 11000010 | 1010100 | 110100 |
Color Harmonies of #1FBBEC
Complementary color
Monochromatic Colors of #1FBBEC
Black with #1FBBEC
Text Example
Text Example
White with #1FBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBBEC; }
p { color: rgb(31,187,236); }
H1.HeaderClassName
{
color: #1FBBEC;
}
.AnyTagClassName
{
color: #1FBBEC;
}
</style>
background-color css
<style>
a { background-color: #1FBBEC; }
a { background-color: rgb(31,187,236); }
div.DivClassName
{
background-color: #1FBBEC;
}
.BgClassName
{
background-color: #1FBBEC;
}
</style>
border-color css
<style>
span { border-color: #1FBBEC; }
span { border-color: rgb(31,187,236); }
td.TdClassName
{
border-color: #1FBBEC;
}
.TagClassName
{
border-color: #1FBBEC;
}
</style>