Shades of Deep Sky Blue #1ABEEF
Tints of Deep Sky Blue #1ABEEF
RGB
CMYK
RGB Variations
Color information
#1ABEEF (or 0x1ABEEF) is known color: Deep Sky Blue. HEX triplet: 1A, BE and EF. RGB value is (26,190,239). Sum of RGB (Red+Green+Blue) = 26+190+239=455 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.71% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #1ABEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABEEF is #E54110. Grayscale: #929292. Windows color (decimal): -15024401 or 15711770. OLE color: 15711770.
HSL color Cylindrical-coordinate representation of color #1ABEEF: hue angle of 193.8º 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 #1ABEEF is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 190 | 239 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.06 |
| HSL | 193.8º | 0.87% | 0.52% | - |
| HSV(B) | 193.8º | 0.89% | 0.94% | - |
| XYZ | 34.42 | 43.28 | 88.2 | - |
| YUV | 146.55 | 180.17 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 239 | 0.89 | 0.21 | 0 | 0.06 | 193.8 | 0.87 | 0.52 |
| Hex | 1A | BE | EF | 59 | 15 | 0 | 6 | C2 | 57 | 34 |
| Octal | 32 | 276 | 357 | 131 | 25 | 0 | 6 | 302 | 127 | 64 |
| Binary | 11010 | 10111110 | 11101111 | 1011001 | 10101 | 0 | 110 | 11000010 | 1010111 | 110100 |
Color Harmonies of #1ABEEF
Complementary color
Monochromatic Colors of #1ABEEF
Black with #1ABEEF
Text Example
Text Example
White with #1ABEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABEEF; }
p { color: rgb(26,190,239); }
H1.HeaderClassName
{
color: #1ABEEF;
}
.AnyTagClassName
{
color: #1ABEEF;
}
</style>
background-color css
<style>
a { background-color: #1ABEEF; }
a { background-color: rgb(26,190,239); }
div.DivClassName
{
background-color: #1ABEEF;
}
.BgClassName
{
background-color: #1ABEEF;
}
</style>
border-color css
<style>
span { border-color: #1ABEEF; }
span { border-color: rgb(26,190,239); }
td.TdClassName
{
border-color: #1ABEEF;
}
.TagClassName
{
border-color: #1ABEEF;
}
</style>