Shades of Deep Sky Blue #1ABFF7
Tints of Deep Sky Blue #1ABFF7
RGB
CMYK
RGB Variations
Color information
#1ABFF7 (or 0x1ABFF7) is known color: Deep Sky Blue. HEX triplet: 1A, BF and F7. RGB value is (26,191,247). Sum of RGB (Red+Green+Blue) = 26+191+247=464 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.60% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 247 (96.88% from 255 or 53.23% from 464); Max value from RGB is 247 - color contains mainly: blue. Hex color #1ABFF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABFF7 is #E54008. Grayscale: #939393. Windows color (decimal): -15024137 or 16236314. OLE color: 16236314.
HSL color Cylindrical-coordinate representation of color #1ABFF7: hue angle of 195.2º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABFF7 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 191 | 247 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.03 |
| HSL | 195.2º | 0.93% | 0.54% | - |
| HSV(B) | 195.2º | 0.89% | 0.97% | - |
| XYZ | 35.85 | 44.2 | 94.64 | - |
| YUV | 148.05 | 183.84 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 247 | 0.89 | 0.23 | 0 | 0.03 | 195.2 | 0.93 | 0.54 |
| Hex | 1A | BF | F7 | 59 | 17 | 0 | 3 | C3 | 5D | 36 |
| Octal | 32 | 277 | 367 | 131 | 27 | 0 | 3 | 303 | 135 | 66 |
| Binary | 11010 | 10111111 | 11110111 | 1011001 | 10111 | 0 | 11 | 11000011 | 1011101 | 110110 |
Color Harmonies of #1ABFF7
Complementary color
Monochromatic Colors of #1ABFF7
Black with #1ABFF7
Text Example
Text Example
White with #1ABFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABFF7; }
p { color: rgb(26,191,247); }
H1.HeaderClassName
{
color: #1ABFF7;
}
.AnyTagClassName
{
color: #1ABFF7;
}
</style>
background-color css
<style>
a { background-color: #1ABFF7; }
a { background-color: rgb(26,191,247); }
div.DivClassName
{
background-color: #1ABFF7;
}
.BgClassName
{
background-color: #1ABFF7;
}
</style>
border-color css
<style>
span { border-color: #1ABFF7; }
span { border-color: rgb(26,191,247); }
td.TdClassName
{
border-color: #1ABFF7;
}
.TagClassName
{
border-color: #1ABFF7;
}
</style>