Shades of Deep Sky Blue #1ABFED
Tints of Deep Sky Blue #1ABFED
RGB
CMYK
RGB Variations
Color information
#1ABFED (or 0x1ABFED) is known color: Deep Sky Blue. HEX triplet: 1A, BF and ED. RGB value is (26,191,237). Sum of RGB (Red+Green+Blue) = 26+191+237=454 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.73% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #1ABFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABFED is #E54012. Grayscale: #929292. Windows color (decimal): -15024147 or 15580954. OLE color: 15580954.
HSL color Cylindrical-coordinate representation of color #1ABFED: hue angle of 193.08º 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 #1ABFED is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 191 | 237 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.07 |
| HSL | 193.08º | 0.85% | 0.52% | - |
| HSV(B) | 193.08º | 0.89% | 0.93% | - |
| XYZ | 34.34 | 43.6 | 86.73 | - |
| YUV | 146.91 | 178.84 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 237 | 0.89 | 0.19 | 0 | 0.07 | 193.08 | 0.85 | 0.52 |
| Hex | 1A | BF | ED | 59 | 13 | 0 | 7 | C1 | 55 | 34 |
| Octal | 32 | 277 | 355 | 131 | 23 | 0 | 7 | 301 | 125 | 64 |
| Binary | 11010 | 10111111 | 11101101 | 1011001 | 10011 | 0 | 111 | 11000001 | 1010101 | 110100 |
Color Harmonies of #1ABFED
Complementary color
Monochromatic Colors of #1ABFED
Black with #1ABFED
Text Example
Text Example
White with #1ABFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABFED; }
p { color: rgb(26,191,237); }
H1.HeaderClassName
{
color: #1ABFED;
}
.AnyTagClassName
{
color: #1ABFED;
}
</style>
background-color css
<style>
a { background-color: #1ABFED; }
a { background-color: rgb(26,191,237); }
div.DivClassName
{
background-color: #1ABFED;
}
.BgClassName
{
background-color: #1ABFED;
}
</style>
border-color css
<style>
span { border-color: #1ABFED; }
span { border-color: rgb(26,191,237); }
td.TdClassName
{
border-color: #1ABFED;
}
.TagClassName
{
border-color: #1ABFED;
}
</style>