Shades of Summer Sky #1BAADC
Tints of Summer Sky #1BAADC
RGB
CMYK
RGB Variations
Color information
#1BAADC (or 0x1BAADC) is known color: Summer Sky. HEX triplet: 1B, AA and DC. RGB value is (27,170,220). Sum of RGB (Red+Green+Blue) = 27+170+220=417 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.47% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BAADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAADC is #E45523. Grayscale: #848484. Windows color (decimal): -14964004 or 14461467. OLE color: 14461467.
HSL color Cylindrical-coordinate representation of color #1BAADC: hue angle of 195.54º 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 #1BAADC is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 170 | 220 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.14 |
| HSL | 195.54º | 0.78% | 0.48% | - |
| HSV(B) | 195.54º | 0.88% | 0.86% | - |
| XYZ | 27.74 | 34.15 | 72.84 | - |
| YUV | 132.94 | 177.12 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 220 | 0.88 | 0.23 | 0 | 0.14 | 195.54 | 0.78 | 0.48 |
| Hex | 1B | AA | DC | 58 | 17 | 0 | E | C4 | 4E | 30 |
| Octal | 33 | 252 | 334 | 130 | 27 | 0 | 16 | 304 | 116 | 60 |
| Binary | 11011 | 10101010 | 11011100 | 1011000 | 10111 | 0 | 1110 | 11000100 | 1001110 | 110000 |
Color Harmonies of #1BAADC
Complementary color
Monochromatic Colors of #1BAADC
Black with #1BAADC
Text Example
Text Example
White with #1BAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAADC; }
p { color: rgb(27,170,220); }
H1.HeaderClassName
{
color: #1BAADC;
}
.AnyTagClassName
{
color: #1BAADC;
}
</style>
background-color css
<style>
a { background-color: #1BAADC; }
a { background-color: rgb(27,170,220); }
div.DivClassName
{
background-color: #1BAADC;
}
.BgClassName
{
background-color: #1BAADC;
}
</style>
border-color css
<style>
span { border-color: #1BAADC; }
span { border-color: rgb(27,170,220); }
td.TdClassName
{
border-color: #1BAADC;
}
.TagClassName
{
border-color: #1BAADC;
}
</style>