Shades of Summer Sky #1BADD8
Tints of Summer Sky #1BADD8
RGB
CMYK
RGB Variations
Color information
#1BADD8 (or 0x1BADD8) is known color: Summer Sky. HEX triplet: 1B, AD and D8. RGB value is (27,173,216). Sum of RGB (Red+Green+Blue) = 27+173+216=416 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.49% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 216 (84.77% from 255 or 51.92% from 416); Max value from RGB is 216 - color contains mainly: blue. Hex color #1BADD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BADD8 is #E45227. Grayscale: #858585. Windows color (decimal): -14963240 or 14200091. OLE color: 14200091.
HSL color Cylindrical-coordinate representation of color #1BADD8: hue angle of 193.65º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BADD8 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 173 | 216 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.15 |
| HSL | 193.65º | 0.78% | 0.48% | - |
| HSV(B) | 193.65º | 0.88% | 0.85% | - |
| XYZ | 27.79 | 35.08 | 70.27 | - |
| YUV | 134.25 | 174.13 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 216 | 0.88 | 0.20 | 0 | 0.15 | 193.65 | 0.78 | 0.48 |
| Hex | 1B | AD | D8 | 58 | 14 | 0 | F | C2 | 4E | 30 |
| Octal | 33 | 255 | 330 | 130 | 24 | 0 | 17 | 302 | 116 | 60 |
| Binary | 11011 | 10101101 | 11011000 | 1011000 | 10100 | 0 | 1111 | 11000010 | 1001110 | 110000 |
Color Harmonies of #1BADD8
Complementary color
Monochromatic Colors of #1BADD8
Black with #1BADD8
Text Example
Text Example
White with #1BADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BADD8; }
p { color: rgb(27,173,216); }
H1.HeaderClassName
{
color: #1BADD8;
}
.AnyTagClassName
{
color: #1BADD8;
}
</style>
background-color css
<style>
a { background-color: #1BADD8; }
a { background-color: rgb(27,173,216); }
div.DivClassName
{
background-color: #1BADD8;
}
.BgClassName
{
background-color: #1BADD8;
}
</style>
border-color css
<style>
span { border-color: #1BADD8; }
span { border-color: rgb(27,173,216); }
td.TdClassName
{
border-color: #1BADD8;
}
.TagClassName
{
border-color: #1BADD8;
}
</style>