Shades of Deep Sky Blue #1BCAEB
Tints of Deep Sky Blue #1BCAEB
RGB
CMYK
RGB Variations
Color information
#1BCAEB (or 0x1BCAEB) is known color: Deep Sky Blue. HEX triplet: 1B, CA and EB. RGB value is (27,202,235). Sum of RGB (Red+Green+Blue) = 27+202+235=464 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.82% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #1BCAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCAEB is #E43514. Grayscale: #999999. Windows color (decimal): -14955797 or 15452699. OLE color: 15452699.
HSL color Cylindrical-coordinate representation of color #1BCAEB: hue angle of 189.52º 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 #1BCAEB is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 202 | 235 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.08 |
| HSL | 189.52º | 0.84% | 0.51% | - |
| HSV(B) | 189.52º | 0.89% | 0.92% | - |
| XYZ | 36.57 | 48.47 | 86.03 | - |
| YUV | 153.44 | 174.02 | 37.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 235 | 0.89 | 0.14 | 0 | 0.08 | 189.52 | 0.84 | 0.51 |
| Hex | 1B | CA | EB | 59 | E | 0 | 8 | BE | 54 | 33 |
| Octal | 33 | 312 | 353 | 131 | 16 | 0 | 10 | 276 | 124 | 63 |
| Binary | 11011 | 11001010 | 11101011 | 1011001 | 1110 | 0 | 1000 | 10111110 | 1010100 | 110011 |
Color Harmonies of #1BCAEB
Complementary color
Monochromatic Colors of #1BCAEB
Black with #1BCAEB
Text Example
Text Example
White with #1BCAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCAEB; }
p { color: rgb(27,202,235); }
H1.HeaderClassName
{
color: #1BCAEB;
}
.AnyTagClassName
{
color: #1BCAEB;
}
</style>
background-color css
<style>
a { background-color: #1BCAEB; }
a { background-color: rgb(27,202,235); }
div.DivClassName
{
background-color: #1BCAEB;
}
.BgClassName
{
background-color: #1BCAEB;
}
</style>
border-color css
<style>
span { border-color: #1BCAEB; }
span { border-color: rgb(27,202,235); }
td.TdClassName
{
border-color: #1BCAEB;
}
.TagClassName
{
border-color: #1BCAEB;
}
</style>