Shades of Deep Sky Blue #1BBBEF
Tints of Deep Sky Blue #1BBBEF
RGB
CMYK
RGB Variations
Color information
#1BBBEF (or 0x1BBBEF) is known color: Deep Sky Blue. HEX triplet: 1B, BB and EF. RGB value is (27,187,239). Sum of RGB (Red+Green+Blue) = 27+187+239=453 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.96% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #1BBBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBBEF is #E44410. Grayscale: #909090. Windows color (decimal): -14959633 or 15711003. OLE color: 15711003.
HSL color Cylindrical-coordinate representation of color #1BBBEF: hue angle of 194.72º 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 #1BBBEF is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 187 | 239 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.06 |
| HSL | 194.72º | 0.87% | 0.52% | - |
| HSV(B) | 194.72º | 0.89% | 0.94% | - |
| XYZ | 33.8 | 42.01 | 87.99 | - |
| YUV | 145.09 | 180.99 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 187 | 239 | 0.89 | 0.22 | 0 | 0.06 | 194.72 | 0.87 | 0.52 |
| Hex | 1B | BB | EF | 59 | 16 | 0 | 6 | C3 | 57 | 34 |
| Octal | 33 | 273 | 357 | 131 | 26 | 0 | 6 | 303 | 127 | 64 |
| Binary | 11011 | 10111011 | 11101111 | 1011001 | 10110 | 0 | 110 | 11000011 | 1010111 | 110100 |
Color Harmonies of #1BBBEF
Complementary color
Monochromatic Colors of #1BBBEF
Black with #1BBBEF
Text Example
Text Example
White with #1BBBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBBEF; }
p { color: rgb(27,187,239); }
H1.HeaderClassName
{
color: #1BBBEF;
}
.AnyTagClassName
{
color: #1BBBEF;
}
</style>
background-color css
<style>
a { background-color: #1BBBEF; }
a { background-color: rgb(27,187,239); }
div.DivClassName
{
background-color: #1BBBEF;
}
.BgClassName
{
background-color: #1BBBEF;
}
</style>
border-color css
<style>
span { border-color: #1BBBEF; }
span { border-color: rgb(27,187,239); }
td.TdClassName
{
border-color: #1BBBEF;
}
.TagClassName
{
border-color: #1BBBEF;
}
</style>