Shades of Summer Sky #1BA7DF
Tints of Summer Sky #1BA7DF
RGB
CMYK
RGB Variations
Color information
#1BA7DF (or 0x1BA7DF) is known color: Summer Sky. HEX triplet: 1B, A7 and DF. RGB value is (27,167,223). Sum of RGB (Red+Green+Blue) = 27+167+223=417 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.47% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #1BA7DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA7DF is #E45820. Grayscale: #838383. Windows color (decimal): -14964769 or 14657307. OLE color: 14657307.
HSL color Cylindrical-coordinate representation of color #1BA7DF: hue angle of 197.14º 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 #1BA7DF is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 167 | 223 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.13 |
| HSL | 197.14º | 0.78% | 0.49% | - |
| HSV(B) | 197.14º | 0.88% | 0.87% | - |
| XYZ | 27.59 | 33.2 | 74.77 | - |
| YUV | 131.52 | 179.62 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 167 | 223 | 0.88 | 0.25 | 0 | 0.13 | 197.14 | 0.78 | 0.49 |
| Hex | 1B | A7 | DF | 58 | 19 | 0 | D | C5 | 4E | 31 |
| Octal | 33 | 247 | 337 | 130 | 31 | 0 | 15 | 305 | 116 | 61 |
| Binary | 11011 | 10100111 | 11011111 | 1011000 | 11001 | 0 | 1101 | 11000101 | 1001110 | 110001 |
Color Harmonies of #1BA7DF
Complementary color
Monochromatic Colors of #1BA7DF
Black with #1BA7DF
Text Example
Text Example
White with #1BA7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA7DF; }
p { color: rgb(27,167,223); }
H1.HeaderClassName
{
color: #1BA7DF;
}
.AnyTagClassName
{
color: #1BA7DF;
}
</style>
background-color css
<style>
a { background-color: #1BA7DF; }
a { background-color: rgb(27,167,223); }
div.DivClassName
{
background-color: #1BA7DF;
}
.BgClassName
{
background-color: #1BA7DF;
}
</style>
border-color css
<style>
span { border-color: #1BA7DF; }
span { border-color: rgb(27,167,223); }
td.TdClassName
{
border-color: #1BA7DF;
}
.TagClassName
{
border-color: #1BA7DF;
}
</style>