Shades of Deep Sky Blue #1BBAFB
Tints of Deep Sky Blue #1BBAFB
RGB
CMYK
RGB Variations
Color information
#1BBAFB (or 0x1BBAFB) is known color: Deep Sky Blue. HEX triplet: 1B, BA and FB. RGB value is (27,186,251). Sum of RGB (Red+Green+Blue) = 27+186+251=464 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.82% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #1BBAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBAFB is #E44504. Grayscale: #919191. Windows color (decimal): -14959877 or 16497179. OLE color: 16497179.
HSL color Cylindrical-coordinate representation of color #1BBAFB: hue angle of 197.41º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BBAFB is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 186 | 251 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.02 |
| HSL | 197.41º | 0.97% | 0.55% | - |
| HSV(B) | 197.41º | 0.89% | 0.98% | - |
| XYZ | 35.42 | 42.32 | 97.57 | - |
| YUV | 145.87 | 187.32 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 251 | 0.89 | 0.26 | 0 | 0.02 | 197.41 | 0.97 | 0.55 |
| Hex | 1B | BA | FB | 59 | 1A | 0 | 2 | C5 | 61 | 37 |
| Octal | 33 | 272 | 373 | 131 | 32 | 0 | 2 | 305 | 141 | 67 |
| Binary | 11011 | 10111010 | 11111011 | 1011001 | 11010 | 0 | 10 | 11000101 | 1100001 | 110111 |
Color Harmonies of #1BBAFB
Complementary color
Monochromatic Colors of #1BBAFB
Black with #1BBAFB
Text Example
Text Example
White with #1BBAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBAFB; }
p { color: rgb(27,186,251); }
H1.HeaderClassName
{
color: #1BBAFB;
}
.AnyTagClassName
{
color: #1BBAFB;
}
</style>
background-color css
<style>
a { background-color: #1BBAFB; }
a { background-color: rgb(27,186,251); }
div.DivClassName
{
background-color: #1BBAFB;
}
.BgClassName
{
background-color: #1BBAFB;
}
</style>
border-color css
<style>
span { border-color: #1BBAFB; }
span { border-color: rgb(27,186,251); }
td.TdClassName
{
border-color: #1BBAFB;
}
.TagClassName
{
border-color: #1BBAFB;
}
</style>