Shades of Deep Sky Blue #1BBBFE
Tints of Deep Sky Blue #1BBBFE
RGB
CMYK
RGB Variations
Color information
#1BBBFE (or 0x1BBBFE) is known color: Deep Sky Blue. HEX triplet: 1B, BB and FE. RGB value is (27,187,254). Sum of RGB (Red+Green+Blue) = 27+187+254=468 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.77% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #1BBBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBBFE is #E44401. Grayscale: #929292. Windows color (decimal): -14959618 or 16694043. OLE color: 16694043.
HSL color Cylindrical-coordinate representation of color #1BBBFE: hue angle of 197.71º 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 #1BBBFE is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 187 | 254 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.00 |
| HSL | 197.71º | 0.99% | 0.55% | - |
| HSV(B) | 197.71º | 0.89% | 1% | - |
| XYZ | 36.11 | 42.93 | 100.15 | - |
| YUV | 146.8 | 188.49 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 187 | 254 | 0.89 | 0.26 | 0 | 0.00 | 197.71 | 0.99 | 0.55 |
| Hex | 1B | BB | FE | 59 | 1A | 0 | 0 | C6 | 63 | 37 |
| Octal | 33 | 273 | 376 | 131 | 32 | 0 | 0 | 306 | 143 | 67 |
| Binary | 11011 | 10111011 | 11111110 | 1011001 | 11010 | 0 | 0 | 11000110 | 1100011 | 110111 |
Color Harmonies of #1BBBFE
Complementary color
Monochromatic Colors of #1BBBFE
Black with #1BBBFE
Text Example
Text Example
White with #1BBBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBBFE; }
p { color: rgb(27,187,254); }
H1.HeaderClassName
{
color: #1BBBFE;
}
.AnyTagClassName
{
color: #1BBBFE;
}
</style>
background-color css
<style>
a { background-color: #1BBBFE; }
a { background-color: rgb(27,187,254); }
div.DivClassName
{
background-color: #1BBBFE;
}
.BgClassName
{
background-color: #1BBBFE;
}
</style>
border-color css
<style>
span { border-color: #1BBBFE; }
span { border-color: rgb(27,187,254); }
td.TdClassName
{
border-color: #1BBBFE;
}
.TagClassName
{
border-color: #1BBBFE;
}
</style>