Shades of Deep Sky Blue #1ABBF6
Tints of Deep Sky Blue #1ABBF6
RGB
CMYK
RGB Variations
Color information
#1ABBF6 (or 0x1ABBF6) is known color: Deep Sky Blue. HEX triplet: 1A, BB and F6. RGB value is (26,187,246). Sum of RGB (Red+Green+Blue) = 26+187+246=459 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.66% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 246 (96.48% from 255 or 53.59% from 459); Max value from RGB is 246 - color contains mainly: blue. Hex color #1ABBF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABBF6 is #E54409. Grayscale: #919191. Windows color (decimal): -15025162 or 16169754. OLE color: 16169754.
HSL color Cylindrical-coordinate representation of color #1ABBF6: hue angle of 196.09º 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 #1ABBF6 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 187 | 246 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.04 |
| HSL | 196.09º | 0.92% | 0.53% | - |
| HSV(B) | 196.09º | 0.89% | 0.96% | - |
| XYZ | 34.83 | 42.41 | 93.54 | - |
| YUV | 145.59 | 184.66 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 246 | 0.89 | 0.24 | 0 | 0.04 | 196.09 | 0.92 | 0.53 |
| Hex | 1A | BB | F6 | 59 | 18 | 0 | 4 | C4 | 5C | 35 |
| Octal | 32 | 273 | 366 | 131 | 30 | 0 | 4 | 304 | 134 | 65 |
| Binary | 11010 | 10111011 | 11110110 | 1011001 | 11000 | 0 | 100 | 11000100 | 1011100 | 110101 |
Color Harmonies of #1ABBF6
Complementary color
Monochromatic Colors of #1ABBF6
Black with #1ABBF6
Text Example
Text Example
White with #1ABBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBF6; }
p { color: rgb(26,187,246); }
H1.HeaderClassName
{
color: #1ABBF6;
}
.AnyTagClassName
{
color: #1ABBF6;
}
</style>
background-color css
<style>
a { background-color: #1ABBF6; }
a { background-color: rgb(26,187,246); }
div.DivClassName
{
background-color: #1ABBF6;
}
.BgClassName
{
background-color: #1ABBF6;
}
</style>
border-color css
<style>
span { border-color: #1ABBF6; }
span { border-color: rgb(26,187,246); }
td.TdClassName
{
border-color: #1ABBF6;
}
.TagClassName
{
border-color: #1ABBF6;
}
</style>