Shades of Deep Sky Blue #1BBDFE
Tints of Deep Sky Blue #1BBDFE
RGB
CMYK
RGB Variations
Color information
#1BBDFE (or 0x1BBDFE) is known color: Deep Sky Blue. HEX triplet: 1B, BD and FE. RGB value is (27,189,254). Sum of RGB (Red+Green+Blue) = 27+189+254=470 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.74% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #1BBDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBDFE is #E44201. Grayscale: #939393. Windows color (decimal): -14959106 or 16694555. OLE color: 16694555.
HSL color Cylindrical-coordinate representation of color #1BBDFE: hue angle of 197.18º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BBDFE is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 189 | 254 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.00 |
| HSL | 197.18º | 0.99% | 0.55% | - |
| HSV(B) | 197.18º | 0.89% | 1% | - |
| XYZ | 36.54 | 43.78 | 100.29 | - |
| YUV | 147.97 | 187.83 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 189 | 254 | 0.89 | 0.26 | 0 | 0.00 | 197.18 | 0.99 | 0.55 |
| Hex | 1B | BD | FE | 59 | 1A | 0 | 0 | C5 | 63 | 37 |
| Octal | 33 | 275 | 376 | 131 | 32 | 0 | 0 | 305 | 143 | 67 |
| Binary | 11011 | 10111101 | 11111110 | 1011001 | 11010 | 0 | 0 | 11000101 | 1100011 | 110111 |
Color Harmonies of #1BBDFE
Complementary color
Monochromatic Colors of #1BBDFE
Black with #1BBDFE
Text Example
Text Example
White with #1BBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBDFE; }
p { color: rgb(27,189,254); }
H1.HeaderClassName
{
color: #1BBDFE;
}
.AnyTagClassName
{
color: #1BBDFE;
}
</style>
background-color css
<style>
a { background-color: #1BBDFE; }
a { background-color: rgb(27,189,254); }
div.DivClassName
{
background-color: #1BBDFE;
}
.BgClassName
{
background-color: #1BBDFE;
}
</style>
border-color css
<style>
span { border-color: #1BBDFE; }
span { border-color: rgb(27,189,254); }
td.TdClassName
{
border-color: #1BBDFE;
}
.TagClassName
{
border-color: #1BBDFE;
}
</style>