Shades of Deep Sky Blue #1BC3FF
Tints of Deep Sky Blue #1BC3FF
RGB
CMYK
RGB Variations
Color information
#1BC3FF (or 0x1BC3FF) is known color: Deep Sky Blue. HEX triplet: 1B, C3 and FF. RGB value is (27,195,255). Sum of RGB (Red+Green+Blue) = 27+195+255=477 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.66% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BC3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC3FF is #E43C00. Grayscale: #979797. Windows color (decimal): -14957569 or 16761627. OLE color: 16761627.
HSL color Cylindrical-coordinate representation of color #1BC3FF: hue angle of 195.79º 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 #1BC3FF is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 195 | 255 | - |
| CMYK | 0.89 | 0.24 | 0 | 0 |
| HSL | 195.79º | 1% | 0.55% | - |
| HSV(B) | 195.79º | 0.89% | 1% | - |
| XYZ | 38.02 | 46.48 | 101.58 | - |
| YUV | 151.61 | 186.34 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 195 | 255 | 0.89 | 0.24 | 0 | 0 | 195.79 | 1 | 0.55 |
| Hex | 1B | C3 | FF | 59 | 18 | 0 | 0 | C4 | 64 | 37 |
| Octal | 33 | 303 | 377 | 131 | 30 | 0 | 0 | 304 | 144 | 67 |
| Binary | 11011 | 11000011 | 11111111 | 1011001 | 11000 | 0 | 0 | 11000100 | 1100100 | 110111 |
Color Harmonies of #1BC3FF
Complementary color
Monochromatic Colors of #1BC3FF
Black with #1BC3FF
Text Example
Text Example
White with #1BC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC3FF; }
p { color: rgb(27,195,255); }
H1.HeaderClassName
{
color: #1BC3FF;
}
.AnyTagClassName
{
color: #1BC3FF;
}
</style>
background-color css
<style>
a { background-color: #1BC3FF; }
a { background-color: rgb(27,195,255); }
div.DivClassName
{
background-color: #1BC3FF;
}
.BgClassName
{
background-color: #1BC3FF;
}
</style>
border-color css
<style>
span { border-color: #1BC3FF; }
span { border-color: rgb(27,195,255); }
td.TdClassName
{
border-color: #1BC3FF;
}
.TagClassName
{
border-color: #1BC3FF;
}
</style>