Shades of Deep Sky Blue #1BC3FA
Tints of Deep Sky Blue #1BC3FA
RGB
CMYK
RGB Variations
Color information
#1BC3FA (or 0x1BC3FA) is known color: Deep Sky Blue. HEX triplet: 1B, C3 and FA. RGB value is (27,195,250). Sum of RGB (Red+Green+Blue) = 27+195+250=472 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.72% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #1BC3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC3FA is #E43C05. Grayscale: #969696. Windows color (decimal): -14957574 or 16433947. OLE color: 16433947.
HSL color Cylindrical-coordinate representation of color #1BC3FA: hue angle of 194.8º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BC3FA is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 195 | 250 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.02 |
| HSL | 194.8º | 0.96% | 0.54% | - |
| HSV(B) | 194.8º | 0.89% | 0.98% | - |
| XYZ | 37.22 | 46.17 | 97.39 | - |
| YUV | 151.04 | 183.84 | 39.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 195 | 250 | 0.89 | 0.22 | 0 | 0.02 | 194.8 | 0.96 | 0.54 |
| Hex | 1B | C3 | FA | 59 | 16 | 0 | 2 | C3 | 60 | 36 |
| Octal | 33 | 303 | 372 | 131 | 26 | 0 | 2 | 303 | 140 | 66 |
| Binary | 11011 | 11000011 | 11111010 | 1011001 | 10110 | 0 | 10 | 11000011 | 1100000 | 110110 |
Color Harmonies of #1BC3FA
Complementary color
Monochromatic Colors of #1BC3FA
Black with #1BC3FA
Text Example
Text Example
White with #1BC3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC3FA; }
p { color: rgb(27,195,250); }
H1.HeaderClassName
{
color: #1BC3FA;
}
.AnyTagClassName
{
color: #1BC3FA;
}
</style>
background-color css
<style>
a { background-color: #1BC3FA; }
a { background-color: rgb(27,195,250); }
div.DivClassName
{
background-color: #1BC3FA;
}
.BgClassName
{
background-color: #1BC3FA;
}
</style>
border-color css
<style>
span { border-color: #1BC3FA; }
span { border-color: rgb(27,195,250); }
td.TdClassName
{
border-color: #1BC3FA;
}
.TagClassName
{
border-color: #1BC3FA;
}
</style>