Shades of Summer Sky #1BAFDD
Tints of Summer Sky #1BAFDD
RGB
CMYK
RGB Variations
Color information
#1BAFDD (or 0x1BAFDD) is known color: Summer Sky. HEX triplet: 1B, AF and DD. RGB value is (27,175,221). Sum of RGB (Red+Green+Blue) = 27+175+221=423 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.38% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #1BAFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAFDD is #E45022. Grayscale: #878787. Windows color (decimal): -14962723 or 14528283. OLE color: 14528283.
HSL color Cylindrical-coordinate representation of color #1BAFDD: hue angle of 194.23º 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 #1BAFDD is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 175 | 221 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.13 |
| HSL | 194.23º | 0.78% | 0.49% | - |
| HSV(B) | 194.23º | 0.88% | 0.87% | - |
| XYZ | 28.83 | 36.11 | 73.86 | - |
| YUV | 135.99 | 175.97 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 221 | 0.88 | 0.21 | 0 | 0.13 | 194.23 | 0.78 | 0.49 |
| Hex | 1B | AF | DD | 58 | 15 | 0 | D | C2 | 4E | 31 |
| Octal | 33 | 257 | 335 | 130 | 25 | 0 | 15 | 302 | 116 | 61 |
| Binary | 11011 | 10101111 | 11011101 | 1011000 | 10101 | 0 | 1101 | 11000010 | 1001110 | 110001 |
Color Harmonies of #1BAFDD
Complementary color
Monochromatic Colors of #1BAFDD
Black with #1BAFDD
Text Example
Text Example
White with #1BAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAFDD; }
p { color: rgb(27,175,221); }
H1.HeaderClassName
{
color: #1BAFDD;
}
.AnyTagClassName
{
color: #1BAFDD;
}
</style>
background-color css
<style>
a { background-color: #1BAFDD; }
a { background-color: rgb(27,175,221); }
div.DivClassName
{
background-color: #1BAFDD;
}
.BgClassName
{
background-color: #1BAFDD;
}
</style>
border-color css
<style>
span { border-color: #1BAFDD; }
span { border-color: rgb(27,175,221); }
td.TdClassName
{
border-color: #1BAFDD;
}
.TagClassName
{
border-color: #1BAFDD;
}
</style>