Shades of Deep Sky Blue #1BBAFA
Tints of Deep Sky Blue #1BBAFA
RGB
CMYK
RGB Variations
Color information
#1BBAFA (or 0x1BBAFA) is known color: Deep Sky Blue. HEX triplet: 1B, BA and FA. RGB value is (27,186,250). Sum of RGB (Red+Green+Blue) = 27+186+250=463 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.83% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #1BBAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBAFA is #E44505. Grayscale: #919191. Windows color (decimal): -14959878 or 16431643. OLE color: 16431643.
HSL color Cylindrical-coordinate representation of color #1BBAFA: hue angle of 197.22º 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 #1BBAFA is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 186 | 250 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.02 |
| HSL | 197.22º | 0.96% | 0.54% | - |
| HSV(B) | 197.22º | 0.89% | 0.98% | - |
| XYZ | 35.27 | 42.25 | 96.74 | - |
| YUV | 145.76 | 186.82 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 250 | 0.89 | 0.26 | 0 | 0.02 | 197.22 | 0.96 | 0.54 |
| Hex | 1B | BA | FA | 59 | 1A | 0 | 2 | C5 | 60 | 36 |
| Octal | 33 | 272 | 372 | 131 | 32 | 0 | 2 | 305 | 140 | 66 |
| Binary | 11011 | 10111010 | 11111010 | 1011001 | 11010 | 0 | 10 | 11000101 | 1100000 | 110110 |
Color Harmonies of #1BBAFA
Complementary color
Monochromatic Colors of #1BBAFA
Black with #1BBAFA
Text Example
Text Example
White with #1BBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBAFA; }
p { color: rgb(27,186,250); }
H1.HeaderClassName
{
color: #1BBAFA;
}
.AnyTagClassName
{
color: #1BBAFA;
}
</style>
background-color css
<style>
a { background-color: #1BBAFA; }
a { background-color: rgb(27,186,250); }
div.DivClassName
{
background-color: #1BBAFA;
}
.BgClassName
{
background-color: #1BBAFA;
}
</style>
border-color css
<style>
span { border-color: #1BBAFA; }
span { border-color: rgb(27,186,250); }
td.TdClassName
{
border-color: #1BBAFA;
}
.TagClassName
{
border-color: #1BBAFA;
}
</style>