Shades of Deep Sky Blue #1BBCEF
Tints of Deep Sky Blue #1BBCEF
RGB
CMYK
RGB Variations
Color information
#1BBCEF (or 0x1BBCEF) is known color: Deep Sky Blue. HEX triplet: 1B, BC and EF. RGB value is (27,188,239). Sum of RGB (Red+Green+Blue) = 27+188+239=454 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.95% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #1BBCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBCEF is #E44310. Grayscale: #919191. Windows color (decimal): -14959377 or 15711259. OLE color: 15711259.
HSL color Cylindrical-coordinate representation of color #1BBCEF: hue angle of 194.43º 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 #1BBCEF is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 188 | 239 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.06 |
| HSL | 194.43º | 0.87% | 0.52% | - |
| HSV(B) | 194.43º | 0.89% | 0.94% | - |
| XYZ | 34.02 | 42.43 | 88.06 | - |
| YUV | 145.68 | 180.66 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 239 | 0.89 | 0.21 | 0 | 0.06 | 194.43 | 0.87 | 0.52 |
| Hex | 1B | BC | EF | 59 | 15 | 0 | 6 | C2 | 57 | 34 |
| Octal | 33 | 274 | 357 | 131 | 25 | 0 | 6 | 302 | 127 | 64 |
| Binary | 11011 | 10111100 | 11101111 | 1011001 | 10101 | 0 | 110 | 11000010 | 1010111 | 110100 |
Color Harmonies of #1BBCEF
Complementary color
Monochromatic Colors of #1BBCEF
Black with #1BBCEF
Text Example
Text Example
White with #1BBCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCEF; }
p { color: rgb(27,188,239); }
H1.HeaderClassName
{
color: #1BBCEF;
}
.AnyTagClassName
{
color: #1BBCEF;
}
</style>
background-color css
<style>
a { background-color: #1BBCEF; }
a { background-color: rgb(27,188,239); }
div.DivClassName
{
background-color: #1BBCEF;
}
.BgClassName
{
background-color: #1BBCEF;
}
</style>
border-color css
<style>
span { border-color: #1BBCEF; }
span { border-color: rgb(27,188,239); }
td.TdClassName
{
border-color: #1BBCEF;
}
.TagClassName
{
border-color: #1BBCEF;
}
</style>