Shades of Deep Sky Blue #1ABFF4
Tints of Deep Sky Blue #1ABFF4
RGB
CMYK
RGB Variations
Color information
#1ABFF4 (or 0x1ABFF4) is known color: Deep Sky Blue. HEX triplet: 1A, BF and F4. RGB value is (26,191,244). Sum of RGB (Red+Green+Blue) = 26+191+244=461 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.64% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 244 (95.70% from 255 or 52.93% from 461); Max value from RGB is 244 - color contains mainly: blue. Hex color #1ABFF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABFF4 is #E5400B. Grayscale: #939393. Windows color (decimal): -15024140 or 16039706. OLE color: 16039706.
HSL color Cylindrical-coordinate representation of color #1ABFF4: hue angle of 194.59º degrees, saturation: 0.91, 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 #1ABFF4 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 191 | 244 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.04 |
| HSL | 194.59º | 0.91% | 0.53% | - |
| HSV(B) | 194.59º | 0.89% | 0.96% | - |
| XYZ | 35.39 | 44.01 | 92.22 | - |
| YUV | 147.71 | 182.34 | 41.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 244 | 0.89 | 0.22 | 0 | 0.04 | 194.59 | 0.91 | 0.53 |
| Hex | 1A | BF | F4 | 59 | 16 | 0 | 4 | C3 | 5B | 35 |
| Octal | 32 | 277 | 364 | 131 | 26 | 0 | 4 | 303 | 133 | 65 |
| Binary | 11010 | 10111111 | 11110100 | 1011001 | 10110 | 0 | 100 | 11000011 | 1011011 | 110101 |
Color Harmonies of #1ABFF4
Complementary color
Monochromatic Colors of #1ABFF4
Black with #1ABFF4
Text Example
Text Example
White with #1ABFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABFF4; }
p { color: rgb(26,191,244); }
H1.HeaderClassName
{
color: #1ABFF4;
}
.AnyTagClassName
{
color: #1ABFF4;
}
</style>
background-color css
<style>
a { background-color: #1ABFF4; }
a { background-color: rgb(26,191,244); }
div.DivClassName
{
background-color: #1ABFF4;
}
.BgClassName
{
background-color: #1ABFF4;
}
</style>
border-color css
<style>
span { border-color: #1ABFF4; }
span { border-color: rgb(26,191,244); }
td.TdClassName
{
border-color: #1ABFF4;
}
.TagClassName
{
border-color: #1ABFF4;
}
</style>