Shades of Summer Sky #1BAEDD
Tints of Summer Sky #1BAEDD
RGB
CMYK
RGB Variations
Color information
#1BAEDD (or 0x1BAEDD) is known color: Summer Sky. HEX triplet: 1B, AE and DD. RGB value is (27,174,221). Sum of RGB (Red+Green+Blue) = 27+174+221=422 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.40% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #1BAEDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAEDD is #E45122. Grayscale: #878787. Windows color (decimal): -14962979 or 14528027. OLE color: 14528027.
HSL color Cylindrical-coordinate representation of color #1BAEDD: hue angle of 194.54º 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 #1BAEDD is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 174 | 221 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.13 |
| HSL | 194.54º | 0.78% | 0.49% | - |
| HSV(B) | 194.54º | 0.88% | 0.87% | - |
| XYZ | 28.64 | 35.73 | 73.79 | - |
| YUV | 135.41 | 176.3 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 221 | 0.88 | 0.21 | 0 | 0.13 | 194.54 | 0.78 | 0.49 |
| Hex | 1B | AE | DD | 58 | 15 | 0 | D | C3 | 4E | 31 |
| Octal | 33 | 256 | 335 | 130 | 25 | 0 | 15 | 303 | 116 | 61 |
| Binary | 11011 | 10101110 | 11011101 | 1011000 | 10101 | 0 | 1101 | 11000011 | 1001110 | 110001 |
Color Harmonies of #1BAEDD
Complementary color
Monochromatic Colors of #1BAEDD
Black with #1BAEDD
Text Example
Text Example
White with #1BAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAEDD; }
p { color: rgb(27,174,221); }
H1.HeaderClassName
{
color: #1BAEDD;
}
.AnyTagClassName
{
color: #1BAEDD;
}
</style>
background-color css
<style>
a { background-color: #1BAEDD; }
a { background-color: rgb(27,174,221); }
div.DivClassName
{
background-color: #1BAEDD;
}
.BgClassName
{
background-color: #1BAEDD;
}
</style>
border-color css
<style>
span { border-color: #1BAEDD; }
span { border-color: rgb(27,174,221); }
td.TdClassName
{
border-color: #1BAEDD;
}
.TagClassName
{
border-color: #1BAEDD;
}
</style>