Shades of Deep Sky Blue #1BBDEF
Tints of Deep Sky Blue #1BBDEF
RGB
CMYK
RGB Variations
Color information
#1BBDEF (or 0x1BBDEF) is known color: Deep Sky Blue. HEX triplet: 1B, BD and EF. RGB value is (27,189,239). Sum of RGB (Red+Green+Blue) = 27+189+239=455 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.93% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #1BBDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBDEF is #E44210. Grayscale: #919191. Windows color (decimal): -14959121 or 15711515. OLE color: 15711515.
HSL color Cylindrical-coordinate representation of color #1BBDEF: hue angle of 194.15º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BBDEF is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 189 | 239 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.06 |
| HSL | 194.15º | 0.87% | 0.52% | - |
| HSV(B) | 194.15º | 0.89% | 0.94% | - |
| XYZ | 34.23 | 42.86 | 88.13 | - |
| YUV | 146.26 | 180.33 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 189 | 239 | 0.89 | 0.21 | 0 | 0.06 | 194.15 | 0.87 | 0.52 |
| Hex | 1B | BD | EF | 59 | 15 | 0 | 6 | C2 | 57 | 34 |
| Octal | 33 | 275 | 357 | 131 | 25 | 0 | 6 | 302 | 127 | 64 |
| Binary | 11011 | 10111101 | 11101111 | 1011001 | 10101 | 0 | 110 | 11000010 | 1010111 | 110100 |
Color Harmonies of #1BBDEF
Complementary color
Monochromatic Colors of #1BBDEF
Black with #1BBDEF
Text Example
Text Example
White with #1BBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBDEF; }
p { color: rgb(27,189,239); }
H1.HeaderClassName
{
color: #1BBDEF;
}
.AnyTagClassName
{
color: #1BBDEF;
}
</style>
background-color css
<style>
a { background-color: #1BBDEF; }
a { background-color: rgb(27,189,239); }
div.DivClassName
{
background-color: #1BBDEF;
}
.BgClassName
{
background-color: #1BBDEF;
}
</style>
border-color css
<style>
span { border-color: #1BBDEF; }
span { border-color: rgb(27,189,239); }
td.TdClassName
{
border-color: #1BBDEF;
}
.TagClassName
{
border-color: #1BBDEF;
}
</style>