Shades of Summer Sky #1BAEDC
Tints of Summer Sky #1BAEDC
RGB
CMYK
RGB Variations
Color information
#1BAEDC (or 0x1BAEDC) is known color: Summer Sky. HEX triplet: 1B, AE and DC. RGB value is (27,174,220). Sum of RGB (Red+Green+Blue) = 27+174+220=421 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.41% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BAEDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAEDC is #E45123. Grayscale: #868686. Windows color (decimal): -14962980 or 14462491. OLE color: 14462491.
HSL color Cylindrical-coordinate representation of color #1BAEDC: hue angle of 194.3º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BAEDC is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 174 | 220 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.14 |
| HSL | 194.3º | 0.78% | 0.48% | - |
| HSV(B) | 194.3º | 0.88% | 0.86% | - |
| XYZ | 28.51 | 35.67 | 73.09 | - |
| YUV | 135.29 | 175.8 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 220 | 0.88 | 0.21 | 0 | 0.14 | 194.3 | 0.78 | 0.48 |
| Hex | 1B | AE | DC | 58 | 15 | 0 | E | C2 | 4E | 30 |
| Octal | 33 | 256 | 334 | 130 | 25 | 0 | 16 | 302 | 116 | 60 |
| Binary | 11011 | 10101110 | 11011100 | 1011000 | 10101 | 0 | 1110 | 11000010 | 1001110 | 110000 |
Color Harmonies of #1BAEDC
Complementary color
Monochromatic Colors of #1BAEDC
Black with #1BAEDC
Text Example
Text Example
White with #1BAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAEDC; }
p { color: rgb(27,174,220); }
H1.HeaderClassName
{
color: #1BAEDC;
}
.AnyTagClassName
{
color: #1BAEDC;
}
</style>
background-color css
<style>
a { background-color: #1BAEDC; }
a { background-color: rgb(27,174,220); }
div.DivClassName
{
background-color: #1BAEDC;
}
.BgClassName
{
background-color: #1BAEDC;
}
</style>
border-color css
<style>
span { border-color: #1BAEDC; }
span { border-color: rgb(27,174,220); }
td.TdClassName
{
border-color: #1BAEDC;
}
.TagClassName
{
border-color: #1BAEDC;
}
</style>