Shades of Summer Sky #1BA8DD
Tints of Summer Sky #1BA8DD
RGB
CMYK
RGB Variations
Color information
#1BA8DD (or 0x1BA8DD) is known color: Summer Sky. HEX triplet: 1B, A8 and DD. RGB value is (27,168,221). Sum of RGB (Red+Green+Blue) = 27+168+221=416 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.49% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #1BA8DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA8DD is #E45722. Grayscale: #838383. Windows color (decimal): -14964515 or 14526491. OLE color: 14526491.
HSL color Cylindrical-coordinate representation of color #1BA8DD: hue angle of 196.39º 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 #1BA8DD is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 168 | 221 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.13 |
| HSL | 196.39º | 0.78% | 0.49% | - |
| HSV(B) | 196.39º | 0.88% | 0.87% | - |
| XYZ | 27.51 | 33.46 | 73.42 | - |
| YUV | 131.88 | 178.29 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 168 | 221 | 0.88 | 0.24 | 0 | 0.13 | 196.39 | 0.78 | 0.49 |
| Hex | 1B | A8 | DD | 58 | 18 | 0 | D | C4 | 4E | 31 |
| Octal | 33 | 250 | 335 | 130 | 30 | 0 | 15 | 304 | 116 | 61 |
| Binary | 11011 | 10101000 | 11011101 | 1011000 | 11000 | 0 | 1101 | 11000100 | 1001110 | 110001 |
Color Harmonies of #1BA8DD
Complementary color
Monochromatic Colors of #1BA8DD
Black with #1BA8DD
Text Example
Text Example
White with #1BA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA8DD; }
p { color: rgb(27,168,221); }
H1.HeaderClassName
{
color: #1BA8DD;
}
.AnyTagClassName
{
color: #1BA8DD;
}
</style>
background-color css
<style>
a { background-color: #1BA8DD; }
a { background-color: rgb(27,168,221); }
div.DivClassName
{
background-color: #1BA8DD;
}
.BgClassName
{
background-color: #1BA8DD;
}
</style>
border-color css
<style>
span { border-color: #1BA8DD; }
span { border-color: rgb(27,168,221); }
td.TdClassName
{
border-color: #1BA8DD;
}
.TagClassName
{
border-color: #1BA8DD;
}
</style>