Shades of Summer Sky #1BAFEC
Tints of Summer Sky #1BAFEC
RGB
CMYK
RGB Variations
Color information
#1BAFEC (or 0x1BAFEC) is known color: Summer Sky. HEX triplet: 1B, AF and EC. RGB value is (27,175,236). Sum of RGB (Red+Green+Blue) = 27+175+236=438 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.16% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #1BAFEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BAFEC is #E45013. Grayscale: #898989. Windows color (decimal): -14962708 or 15511323. OLE color: 15511323.
HSL color Cylindrical-coordinate representation of color #1BAFEC: hue angle of 197.51º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BAFEC is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 175 | 236 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.07 |
| HSL | 197.51º | 0.85% | 0.52% | - |
| HSV(B) | 197.51º | 0.89% | 0.93% | - |
| XYZ | 30.92 | 36.95 | 84.86 | - |
| YUV | 137.7 | 183.47 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 236 | 0.89 | 0.26 | 0 | 0.07 | 197.51 | 0.85 | 0.52 |
| Hex | 1B | AF | EC | 59 | 1A | 0 | 7 | C6 | 55 | 34 |
| Octal | 33 | 257 | 354 | 131 | 32 | 0 | 7 | 306 | 125 | 64 |
| Binary | 11011 | 10101111 | 11101100 | 1011001 | 11010 | 0 | 111 | 11000110 | 1010101 | 110100 |
Color Harmonies of #1BAFEC
Complementary color
Monochromatic Colors of #1BAFEC
Black with #1BAFEC
Text Example
Text Example
White with #1BAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAFEC; }
p { color: rgb(27,175,236); }
H1.HeaderClassName
{
color: #1BAFEC;
}
.AnyTagClassName
{
color: #1BAFEC;
}
</style>
background-color css
<style>
a { background-color: #1BAFEC; }
a { background-color: rgb(27,175,236); }
div.DivClassName
{
background-color: #1BAFEC;
}
.BgClassName
{
background-color: #1BAFEC;
}
</style>
border-color css
<style>
span { border-color: #1BAFEC; }
span { border-color: rgb(27,175,236); }
td.TdClassName
{
border-color: #1BAFEC;
}
.TagClassName
{
border-color: #1BAFEC;
}
</style>