Shades of Deep Sky Blue #1BBAEF
Tints of Deep Sky Blue #1BBAEF
RGB
CMYK
RGB Variations
Color information
#1BBAEF (or 0x1BBAEF) is known color: Deep Sky Blue. HEX triplet: 1B, BA and EF. RGB value is (27,186,239). Sum of RGB (Red+Green+Blue) = 27+186+239=452 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.97% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #1BBAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBAEF is #E44510. Grayscale: #909090. Windows color (decimal): -14959889 or 15710747. OLE color: 15710747.
HSL color Cylindrical-coordinate representation of color #1BBAEF: hue angle of 195º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BBAEF is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 186 | 239 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.06 |
| HSL | 195º | 0.87% | 0.52% | - |
| HSV(B) | 195º | 0.89% | 0.94% | - |
| XYZ | 33.59 | 41.58 | 87.92 | - |
| YUV | 144.5 | 181.32 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 239 | 0.89 | 0.22 | 0 | 0.06 | 195 | 0.87 | 0.52 |
| Hex | 1B | BA | EF | 59 | 16 | 0 | 6 | C3 | 57 | 34 |
| Octal | 33 | 272 | 357 | 131 | 26 | 0 | 6 | 303 | 127 | 64 |
| Binary | 11011 | 10111010 | 11101111 | 1011001 | 10110 | 0 | 110 | 11000011 | 1010111 | 110100 |
Color Harmonies of #1BBAEF
Complementary color
Monochromatic Colors of #1BBAEF
Black with #1BBAEF
Text Example
Text Example
White with #1BBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBAEF; }
p { color: rgb(27,186,239); }
H1.HeaderClassName
{
color: #1BBAEF;
}
.AnyTagClassName
{
color: #1BBAEF;
}
</style>
background-color css
<style>
a { background-color: #1BBAEF; }
a { background-color: rgb(27,186,239); }
div.DivClassName
{
background-color: #1BBAEF;
}
.BgClassName
{
background-color: #1BBAEF;
}
</style>
border-color css
<style>
span { border-color: #1BBAEF; }
span { border-color: rgb(27,186,239); }
td.TdClassName
{
border-color: #1BBAEF;
}
.TagClassName
{
border-color: #1BBAEF;
}
</style>