Shades of Summer Sky #1BABEA
Tints of Summer Sky #1BABEA
RGB
CMYK
RGB Variations
Color information
#1BABEA (or 0x1BABEA) is known color: Summer Sky. HEX triplet: 1B, AB and EA. RGB value is (27,171,234). Sum of RGB (Red+Green+Blue) = 27+171+234=432 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.25% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #1BABEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BABEA is #E45415. Grayscale: #868686. Windows color (decimal): -14963734 or 15379227. OLE color: 15379227.
HSL color Cylindrical-coordinate representation of color #1BABEA: hue angle of 198.26º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BABEA is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 171 | 234 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.08 |
| HSL | 198.26º | 0.83% | 0.51% | - |
| HSV(B) | 198.26º | 0.88% | 0.92% | - |
| XYZ | 29.87 | 35.3 | 83.08 | - |
| YUV | 135.13 | 183.79 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 234 | 0.88 | 0.27 | 0 | 0.08 | 198.26 | 0.83 | 0.51 |
| Hex | 1B | AB | EA | 58 | 1B | 0 | 8 | C6 | 53 | 33 |
| Octal | 33 | 253 | 352 | 130 | 33 | 0 | 10 | 306 | 123 | 63 |
| Binary | 11011 | 10101011 | 11101010 | 1011000 | 11011 | 0 | 1000 | 11000110 | 1010011 | 110011 |
Color Harmonies of #1BABEA
Complementary color
Monochromatic Colors of #1BABEA
Black with #1BABEA
Text Example
Text Example
White with #1BABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BABEA; }
p { color: rgb(27,171,234); }
H1.HeaderClassName
{
color: #1BABEA;
}
.AnyTagClassName
{
color: #1BABEA;
}
</style>
background-color css
<style>
a { background-color: #1BABEA; }
a { background-color: rgb(27,171,234); }
div.DivClassName
{
background-color: #1BABEA;
}
.BgClassName
{
background-color: #1BABEA;
}
</style>
border-color css
<style>
span { border-color: #1BABEA; }
span { border-color: rgb(27,171,234); }
td.TdClassName
{
border-color: #1BABEA;
}
.TagClassName
{
border-color: #1BABEA;
}
</style>