Shades of Deep Sky Blue #1BC7FC
Tints of Deep Sky Blue #1BC7FC
RGB
CMYK
RGB Variations
Color information
#1BC7FC (or 0x1BC7FC) is known color: Deep Sky Blue. HEX triplet: 1B, C7 and FC. RGB value is (27,199,252). Sum of RGB (Red+Green+Blue) = 27+199+252=478 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.65% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #1BC7FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC7FC is #E43803. Grayscale: #999999. Windows color (decimal): -14956548 or 16566043. OLE color: 16566043.
HSL color Cylindrical-coordinate representation of color #1BC7FC: hue angle of 194.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BC7FC is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 199 | 252 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.01 |
| HSL | 194.13º | 0.97% | 0.55% | - |
| HSV(B) | 194.13º | 0.89% | 0.99% | - |
| XYZ | 38.45 | 48.11 | 99.35 | - |
| YUV | 153.61 | 183.52 | 37.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 199 | 252 | 0.89 | 0.21 | 0 | 0.01 | 194.13 | 0.97 | 0.55 |
| Hex | 1B | C7 | FC | 59 | 15 | 0 | 1 | C2 | 61 | 37 |
| Octal | 33 | 307 | 374 | 131 | 25 | 0 | 1 | 302 | 141 | 67 |
| Binary | 11011 | 11000111 | 11111100 | 1011001 | 10101 | 0 | 1 | 11000010 | 1100001 | 110111 |
Color Harmonies of #1BC7FC
Complementary color
Monochromatic Colors of #1BC7FC
Black with #1BC7FC
Text Example
Text Example
White with #1BC7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC7FC; }
p { color: rgb(27,199,252); }
H1.HeaderClassName
{
color: #1BC7FC;
}
.AnyTagClassName
{
color: #1BC7FC;
}
</style>
background-color css
<style>
a { background-color: #1BC7FC; }
a { background-color: rgb(27,199,252); }
div.DivClassName
{
background-color: #1BC7FC;
}
.BgClassName
{
background-color: #1BC7FC;
}
</style>
border-color css
<style>
span { border-color: #1BC7FC; }
span { border-color: rgb(27,199,252); }
td.TdClassName
{
border-color: #1BC7FC;
}
.TagClassName
{
border-color: #1BC7FC;
}
</style>