Shades of Summer Sky #1BAADF
Tints of Summer Sky #1BAADF
RGB
CMYK
RGB Variations
Color information
#1BAADF (or 0x1BAADF) is known color: Summer Sky. HEX triplet: 1B, AA and DF. RGB value is (27,170,223). Sum of RGB (Red+Green+Blue) = 27+170+223=420 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.43% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #1BAADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAADF is #E45520. Grayscale: #848484. Windows color (decimal): -14964001 or 14658075. OLE color: 14658075.
HSL color Cylindrical-coordinate representation of color #1BAADF: hue angle of 196.22º 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 #1BAADF is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 170 | 223 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.13 |
| HSL | 196.22º | 0.78% | 0.49% | - |
| HSV(B) | 196.22º | 0.88% | 0.87% | - |
| XYZ | 28.15 | 34.31 | 74.95 | - |
| YUV | 133.29 | 178.62 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 223 | 0.88 | 0.24 | 0 | 0.13 | 196.22 | 0.78 | 0.49 |
| Hex | 1B | AA | DF | 58 | 18 | 0 | D | C4 | 4E | 31 |
| Octal | 33 | 252 | 337 | 130 | 30 | 0 | 15 | 304 | 116 | 61 |
| Binary | 11011 | 10101010 | 11011111 | 1011000 | 11000 | 0 | 1101 | 11000100 | 1001110 | 110001 |
Color Harmonies of #1BAADF
Complementary color
Monochromatic Colors of #1BAADF
Black with #1BAADF
Text Example
Text Example
White with #1BAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAADF; }
p { color: rgb(27,170,223); }
H1.HeaderClassName
{
color: #1BAADF;
}
.AnyTagClassName
{
color: #1BAADF;
}
</style>
background-color css
<style>
a { background-color: #1BAADF; }
a { background-color: rgb(27,170,223); }
div.DivClassName
{
background-color: #1BAADF;
}
.BgClassName
{
background-color: #1BAADF;
}
</style>
border-color css
<style>
span { border-color: #1BAADF; }
span { border-color: rgb(27,170,223); }
td.TdClassName
{
border-color: #1BAADF;
}
.TagClassName
{
border-color: #1BAADF;
}
</style>