Shades of Deep Sky Blue #1ABFF6
Tints of Deep Sky Blue #1ABFF6
RGB
CMYK
RGB Variations
Color information
#1ABFF6 (or 0x1ABFF6) is known color: Deep Sky Blue. HEX triplet: 1A, BF and F6. RGB value is (26,191,246). Sum of RGB (Red+Green+Blue) = 26+191+246=463 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.62% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 246 (96.48% from 255 or 53.13% from 463); Max value from RGB is 246 - color contains mainly: blue. Hex color #1ABFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABFF6 is #E54009. Grayscale: #939393. Windows color (decimal): -15024138 or 16170778. OLE color: 16170778.
HSL color Cylindrical-coordinate representation of color #1ABFF6: hue angle of 195º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABFF6 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 191 | 246 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.04 |
| HSL | 195º | 0.92% | 0.53% | - |
| HSV(B) | 195º | 0.89% | 0.96% | - |
| XYZ | 35.69 | 44.14 | 93.83 | - |
| YUV | 147.94 | 183.34 | 41.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 246 | 0.89 | 0.22 | 0 | 0.04 | 195 | 0.92 | 0.53 |
| Hex | 1A | BF | F6 | 59 | 16 | 0 | 4 | C3 | 5C | 35 |
| Octal | 32 | 277 | 366 | 131 | 26 | 0 | 4 | 303 | 134 | 65 |
| Binary | 11010 | 10111111 | 11110110 | 1011001 | 10110 | 0 | 100 | 11000011 | 1011100 | 110101 |
Color Harmonies of #1ABFF6
Complementary color
Monochromatic Colors of #1ABFF6
Black with #1ABFF6
Text Example
Text Example
White with #1ABFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABFF6; }
p { color: rgb(26,191,246); }
H1.HeaderClassName
{
color: #1ABFF6;
}
.AnyTagClassName
{
color: #1ABFF6;
}
</style>
background-color css
<style>
a { background-color: #1ABFF6; }
a { background-color: rgb(26,191,246); }
div.DivClassName
{
background-color: #1ABFF6;
}
.BgClassName
{
background-color: #1ABFF6;
}
</style>
border-color css
<style>
span { border-color: #1ABFF6; }
span { border-color: rgb(26,191,246); }
td.TdClassName
{
border-color: #1ABFF6;
}
.TagClassName
{
border-color: #1ABFF6;
}
</style>