Shades of Deep Sky Blue #1ABCEC
Tints of Deep Sky Blue #1ABCEC
RGB
CMYK
RGB Variations
Color information
#1ABCEC (or 0x1ABCEC) is known color: Deep Sky Blue. HEX triplet: 1A, BC and EC. RGB value is (26,188,236). Sum of RGB (Red+Green+Blue) = 26+188+236=450 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.78% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #1ABCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABCEC is #E54313. Grayscale: #909090. Windows color (decimal): -15024916 or 15514650. OLE color: 15514650.
HSL color Cylindrical-coordinate representation of color #1ABCEC: hue angle of 193.71º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABCEC is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 188 | 236 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.07 |
| HSL | 193.71º | 0.85% | 0.51% | - |
| HSV(B) | 193.71º | 0.89% | 0.93% | - |
| XYZ | 33.55 | 42.24 | 85.74 | - |
| YUV | 145.03 | 179.33 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 236 | 0.89 | 0.20 | 0 | 0.07 | 193.71 | 0.85 | 0.51 |
| Hex | 1A | BC | EC | 59 | 14 | 0 | 7 | C2 | 55 | 33 |
| Octal | 32 | 274 | 354 | 131 | 24 | 0 | 7 | 302 | 125 | 63 |
| Binary | 11010 | 10111100 | 11101100 | 1011001 | 10100 | 0 | 111 | 11000010 | 1010101 | 110011 |
Color Harmonies of #1ABCEC
Complementary color
Monochromatic Colors of #1ABCEC
Black with #1ABCEC
Text Example
Text Example
White with #1ABCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABCEC; }
p { color: rgb(26,188,236); }
H1.HeaderClassName
{
color: #1ABCEC;
}
.AnyTagClassName
{
color: #1ABCEC;
}
</style>
background-color css
<style>
a { background-color: #1ABCEC; }
a { background-color: rgb(26,188,236); }
div.DivClassName
{
background-color: #1ABCEC;
}
.BgClassName
{
background-color: #1ABCEC;
}
</style>
border-color css
<style>
span { border-color: #1ABCEC; }
span { border-color: rgb(26,188,236); }
td.TdClassName
{
border-color: #1ABCEC;
}
.TagClassName
{
border-color: #1ABCEC;
}
</style>