Shades of Deep Sky Blue #1BC1FA
Tints of Deep Sky Blue #1BC1FA
RGB
CMYK
RGB Variations
Color information
#1BC1FA (or 0x1BC1FA) is known color: Deep Sky Blue. HEX triplet: 1B, C1 and FA. RGB value is (27,193,250). Sum of RGB (Red+Green+Blue) = 27+193+250=470 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.74% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #1BC1FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC1FA is #E43E05. Grayscale: #959595. Windows color (decimal): -14958086 or 16433435. OLE color: 16433435.
HSL color Cylindrical-coordinate representation of color #1BC1FA: hue angle of 195.34º 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 #1BC1FA is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 193 | 250 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.02 |
| HSL | 195.34º | 0.96% | 0.54% | - |
| HSV(B) | 195.34º | 0.89% | 0.98% | - |
| XYZ | 36.78 | 45.28 | 97.24 | - |
| YUV | 149.86 | 184.5 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 193 | 250 | 0.89 | 0.23 | 0 | 0.02 | 195.34 | 0.96 | 0.54 |
| Hex | 1B | C1 | FA | 59 | 17 | 0 | 2 | C3 | 60 | 36 |
| Octal | 33 | 301 | 372 | 131 | 27 | 0 | 2 | 303 | 140 | 66 |
| Binary | 11011 | 11000001 | 11111010 | 1011001 | 10111 | 0 | 10 | 11000011 | 1100000 | 110110 |
Color Harmonies of #1BC1FA
Complementary color
Monochromatic Colors of #1BC1FA
Black with #1BC1FA
Text Example
Text Example
White with #1BC1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC1FA; }
p { color: rgb(27,193,250); }
H1.HeaderClassName
{
color: #1BC1FA;
}
.AnyTagClassName
{
color: #1BC1FA;
}
</style>
background-color css
<style>
a { background-color: #1BC1FA; }
a { background-color: rgb(27,193,250); }
div.DivClassName
{
background-color: #1BC1FA;
}
.BgClassName
{
background-color: #1BC1FA;
}
</style>
border-color css
<style>
span { border-color: #1BC1FA; }
span { border-color: rgb(27,193,250); }
td.TdClassName
{
border-color: #1BC1FA;
}
.TagClassName
{
border-color: #1BC1FA;
}
</style>