Shades of Deep Sky Blue #1ABFEF
Tints of Deep Sky Blue #1ABFEF
RGB
CMYK
RGB Variations
Color information
#1ABFEF (or 0x1ABFEF) is known color: Deep Sky Blue. HEX triplet: 1A, BF and EF. RGB value is (26,191,239). Sum of RGB (Red+Green+Blue) = 26+191+239=456 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.70% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #1ABFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABFEF is #E54010. Grayscale: #929292. Windows color (decimal): -15024145 or 15712026. OLE color: 15712026.
HSL color Cylindrical-coordinate representation of color #1ABFEF: hue angle of 193.52º 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 #1ABFEF is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 191 | 239 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.06 |
| HSL | 193.52º | 0.87% | 0.52% | - |
| HSV(B) | 193.52º | 0.89% | 0.94% | - |
| XYZ | 34.64 | 43.71 | 88.27 | - |
| YUV | 147.14 | 179.84 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 239 | 0.89 | 0.20 | 0 | 0.06 | 193.52 | 0.87 | 0.52 |
| Hex | 1A | BF | EF | 59 | 14 | 0 | 6 | C2 | 57 | 34 |
| Octal | 32 | 277 | 357 | 131 | 24 | 0 | 6 | 302 | 127 | 64 |
| Binary | 11010 | 10111111 | 11101111 | 1011001 | 10100 | 0 | 110 | 11000010 | 1010111 | 110100 |
Color Harmonies of #1ABFEF
Complementary color
Monochromatic Colors of #1ABFEF
Black with #1ABFEF
Text Example
Text Example
White with #1ABFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABFEF; }
p { color: rgb(26,191,239); }
H1.HeaderClassName
{
color: #1ABFEF;
}
.AnyTagClassName
{
color: #1ABFEF;
}
</style>
background-color css
<style>
a { background-color: #1ABFEF; }
a { background-color: rgb(26,191,239); }
div.DivClassName
{
background-color: #1ABFEF;
}
.BgClassName
{
background-color: #1ABFEF;
}
</style>
border-color css
<style>
span { border-color: #1ABFEF; }
span { border-color: rgb(26,191,239); }
td.TdClassName
{
border-color: #1ABFEF;
}
.TagClassName
{
border-color: #1ABFEF;
}
</style>