Shades of Summer Sky #1BADE1
Tints of Summer Sky #1BADE1
RGB
CMYK
RGB Variations
Color information
#1BADE1 (or 0x1BADE1) is known color: Summer Sky. HEX triplet: 1B, AD and E1. RGB value is (27,173,225). Sum of RGB (Red+Green+Blue) = 27+173+225=425 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.35% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #1BADE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BADE1 is #E4521E. Grayscale: #868686. Windows color (decimal): -14963231 or 14789915. OLE color: 14789915.
HSL color Cylindrical-coordinate representation of color #1BADE1: hue angle of 195.76º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BADE1 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 173 | 225 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.12 |
| HSL | 195.76º | 0.79% | 0.49% | - |
| HSV(B) | 195.76º | 0.88% | 0.88% | - |
| XYZ | 28.99 | 35.56 | 76.57 | - |
| YUV | 135.27 | 178.63 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 225 | 0.88 | 0.23 | 0 | 0.12 | 195.76 | 0.79 | 0.49 |
| Hex | 1B | AD | E1 | 58 | 17 | 0 | C | C4 | 4F | 31 |
| Octal | 33 | 255 | 341 | 130 | 27 | 0 | 14 | 304 | 117 | 61 |
| Binary | 11011 | 10101101 | 11100001 | 1011000 | 10111 | 0 | 1100 | 11000100 | 1001111 | 110001 |
Color Harmonies of #1BADE1
Complementary color
Monochromatic Colors of #1BADE1
Black with #1BADE1
Text Example
Text Example
White with #1BADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BADE1; }
p { color: rgb(27,173,225); }
H1.HeaderClassName
{
color: #1BADE1;
}
.AnyTagClassName
{
color: #1BADE1;
}
</style>
background-color css
<style>
a { background-color: #1BADE1; }
a { background-color: rgb(27,173,225); }
div.DivClassName
{
background-color: #1BADE1;
}
.BgClassName
{
background-color: #1BADE1;
}
</style>
border-color css
<style>
span { border-color: #1BADE1; }
span { border-color: rgb(27,173,225); }
td.TdClassName
{
border-color: #1BADE1;
}
.TagClassName
{
border-color: #1BADE1;
}
</style>