Shades of Deep Sky Blue #1ABCEF
Tints of Deep Sky Blue #1ABCEF
RGB
CMYK
RGB Variations
Color information
#1ABCEF (or 0x1ABCEF) is known color: Deep Sky Blue. HEX triplet: 1A, BC and EF. RGB value is (26,188,239). Sum of RGB (Red+Green+Blue) = 26+188+239=453 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.74% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #1ABCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABCEF is #E54310. Grayscale: #919191. Windows color (decimal): -15024913 or 15711258. OLE color: 15711258.
HSL color Cylindrical-coordinate representation of color #1ABCEF: hue angle of 194.37º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABCEF is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 188 | 239 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.06 |
| HSL | 194.37º | 0.87% | 0.52% | - |
| HSV(B) | 194.37º | 0.89% | 0.94% | - |
| XYZ | 33.99 | 42.42 | 88.06 | - |
| YUV | 145.38 | 180.83 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 239 | 0.89 | 0.21 | 0 | 0.06 | 194.37 | 0.87 | 0.52 |
| Hex | 1A | BC | EF | 59 | 15 | 0 | 6 | C2 | 57 | 34 |
| Octal | 32 | 274 | 357 | 131 | 25 | 0 | 6 | 302 | 127 | 64 |
| Binary | 11010 | 10111100 | 11101111 | 1011001 | 10101 | 0 | 110 | 11000010 | 1010111 | 110100 |
Color Harmonies of #1ABCEF
Complementary color
Monochromatic Colors of #1ABCEF
Black with #1ABCEF
Text Example
Text Example
White with #1ABCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABCEF; }
p { color: rgb(26,188,239); }
H1.HeaderClassName
{
color: #1ABCEF;
}
.AnyTagClassName
{
color: #1ABCEF;
}
</style>
background-color css
<style>
a { background-color: #1ABCEF; }
a { background-color: rgb(26,188,239); }
div.DivClassName
{
background-color: #1ABCEF;
}
.BgClassName
{
background-color: #1ABCEF;
}
</style>
border-color css
<style>
span { border-color: #1ABCEF; }
span { border-color: rgb(26,188,239); }
td.TdClassName
{
border-color: #1ABCEF;
}
.TagClassName
{
border-color: #1ABCEF;
}
</style>