Shades of Summer Sky #1BAADD
Tints of Summer Sky #1BAADD
RGB
CMYK
RGB Variations
Color information
#1BAADD (or 0x1BAADD) is known color: Summer Sky. HEX triplet: 1B, AA and DD. RGB value is (27,170,221). Sum of RGB (Red+Green+Blue) = 27+170+221=418 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.46% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #1BAADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAADD is #E45522. Grayscale: #848484. Windows color (decimal): -14964003 or 14527003. OLE color: 14527003.
HSL color Cylindrical-coordinate representation of color #1BAADD: hue angle of 195.77º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BAADD is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 170 | 221 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.13 |
| HSL | 195.77º | 0.78% | 0.49% | - |
| HSV(B) | 195.77º | 0.88% | 0.87% | - |
| XYZ | 27.88 | 34.2 | 73.54 | - |
| YUV | 133.06 | 177.62 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 221 | 0.88 | 0.23 | 0 | 0.13 | 195.77 | 0.78 | 0.49 |
| Hex | 1B | AA | DD | 58 | 17 | 0 | D | C4 | 4E | 31 |
| Octal | 33 | 252 | 335 | 130 | 27 | 0 | 15 | 304 | 116 | 61 |
| Binary | 11011 | 10101010 | 11011101 | 1011000 | 10111 | 0 | 1101 | 11000100 | 1001110 | 110001 |
Color Harmonies of #1BAADD
Complementary color
Monochromatic Colors of #1BAADD
Black with #1BAADD
Text Example
Text Example
White with #1BAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAADD; }
p { color: rgb(27,170,221); }
H1.HeaderClassName
{
color: #1BAADD;
}
.AnyTagClassName
{
color: #1BAADD;
}
</style>
background-color css
<style>
a { background-color: #1BAADD; }
a { background-color: rgb(27,170,221); }
div.DivClassName
{
background-color: #1BAADD;
}
.BgClassName
{
background-color: #1BAADD;
}
</style>
border-color css
<style>
span { border-color: #1BAADD; }
span { border-color: rgb(27,170,221); }
td.TdClassName
{
border-color: #1BAADD;
}
.TagClassName
{
border-color: #1BAADD;
}
</style>