Shades of Summer Sky #1BABDA
Tints of Summer Sky #1BABDA
RGB
CMYK
RGB Variations
Color information
#1BABDA (or 0x1BABDA) is known color: Summer Sky. HEX triplet: 1B, AB and DA. RGB value is (27,171,218). Sum of RGB (Red+Green+Blue) = 27+171+218=416 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.49% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #1BABDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BABDA is #E45425. Grayscale: #848484. Windows color (decimal): -14963750 or 14330651. OLE color: 14330651.
HSL color Cylindrical-coordinate representation of color #1BABDA: hue angle of 194.76º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BABDA is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 171 | 218 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.15 |
| HSL | 194.76º | 0.78% | 0.48% | - |
| HSV(B) | 194.76º | 0.88% | 0.85% | - |
| XYZ | 27.67 | 34.42 | 71.52 | - |
| YUV | 133.3 | 175.79 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 218 | 0.88 | 0.22 | 0 | 0.15 | 194.76 | 0.78 | 0.48 |
| Hex | 1B | AB | DA | 58 | 16 | 0 | F | C3 | 4E | 30 |
| Octal | 33 | 253 | 332 | 130 | 26 | 0 | 17 | 303 | 116 | 60 |
| Binary | 11011 | 10101011 | 11011010 | 1011000 | 10110 | 0 | 1111 | 11000011 | 1001110 | 110000 |
Color Harmonies of #1BABDA
Complementary color
Monochromatic Colors of #1BABDA
Black with #1BABDA
Text Example
Text Example
White with #1BABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BABDA; }
p { color: rgb(27,171,218); }
H1.HeaderClassName
{
color: #1BABDA;
}
.AnyTagClassName
{
color: #1BABDA;
}
</style>
background-color css
<style>
a { background-color: #1BABDA; }
a { background-color: rgb(27,171,218); }
div.DivClassName
{
background-color: #1BABDA;
}
.BgClassName
{
background-color: #1BABDA;
}
</style>
border-color css
<style>
span { border-color: #1BABDA; }
span { border-color: rgb(27,171,218); }
td.TdClassName
{
border-color: #1BABDA;
}
.TagClassName
{
border-color: #1BABDA;
}
</style>