Shades of Deep Sky Blue #1BC0FF
Tints of Deep Sky Blue #1BC0FF
RGB
CMYK
RGB Variations
Color information
#1BC0FF (or 0x1BC0FF) is known color: Deep Sky Blue. HEX triplet: 1B, C0 and FF. RGB value is (27,192,255). Sum of RGB (Red+Green+Blue) = 27+192+255=474 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.70% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BC0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC0FF is #E43F00. Grayscale: #959595. Windows color (decimal): -14958337 or 16760859. OLE color: 16760859.
HSL color Cylindrical-coordinate representation of color #1BC0FF: hue angle of 196.58º 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 #1BC0FF is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 192 | 255 | - |
| CMYK | 0.89 | 0.25 | 0 | 0 |
| HSL | 196.58º | 1% | 0.55% | - |
| HSV(B) | 196.58º | 0.89% | 1% | - |
| XYZ | 37.35 | 45.15 | 101.35 | - |
| YUV | 149.85 | 187.34 | 40.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 192 | 255 | 0.89 | 0.25 | 0 | 0 | 196.58 | 1 | 0.55 |
| Hex | 1B | C0 | FF | 59 | 19 | 0 | 0 | C5 | 64 | 37 |
| Octal | 33 | 300 | 377 | 131 | 31 | 0 | 0 | 305 | 144 | 67 |
| Binary | 11011 | 11000000 | 11111111 | 1011001 | 11001 | 0 | 0 | 11000101 | 1100100 | 110111 |
Color Harmonies of #1BC0FF
Complementary color
Monochromatic Colors of #1BC0FF
Black with #1BC0FF
Text Example
Text Example
White with #1BC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC0FF; }
p { color: rgb(27,192,255); }
H1.HeaderClassName
{
color: #1BC0FF;
}
.AnyTagClassName
{
color: #1BC0FF;
}
</style>
background-color css
<style>
a { background-color: #1BC0FF; }
a { background-color: rgb(27,192,255); }
div.DivClassName
{
background-color: #1BC0FF;
}
.BgClassName
{
background-color: #1BC0FF;
}
</style>
border-color css
<style>
span { border-color: #1BC0FF; }
span { border-color: rgb(27,192,255); }
td.TdClassName
{
border-color: #1BC0FF;
}
.TagClassName
{
border-color: #1BC0FF;
}
</style>