Shades of Deep Sky Blue #1BBCEB
Tints of Deep Sky Blue #1BBCEB
RGB
CMYK
RGB Variations
Color information
#1BBCEB (or 0x1BBCEB) is known color: Deep Sky Blue. HEX triplet: 1B, BC and EB. RGB value is (27,188,235). Sum of RGB (Red+Green+Blue) = 27+188+235=450 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #1BBCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBCEB is #E44314. Grayscale: #909090. Windows color (decimal): -14959381 or 15449115. OLE color: 15449115.
HSL color Cylindrical-coordinate representation of color #1BBCEB: hue angle of 193.56º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BBCEB is Cyan = 0.89, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 188 | 235 | - |
| CMYK | 0.89 | 0.2 | 0 | 0.08 |
| HSL | 193.56º | 0.84% | 0.51% | - |
| HSV(B) | 193.56º | 0.89% | 0.92% | - |
| XYZ | 33.43 | 42.2 | 84.98 | - |
| YUV | 145.22 | 178.66 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 235 | 0.89 | 0.2 | 0 | 0.08 | 193.56 | 0.84 | 0.51 |
| Hex | 1B | BC | EB | 59 | 14 | 0 | 8 | C2 | 54 | 33 |
| Octal | 33 | 274 | 353 | 131 | 24 | 0 | 10 | 302 | 124 | 63 |
| Binary | 11011 | 10111100 | 11101011 | 1011001 | 10100 | 0 | 1000 | 11000010 | 1010100 | 110011 |
Color Harmonies of #1BBCEB
Complementary color
Monochromatic Colors of #1BBCEB
Black with #1BBCEB
Text Example
Text Example
White with #1BBCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCEB; }
p { color: rgb(27,188,235); }
H1.HeaderClassName
{
color: #1BBCEB;
}
.AnyTagClassName
{
color: #1BBCEB;
}
</style>
background-color css
<style>
a { background-color: #1BBCEB; }
a { background-color: rgb(27,188,235); }
div.DivClassName
{
background-color: #1BBCEB;
}
.BgClassName
{
background-color: #1BBCEB;
}
</style>
border-color css
<style>
span { border-color: #1BBCEB; }
span { border-color: rgb(27,188,235); }
td.TdClassName
{
border-color: #1BBCEB;
}
.TagClassName
{
border-color: #1BBCEB;
}
</style>