Shades of Summer Sky #1FBAED
Tints of Summer Sky #1FBAED
RGB
CMYK
RGB Variations
Color information
#1FBAED (or 0x1FBAED) is known color: Summer Sky. HEX triplet: 1F, BA and ED. RGB value is (31,186,237). Sum of RGB (Red+Green+Blue) = 31+186+237=454 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.83% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #1FBAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBAED is #E04512. Grayscale: #919191. Windows color (decimal): -14697747 or 15579679. OLE color: 15579679.
HSL color Cylindrical-coordinate representation of color #1FBAED: hue angle of 194.85º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FBAED is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 186 | 237 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.07 |
| HSL | 194.85º | 0.85% | 0.53% | - |
| HSV(B) | 194.85º | 0.87% | 0.93% | - |
| XYZ | 33.41 | 41.52 | 86.37 | - |
| YUV | 145.47 | 179.65 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 186 | 237 | 0.87 | 0.22 | 0 | 0.07 | 194.85 | 0.85 | 0.53 |
| Hex | 1F | BA | ED | 57 | 16 | 0 | 7 | C3 | 55 | 35 |
| Octal | 37 | 272 | 355 | 127 | 26 | 0 | 7 | 303 | 125 | 65 |
| Binary | 11111 | 10111010 | 11101101 | 1010111 | 10110 | 0 | 111 | 11000011 | 1010101 | 110101 |
Color Harmonies of #1FBAED
Complementary color
Monochromatic Colors of #1FBAED
Black with #1FBAED
Text Example
Text Example
White with #1FBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBAED; }
p { color: rgb(31,186,237); }
H1.HeaderClassName
{
color: #1FBAED;
}
.AnyTagClassName
{
color: #1FBAED;
}
</style>
background-color css
<style>
a { background-color: #1FBAED; }
a { background-color: rgb(31,186,237); }
div.DivClassName
{
background-color: #1FBAED;
}
.BgClassName
{
background-color: #1FBAED;
}
</style>
border-color css
<style>
span { border-color: #1FBAED; }
span { border-color: rgb(31,186,237); }
td.TdClassName
{
border-color: #1FBAED;
}
.TagClassName
{
border-color: #1FBAED;
}
</style>