Shades of Deep Sky Blue #1BCCEB
Tints of Deep Sky Blue #1BCCEB
RGB
CMYK
RGB Variations
Color information
#1BCCEB (or 0x1BCCEB) is known color: Deep Sky Blue. HEX triplet: 1B, CC and EB. RGB value is (27,204,235). Sum of RGB (Red+Green+Blue) = 27+204+235=466 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.79% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #1BCCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCCEB is #E43314. Grayscale: #9A9A9A. Windows color (decimal): -14955285 or 15453211. OLE color: 15453211.
HSL color Cylindrical-coordinate representation of color #1BCCEB: hue angle of 188.94º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BCCEB is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 204 | 235 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.08 |
| HSL | 188.94º | 0.84% | 0.51% | - |
| HSV(B) | 188.94º | 0.89% | 0.92% | - |
| XYZ | 37.04 | 49.42 | 86.18 | - |
| YUV | 154.61 | 173.36 | 36.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 204 | 235 | 0.89 | 0.13 | 0 | 0.08 | 188.94 | 0.84 | 0.51 |
| Hex | 1B | CC | EB | 59 | D | 0 | 8 | BD | 54 | 33 |
| Octal | 33 | 314 | 353 | 131 | 15 | 0 | 10 | 275 | 124 | 63 |
| Binary | 11011 | 11001100 | 11101011 | 1011001 | 1101 | 0 | 1000 | 10111101 | 1010100 | 110011 |
Color Harmonies of #1BCCEB
Complementary color
Monochromatic Colors of #1BCCEB
Black with #1BCCEB
Text Example
Text Example
White with #1BCCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCCEB; }
p { color: rgb(27,204,235); }
H1.HeaderClassName
{
color: #1BCCEB;
}
.AnyTagClassName
{
color: #1BCCEB;
}
</style>
background-color css
<style>
a { background-color: #1BCCEB; }
a { background-color: rgb(27,204,235); }
div.DivClassName
{
background-color: #1BCCEB;
}
.BgClassName
{
background-color: #1BCCEB;
}
</style>
border-color css
<style>
span { border-color: #1BCCEB; }
span { border-color: rgb(27,204,235); }
td.TdClassName
{
border-color: #1BCCEB;
}
.TagClassName
{
border-color: #1BCCEB;
}
</style>