Shades of Deep Sky Blue #1BCBEA
Tints of Deep Sky Blue #1BCBEA
RGB
CMYK
RGB Variations
Color information
#1BCBEA (or 0x1BCBEA) is known color: Deep Sky Blue. HEX triplet: 1B, CB and EA. RGB value is (27,203,234). Sum of RGB (Red+Green+Blue) = 27+203+234=464 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.82% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #1BCBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCBEA is #E43415. Grayscale: #999999. Windows color (decimal): -14955542 or 15387419. OLE color: 15387419.
HSL color Cylindrical-coordinate representation of color #1BCBEA: hue angle of 188.99º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BCBEA is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 203 | 234 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.08 |
| HSL | 188.99º | 0.83% | 0.51% | - |
| HSV(B) | 188.99º | 0.88% | 0.92% | - |
| XYZ | 36.66 | 48.89 | 85.35 | - |
| YUV | 153.91 | 173.19 | 37.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 203 | 234 | 0.88 | 0.13 | 0 | 0.08 | 188.99 | 0.83 | 0.51 |
| Hex | 1B | CB | EA | 58 | D | 0 | 8 | BD | 53 | 33 |
| Octal | 33 | 313 | 352 | 130 | 15 | 0 | 10 | 275 | 123 | 63 |
| Binary | 11011 | 11001011 | 11101010 | 1011000 | 1101 | 0 | 1000 | 10111101 | 1010011 | 110011 |
Color Harmonies of #1BCBEA
Complementary color
Monochromatic Colors of #1BCBEA
Black with #1BCBEA
Text Example
Text Example
White with #1BCBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCBEA; }
p { color: rgb(27,203,234); }
H1.HeaderClassName
{
color: #1BCBEA;
}
.AnyTagClassName
{
color: #1BCBEA;
}
</style>
background-color css
<style>
a { background-color: #1BCBEA; }
a { background-color: rgb(27,203,234); }
div.DivClassName
{
background-color: #1BCBEA;
}
.BgClassName
{
background-color: #1BCBEA;
}
</style>
border-color css
<style>
span { border-color: #1BCBEA; }
span { border-color: rgb(27,203,234); }
td.TdClassName
{
border-color: #1BCBEA;
}
.TagClassName
{
border-color: #1BCBEA;
}
</style>