Shades of Summer Sky #1BADDC
Tints of Summer Sky #1BADDC
RGB
CMYK
RGB Variations
Color information
#1BADDC (or 0x1BADDC) is known color: Summer Sky. HEX triplet: 1B, AD and DC. RGB value is (27,173,220). Sum of RGB (Red+Green+Blue) = 27+173+220=420 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.43% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BADDC is #E45223. Grayscale: #868686. Windows color (decimal): -14963236 or 14462235. OLE color: 14462235.
HSL color Cylindrical-coordinate representation of color #1BADDC: hue angle of 194.61º 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 #1BADDC is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 173 | 220 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.14 |
| HSL | 194.61º | 0.78% | 0.48% | - |
| HSV(B) | 194.61º | 0.88% | 0.86% | - |
| XYZ | 28.31 | 35.29 | 73.03 | - |
| YUV | 134.7 | 176.13 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 220 | 0.88 | 0.21 | 0 | 0.14 | 194.61 | 0.78 | 0.48 |
| Hex | 1B | AD | DC | 58 | 15 | 0 | E | C3 | 4E | 30 |
| Octal | 33 | 255 | 334 | 130 | 25 | 0 | 16 | 303 | 116 | 60 |
| Binary | 11011 | 10101101 | 11011100 | 1011000 | 10101 | 0 | 1110 | 11000011 | 1001110 | 110000 |
Color Harmonies of #1BADDC
Complementary color
Monochromatic Colors of #1BADDC
Black with #1BADDC
Text Example
Text Example
White with #1BADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BADDC; }
p { color: rgb(27,173,220); }
H1.HeaderClassName
{
color: #1BADDC;
}
.AnyTagClassName
{
color: #1BADDC;
}
</style>
background-color css
<style>
a { background-color: #1BADDC; }
a { background-color: rgb(27,173,220); }
div.DivClassName
{
background-color: #1BADDC;
}
.BgClassName
{
background-color: #1BADDC;
}
</style>
border-color css
<style>
span { border-color: #1BADDC; }
span { border-color: rgb(27,173,220); }
td.TdClassName
{
border-color: #1BADDC;
}
.TagClassName
{
border-color: #1BADDC;
}
</style>