Shades of Summer Sky #1BAEEA
Tints of Summer Sky #1BAEEA
RGB
CMYK
RGB Variations
Color information
#1BAEEA (or 0x1BAEEA) is known color: Summer Sky. HEX triplet: 1B, AE and EA. RGB value is (27,174,234). Sum of RGB (Red+Green+Blue) = 27+174+234=435 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.21% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #1BAEEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BAEEA is #E45115. Grayscale: #888888. Windows color (decimal): -14962966 or 15379995. OLE color: 15379995.
HSL color Cylindrical-coordinate representation of color #1BAEEA: hue angle of 197.39º 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 #1BAEEA is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 174 | 234 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.08 |
| HSL | 197.39º | 0.83% | 0.51% | - |
| HSV(B) | 197.39º | 0.88% | 0.92% | - |
| XYZ | 30.44 | 36.45 | 83.27 | - |
| YUV | 136.89 | 182.8 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 234 | 0.88 | 0.26 | 0 | 0.08 | 197.39 | 0.83 | 0.51 |
| Hex | 1B | AE | EA | 58 | 1A | 0 | 8 | C5 | 53 | 33 |
| Octal | 33 | 256 | 352 | 130 | 32 | 0 | 10 | 305 | 123 | 63 |
| Binary | 11011 | 10101110 | 11101010 | 1011000 | 11010 | 0 | 1000 | 11000101 | 1010011 | 110011 |
Color Harmonies of #1BAEEA
Complementary color
Monochromatic Colors of #1BAEEA
Black with #1BAEEA
Text Example
Text Example
White with #1BAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAEEA; }
p { color: rgb(27,174,234); }
H1.HeaderClassName
{
color: #1BAEEA;
}
.AnyTagClassName
{
color: #1BAEEA;
}
</style>
background-color css
<style>
a { background-color: #1BAEEA; }
a { background-color: rgb(27,174,234); }
div.DivClassName
{
background-color: #1BAEEA;
}
.BgClassName
{
background-color: #1BAEEA;
}
</style>
border-color css
<style>
span { border-color: #1BAEEA; }
span { border-color: rgb(27,174,234); }
td.TdClassName
{
border-color: #1BAEEA;
}
.TagClassName
{
border-color: #1BAEEA;
}
</style>