Shades of Summer Sky #1BADDF
Tints of Summer Sky #1BADDF
RGB
CMYK
RGB Variations
Color information
#1BADDF (or 0x1BADDF) is known color: Summer Sky. HEX triplet: 1B, AD and DF. RGB value is (27,173,223). Sum of RGB (Red+Green+Blue) = 27+173+223=423 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.38% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #1BADDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BADDF is #E45220. Grayscale: #868686. Windows color (decimal): -14963233 or 14658843. OLE color: 14658843.
HSL color Cylindrical-coordinate representation of color #1BADDF: hue angle of 195.31º 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 #1BADDF is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 173 | 223 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.13 |
| HSL | 195.31º | 0.78% | 0.49% | - |
| HSV(B) | 195.31º | 0.88% | 0.87% | - |
| XYZ | 28.71 | 35.45 | 75.14 | - |
| YUV | 135.05 | 177.63 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 223 | 0.88 | 0.22 | 0 | 0.13 | 195.31 | 0.78 | 0.49 |
| Hex | 1B | AD | DF | 58 | 16 | 0 | D | C3 | 4E | 31 |
| Octal | 33 | 255 | 337 | 130 | 26 | 0 | 15 | 303 | 116 | 61 |
| Binary | 11011 | 10101101 | 11011111 | 1011000 | 10110 | 0 | 1101 | 11000011 | 1001110 | 110001 |
Color Harmonies of #1BADDF
Complementary color
Monochromatic Colors of #1BADDF
Black with #1BADDF
Text Example
Text Example
White with #1BADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BADDF; }
p { color: rgb(27,173,223); }
H1.HeaderClassName
{
color: #1BADDF;
}
.AnyTagClassName
{
color: #1BADDF;
}
</style>
background-color css
<style>
a { background-color: #1BADDF; }
a { background-color: rgb(27,173,223); }
div.DivClassName
{
background-color: #1BADDF;
}
.BgClassName
{
background-color: #1BADDF;
}
</style>
border-color css
<style>
span { border-color: #1BADDF; }
span { border-color: rgb(27,173,223); }
td.TdClassName
{
border-color: #1BADDF;
}
.TagClassName
{
border-color: #1BADDF;
}
</style>