Shades of Deep Sky Blue #1BCDEC
Tints of Deep Sky Blue #1BCDEC
RGB
CMYK
RGB Variations
Color information
#1BCDEC (or 0x1BCDEC) is known color: Deep Sky Blue. HEX triplet: 1B, CD and EC. RGB value is (27,205,236). Sum of RGB (Red+Green+Blue) = 27+205+236=468 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.77% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #1BCDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCDEC is #E43213. Grayscale: #9B9B9B. Windows color (decimal): -14955028 or 15519003. OLE color: 15519003.
HSL color Cylindrical-coordinate representation of color #1BCDEC: hue angle of 188.9º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BCDEC is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 205 | 236 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.07 |
| HSL | 188.9º | 0.85% | 0.52% | - |
| HSV(B) | 188.9º | 0.89% | 0.93% | - |
| XYZ | 37.42 | 49.95 | 87.03 | - |
| YUV | 155.31 | 173.53 | 36.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 236 | 0.89 | 0.13 | 0 | 0.07 | 188.9 | 0.85 | 0.52 |
| Hex | 1B | CD | EC | 59 | D | 0 | 7 | BD | 55 | 34 |
| Octal | 33 | 315 | 354 | 131 | 15 | 0 | 7 | 275 | 125 | 64 |
| Binary | 11011 | 11001101 | 11101100 | 1011001 | 1101 | 0 | 111 | 10111101 | 1010101 | 110100 |
Color Harmonies of #1BCDEC
Complementary color
Monochromatic Colors of #1BCDEC
Black with #1BCDEC
Text Example
Text Example
White with #1BCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCDEC; }
p { color: rgb(27,205,236); }
H1.HeaderClassName
{
color: #1BCDEC;
}
.AnyTagClassName
{
color: #1BCDEC;
}
</style>
background-color css
<style>
a { background-color: #1BCDEC; }
a { background-color: rgb(27,205,236); }
div.DivClassName
{
background-color: #1BCDEC;
}
.BgClassName
{
background-color: #1BCDEC;
}
</style>
border-color css
<style>
span { border-color: #1BCDEC; }
span { border-color: rgb(27,205,236); }
td.TdClassName
{
border-color: #1BCDEC;
}
.TagClassName
{
border-color: #1BCDEC;
}
</style>