Shades of Deep Sky Blue #1ABCFF
Tints of Deep Sky Blue #1ABCFF
RGB
CMYK
RGB Variations
Color information
#1ABCFF (or 0x1ABCFF) is known color: Deep Sky Blue. HEX triplet: 1A, BC and FF. RGB value is (26,188,255). Sum of RGB (Red+Green+Blue) = 26+188+255=469 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.54% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ABCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABCFF is #E54300. Grayscale: #929292. Windows color (decimal): -15024897 or 16759834. OLE color: 16759834.
HSL color Cylindrical-coordinate representation of color #1ABCFF: hue angle of 197.55º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ABCFF is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 188 | 255 | - |
| CMYK | 0.90 | 0.26 | 0 | 0 |
| HSL | 197.55º | 1% | 0.55% | - |
| HSV(B) | 197.55º | 0.9% | 1% | - |
| XYZ | 36.46 | 43.41 | 101.06 | - |
| YUV | 147.2 | 188.83 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 255 | 0.90 | 0.26 | 0 | 0 | 197.55 | 1 | 0.55 |
| Hex | 1A | BC | FF | 5A | 1A | 0 | 0 | C6 | 64 | 37 |
| Octal | 32 | 274 | 377 | 132 | 32 | 0 | 0 | 306 | 144 | 67 |
| Binary | 11010 | 10111100 | 11111111 | 1011010 | 11010 | 0 | 0 | 11000110 | 1100100 | 110111 |
Color Harmonies of #1ABCFF
Complementary color
Monochromatic Colors of #1ABCFF
Black with #1ABCFF
Text Example
Text Example
White with #1ABCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABCFF; }
p { color: rgb(26,188,255); }
H1.HeaderClassName
{
color: #1ABCFF;
}
.AnyTagClassName
{
color: #1ABCFF;
}
</style>
background-color css
<style>
a { background-color: #1ABCFF; }
a { background-color: rgb(26,188,255); }
div.DivClassName
{
background-color: #1ABCFF;
}
.BgClassName
{
background-color: #1ABCFF;
}
</style>
border-color css
<style>
span { border-color: #1ABCFF; }
span { border-color: rgb(26,188,255); }
td.TdClassName
{
border-color: #1ABCFF;
}
.TagClassName
{
border-color: #1ABCFF;
}
</style>