Shades of Deep Sky Blue #1ABCED
Tints of Deep Sky Blue #1ABCED
RGB
CMYK
RGB Variations
Color information
#1ABCED (or 0x1ABCED) is known color: Deep Sky Blue. HEX triplet: 1A, BC and ED. RGB value is (26,188,237). Sum of RGB (Red+Green+Blue) = 26+188+237=451 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.76% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #1ABCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABCED is #E54312. Grayscale: #909090. Windows color (decimal): -15024915 or 15580186. OLE color: 15580186.
HSL color Cylindrical-coordinate representation of color #1ABCED: hue angle of 193.93º 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 #1ABCED is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 188 | 237 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.07 |
| HSL | 193.93º | 0.85% | 0.52% | - |
| HSV(B) | 193.93º | 0.89% | 0.93% | - |
| XYZ | 33.7 | 42.3 | 86.51 | - |
| YUV | 145.15 | 179.83 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 237 | 0.89 | 0.21 | 0 | 0.07 | 193.93 | 0.85 | 0.52 |
| Hex | 1A | BC | ED | 59 | 15 | 0 | 7 | C2 | 55 | 34 |
| Octal | 32 | 274 | 355 | 131 | 25 | 0 | 7 | 302 | 125 | 64 |
| Binary | 11010 | 10111100 | 11101101 | 1011001 | 10101 | 0 | 111 | 11000010 | 1010101 | 110100 |
Color Harmonies of #1ABCED
Complementary color
Monochromatic Colors of #1ABCED
Black with #1ABCED
Text Example
Text Example
White with #1ABCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABCED; }
p { color: rgb(26,188,237); }
H1.HeaderClassName
{
color: #1ABCED;
}
.AnyTagClassName
{
color: #1ABCED;
}
</style>
background-color css
<style>
a { background-color: #1ABCED; }
a { background-color: rgb(26,188,237); }
div.DivClassName
{
background-color: #1ABCED;
}
.BgClassName
{
background-color: #1ABCED;
}
</style>
border-color css
<style>
span { border-color: #1ABCED; }
span { border-color: rgb(26,188,237); }
td.TdClassName
{
border-color: #1ABCED;
}
.TagClassName
{
border-color: #1ABCED;
}
</style>