Shades of Deep Sky Blue #1BBAFF
Tints of Deep Sky Blue #1BBAFF
RGB
CMYK
RGB Variations
Color information
#1BBAFF (or 0x1BBAFF) is known color: Deep Sky Blue. HEX triplet: 1B, BA and FF. RGB value is (27,186,255). Sum of RGB (Red+Green+Blue) = 27+186+255=468 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.77% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BBAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBAFF is #E44500. Grayscale: #919191. Windows color (decimal): -14959873 or 16759323. OLE color: 16759323.
HSL color Cylindrical-coordinate representation of color #1BBAFF: hue angle of 198.16º 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 #1BBAFF is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 186 | 255 | - |
| CMYK | 0.89 | 0.27 | 0 | 0 |
| HSL | 198.16º | 1% | 0.55% | - |
| HSV(B) | 198.16º | 0.89% | 1% | - |
| XYZ | 36.06 | 42.57 | 100.92 | - |
| YUV | 146.33 | 189.32 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 255 | 0.89 | 0.27 | 0 | 0 | 198.16 | 1 | 0.55 |
| Hex | 1B | BA | FF | 59 | 1B | 0 | 0 | C6 | 64 | 37 |
| Octal | 33 | 272 | 377 | 131 | 33 | 0 | 0 | 306 | 144 | 67 |
| Binary | 11011 | 10111010 | 11111111 | 1011001 | 11011 | 0 | 0 | 11000110 | 1100100 | 110111 |
Color Harmonies of #1BBAFF
Complementary color
Monochromatic Colors of #1BBAFF
Black with #1BBAFF
Text Example
Text Example
White with #1BBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBAFF; }
p { color: rgb(27,186,255); }
H1.HeaderClassName
{
color: #1BBAFF;
}
.AnyTagClassName
{
color: #1BBAFF;
}
</style>
background-color css
<style>
a { background-color: #1BBAFF; }
a { background-color: rgb(27,186,255); }
div.DivClassName
{
background-color: #1BBAFF;
}
.BgClassName
{
background-color: #1BBAFF;
}
</style>
border-color css
<style>
span { border-color: #1BBAFF; }
span { border-color: rgb(27,186,255); }
td.TdClassName
{
border-color: #1BBAFF;
}
.TagClassName
{
border-color: #1BBAFF;
}
</style>