Shades of Deep Sky Blue #1ABCEB
Tints of Deep Sky Blue #1ABCEB
RGB
CMYK
RGB Variations
Color information
#1ABCEB (or 0x1ABCEB) is known color: Deep Sky Blue. HEX triplet: 1A, BC and EB. RGB value is (26,188,235). Sum of RGB (Red+Green+Blue) = 26+188+235=449 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.79% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #1ABCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABCEB is #E54314. Grayscale: #909090. Windows color (decimal): -15024917 or 15449114. OLE color: 15449114.
HSL color Cylindrical-coordinate representation of color #1ABCEB: hue angle of 193.49º 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 #1ABCEB is Cyan = 0.89, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 188 | 235 | - |
| CMYK | 0.89 | 0.2 | 0 | 0.08 |
| HSL | 193.49º | 0.84% | 0.51% | - |
| HSV(B) | 193.49º | 0.89% | 0.92% | - |
| XYZ | 33.4 | 42.18 | 84.98 | - |
| YUV | 144.92 | 178.83 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 235 | 0.89 | 0.2 | 0 | 0.08 | 193.49 | 0.84 | 0.51 |
| Hex | 1A | BC | EB | 59 | 14 | 0 | 8 | C1 | 54 | 33 |
| Octal | 32 | 274 | 353 | 131 | 24 | 0 | 10 | 301 | 124 | 63 |
| Binary | 11010 | 10111100 | 11101011 | 1011001 | 10100 | 0 | 1000 | 11000001 | 1010100 | 110011 |
Color Harmonies of #1ABCEB
Complementary color
Monochromatic Colors of #1ABCEB
Black with #1ABCEB
Text Example
Text Example
White with #1ABCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABCEB; }
p { color: rgb(26,188,235); }
H1.HeaderClassName
{
color: #1ABCEB;
}
.AnyTagClassName
{
color: #1ABCEB;
}
</style>
background-color css
<style>
a { background-color: #1ABCEB; }
a { background-color: rgb(26,188,235); }
div.DivClassName
{
background-color: #1ABCEB;
}
.BgClassName
{
background-color: #1ABCEB;
}
</style>
border-color css
<style>
span { border-color: #1ABCEB; }
span { border-color: rgb(26,188,235); }
td.TdClassName
{
border-color: #1ABCEB;
}
.TagClassName
{
border-color: #1ABCEB;
}
</style>