Shades of Deep Sky Blue #1BBCFF
Tints of Deep Sky Blue #1BBCFF
RGB
CMYK
RGB Variations
Color information
#1BBCFF (or 0x1BBCFF) is known color: Deep Sky Blue. HEX triplet: 1B, BC and FF. RGB value is (27,188,255). Sum of RGB (Red+Green+Blue) = 27+188+255=470 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.74% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BBCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBCFF is #E44300. Grayscale: #939393. Windows color (decimal): -14959361 or 16759835. OLE color: 16759835.
HSL color Cylindrical-coordinate representation of color #1BBCFF: hue angle of 197.63º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BBCFF is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 188 | 255 | - |
| CMYK | 0.89 | 0.26 | 0 | 0 |
| HSL | 197.63º | 1% | 0.55% | - |
| HSV(B) | 197.63º | 0.89% | 1% | - |
| XYZ | 36.49 | 43.42 | 101.07 | - |
| YUV | 147.5 | 188.66 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 255 | 0.89 | 0.26 | 0 | 0 | 197.63 | 1 | 0.55 |
| Hex | 1B | BC | FF | 59 | 1A | 0 | 0 | C6 | 64 | 37 |
| Octal | 33 | 274 | 377 | 131 | 32 | 0 | 0 | 306 | 144 | 67 |
| Binary | 11011 | 10111100 | 11111111 | 1011001 | 11010 | 0 | 0 | 11000110 | 1100100 | 110111 |
Color Harmonies of #1BBCFF
Complementary color
Monochromatic Colors of #1BBCFF
Black with #1BBCFF
Text Example
Text Example
White with #1BBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCFF; }
p { color: rgb(27,188,255); }
H1.HeaderClassName
{
color: #1BBCFF;
}
.AnyTagClassName
{
color: #1BBCFF;
}
</style>
background-color css
<style>
a { background-color: #1BBCFF; }
a { background-color: rgb(27,188,255); }
div.DivClassName
{
background-color: #1BBCFF;
}
.BgClassName
{
background-color: #1BBCFF;
}
</style>
border-color css
<style>
span { border-color: #1BBCFF; }
span { border-color: rgb(27,188,255); }
td.TdClassName
{
border-color: #1BBCFF;
}
.TagClassName
{
border-color: #1BBCFF;
}
</style>