Shades of Deep Sky Blue #1ABCFC
Tints of Deep Sky Blue #1ABCFC
RGB
CMYK
RGB Variations
Color information
#1ABCFC (or 0x1ABCFC) is known color: Deep Sky Blue. HEX triplet: 1A, BC and FC. RGB value is (26,188,252). Sum of RGB (Red+Green+Blue) = 26+188+252=466 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.58% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #1ABCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABCFC is #E54303. Grayscale: #929292. Windows color (decimal): -15024900 or 16563226. OLE color: 16563226.
HSL color Cylindrical-coordinate representation of color #1ABCFC: hue angle of 196.99º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ABCFC is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 188 | 252 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.01 |
| HSL | 196.99º | 0.97% | 0.55% | - |
| HSV(B) | 196.99º | 0.9% | 0.99% | - |
| XYZ | 35.98 | 43.21 | 98.54 | - |
| YUV | 146.86 | 187.33 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 252 | 0.90 | 0.25 | 0 | 0.01 | 196.99 | 0.97 | 0.55 |
| Hex | 1A | BC | FC | 5A | 19 | 0 | 1 | C5 | 61 | 37 |
| Octal | 32 | 274 | 374 | 132 | 31 | 0 | 1 | 305 | 141 | 67 |
| Binary | 11010 | 10111100 | 11111100 | 1011010 | 11001 | 0 | 1 | 11000101 | 1100001 | 110111 |
Color Harmonies of #1ABCFC
Complementary color
Monochromatic Colors of #1ABCFC
Black with #1ABCFC
Text Example
Text Example
White with #1ABCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABCFC; }
p { color: rgb(26,188,252); }
H1.HeaderClassName
{
color: #1ABCFC;
}
.AnyTagClassName
{
color: #1ABCFC;
}
</style>
background-color css
<style>
a { background-color: #1ABCFC; }
a { background-color: rgb(26,188,252); }
div.DivClassName
{
background-color: #1ABCFC;
}
.BgClassName
{
background-color: #1ABCFC;
}
</style>
border-color css
<style>
span { border-color: #1ABCFC; }
span { border-color: rgb(26,188,252); }
td.TdClassName
{
border-color: #1ABCFC;
}
.TagClassName
{
border-color: #1ABCFC;
}
</style>