Shades of Deep Sky Blue #1BBDFB
Tints of Deep Sky Blue #1BBDFB
RGB
CMYK
RGB Variations
Color information
#1BBDFB (or 0x1BBDFB) is known color: Deep Sky Blue. HEX triplet: 1B, BD and FB. RGB value is (27,189,251). Sum of RGB (Red+Green+Blue) = 27+189+251=467 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.78% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #1BBDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBDFB is #E44204. Grayscale: #939393. Windows color (decimal): -14959109 or 16497947. OLE color: 16497947.
HSL color Cylindrical-coordinate representation of color #1BBDFB: hue angle of 196.61º 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 #1BBDFB is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 189 | 251 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.02 |
| HSL | 196.61º | 0.97% | 0.55% | - |
| HSV(B) | 196.61º | 0.89% | 0.98% | - |
| XYZ | 36.06 | 43.59 | 97.78 | - |
| YUV | 147.63 | 186.33 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 189 | 251 | 0.89 | 0.25 | 0 | 0.02 | 196.61 | 0.97 | 0.55 |
| Hex | 1B | BD | FB | 59 | 19 | 0 | 2 | C5 | 61 | 37 |
| Octal | 33 | 275 | 373 | 131 | 31 | 0 | 2 | 305 | 141 | 67 |
| Binary | 11011 | 10111101 | 11111011 | 1011001 | 11001 | 0 | 10 | 11000101 | 1100001 | 110111 |
Color Harmonies of #1BBDFB
Complementary color
Monochromatic Colors of #1BBDFB
Black with #1BBDFB
Text Example
Text Example
White with #1BBDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBDFB; }
p { color: rgb(27,189,251); }
H1.HeaderClassName
{
color: #1BBDFB;
}
.AnyTagClassName
{
color: #1BBDFB;
}
</style>
background-color css
<style>
a { background-color: #1BBDFB; }
a { background-color: rgb(27,189,251); }
div.DivClassName
{
background-color: #1BBDFB;
}
.BgClassName
{
background-color: #1BBDFB;
}
</style>
border-color css
<style>
span { border-color: #1BBDFB; }
span { border-color: rgb(27,189,251); }
td.TdClassName
{
border-color: #1BBDFB;
}
.TagClassName
{
border-color: #1BBDFB;
}
</style>