Shades of Deep Sky Blue #1ABFEB
Tints of Deep Sky Blue #1ABFEB
RGB
CMYK
RGB Variations
Color information
#1ABFEB (or 0x1ABFEB) is known color: Deep Sky Blue. HEX triplet: 1A, BF and EB. RGB value is (26,191,235). Sum of RGB (Red+Green+Blue) = 26+191+235=452 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.75% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #1ABFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABFEB is #E54014. Grayscale: #929292. Windows color (decimal): -15024149 or 15449882. OLE color: 15449882.
HSL color Cylindrical-coordinate representation of color #1ABFEB: hue angle of 192.63º 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 #1ABFEB is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 191 | 235 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.08 |
| HSL | 192.63º | 0.84% | 0.51% | - |
| HSV(B) | 192.63º | 0.89% | 0.92% | - |
| XYZ | 34.05 | 43.48 | 85.19 | - |
| YUV | 146.68 | 177.84 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 235 | 0.89 | 0.19 | 0 | 0.08 | 192.63 | 0.84 | 0.51 |
| Hex | 1A | BF | EB | 59 | 13 | 0 | 8 | C1 | 54 | 33 |
| Octal | 32 | 277 | 353 | 131 | 23 | 0 | 10 | 301 | 124 | 63 |
| Binary | 11010 | 10111111 | 11101011 | 1011001 | 10011 | 0 | 1000 | 11000001 | 1010100 | 110011 |
Color Harmonies of #1ABFEB
Complementary color
Monochromatic Colors of #1ABFEB
Black with #1ABFEB
Text Example
Text Example
White with #1ABFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABFEB; }
p { color: rgb(26,191,235); }
H1.HeaderClassName
{
color: #1ABFEB;
}
.AnyTagClassName
{
color: #1ABFEB;
}
</style>
background-color css
<style>
a { background-color: #1ABFEB; }
a { background-color: rgb(26,191,235); }
div.DivClassName
{
background-color: #1ABFEB;
}
.BgClassName
{
background-color: #1ABFEB;
}
</style>
border-color css
<style>
span { border-color: #1ABFEB; }
span { border-color: rgb(26,191,235); }
td.TdClassName
{
border-color: #1ABFEB;
}
.TagClassName
{
border-color: #1ABFEB;
}
</style>