Shades of Deep Sky Blue #1BC5FF
Tints of Deep Sky Blue #1BC5FF
RGB
CMYK
RGB Variations
Color information
#1BC5FF (or 0x1BC5FF) is known color: Deep Sky Blue. HEX triplet: 1B, C5 and FF. RGB value is (27,197,255). Sum of RGB (Red+Green+Blue) = 27+197+255=479 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.64% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BC5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC5FF is #E43A00. Grayscale: #989898. Windows color (decimal): -14957057 or 16762139. OLE color: 16762139.
HSL color Cylindrical-coordinate representation of color #1BC5FF: hue angle of 195.26º 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 #1BC5FF is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 197 | 255 | - |
| CMYK | 0.89 | 0.23 | 0 | 0 |
| HSL | 195.26º | 1% | 0.55% | - |
| HSV(B) | 195.26º | 0.89% | 1% | - |
| XYZ | 38.47 | 47.39 | 101.73 | - |
| YUV | 152.78 | 185.68 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 197 | 255 | 0.89 | 0.23 | 0 | 0 | 195.26 | 1 | 0.55 |
| Hex | 1B | C5 | FF | 59 | 17 | 0 | 0 | C3 | 64 | 37 |
| Octal | 33 | 305 | 377 | 131 | 27 | 0 | 0 | 303 | 144 | 67 |
| Binary | 11011 | 11000101 | 11111111 | 1011001 | 10111 | 0 | 0 | 11000011 | 1100100 | 110111 |
Color Harmonies of #1BC5FF
Complementary color
Monochromatic Colors of #1BC5FF
Black with #1BC5FF
Text Example
Text Example
White with #1BC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC5FF; }
p { color: rgb(27,197,255); }
H1.HeaderClassName
{
color: #1BC5FF;
}
.AnyTagClassName
{
color: #1BC5FF;
}
</style>
background-color css
<style>
a { background-color: #1BC5FF; }
a { background-color: rgb(27,197,255); }
div.DivClassName
{
background-color: #1BC5FF;
}
.BgClassName
{
background-color: #1BC5FF;
}
</style>
border-color css
<style>
span { border-color: #1BC5FF; }
span { border-color: rgb(27,197,255); }
td.TdClassName
{
border-color: #1BC5FF;
}
.TagClassName
{
border-color: #1BC5FF;
}
</style>