Shades of Deep Sky Blue #1BCBFA
Tints of Deep Sky Blue #1BCBFA
RGB
CMYK
RGB Variations
Color information
#1BCBFA (or 0x1BCBFA) is known color: Deep Sky Blue. HEX triplet: 1B, CB and FA. RGB value is (27,203,250). Sum of RGB (Red+Green+Blue) = 27+203+250=480 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.62% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #1BCBFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCBFA is #E43405. Grayscale: #9B9B9B. Windows color (decimal): -14955526 or 16435995. OLE color: 16435995.
HSL color Cylindrical-coordinate representation of color #1BCBFA: hue angle of 192.65º 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 #1BCBFA is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 203 | 250 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.02 |
| HSL | 192.65º | 0.96% | 0.54% | - |
| HSV(B) | 192.65º | 0.89% | 0.98% | - |
| XYZ | 39.06 | 49.85 | 98.01 | - |
| YUV | 155.73 | 181.19 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 203 | 250 | 0.89 | 0.19 | 0 | 0.02 | 192.65 | 0.96 | 0.54 |
| Hex | 1B | CB | FA | 59 | 13 | 0 | 2 | C1 | 60 | 36 |
| Octal | 33 | 313 | 372 | 131 | 23 | 0 | 2 | 301 | 140 | 66 |
| Binary | 11011 | 11001011 | 11111010 | 1011001 | 10011 | 0 | 10 | 11000001 | 1100000 | 110110 |
Color Harmonies of #1BCBFA
Complementary color
Monochromatic Colors of #1BCBFA
Black with #1BCBFA
Text Example
Text Example
White with #1BCBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCBFA; }
p { color: rgb(27,203,250); }
H1.HeaderClassName
{
color: #1BCBFA;
}
.AnyTagClassName
{
color: #1BCBFA;
}
</style>
background-color css
<style>
a { background-color: #1BCBFA; }
a { background-color: rgb(27,203,250); }
div.DivClassName
{
background-color: #1BCBFA;
}
.BgClassName
{
background-color: #1BCBFA;
}
</style>
border-color css
<style>
span { border-color: #1BCBFA; }
span { border-color: rgb(27,203,250); }
td.TdClassName
{
border-color: #1BCBFA;
}
.TagClassName
{
border-color: #1BCBFA;
}
</style>