Shades of Deep Sky Blue #1ABCFD
Tints of Deep Sky Blue #1ABCFD
RGB
CMYK
RGB Variations
Color information
#1ABCFD (or 0x1ABCFD) is known color: Deep Sky Blue. HEX triplet: 1A, BC and FD. RGB value is (26,188,253). Sum of RGB (Red+Green+Blue) = 26+188+253=467 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.57% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #1ABCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABCFD is #E54302. Grayscale: #929292. Windows color (decimal): -15024899 or 16628762. OLE color: 16628762.
HSL color Cylindrical-coordinate representation of color #1ABCFD: hue angle of 197.18º degrees, saturation: 0.98, 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 #1ABCFD is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 188 | 253 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.01 |
| HSL | 197.18º | 0.98% | 0.55% | - |
| HSV(B) | 197.18º | 0.9% | 0.99% | - |
| XYZ | 36.14 | 43.28 | 99.38 | - |
| YUV | 146.97 | 187.83 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 253 | 0.90 | 0.26 | 0 | 0.01 | 197.18 | 0.98 | 0.55 |
| Hex | 1A | BC | FD | 5A | 1A | 0 | 1 | C5 | 62 | 37 |
| Octal | 32 | 274 | 375 | 132 | 32 | 0 | 1 | 305 | 142 | 67 |
| Binary | 11010 | 10111100 | 11111101 | 1011010 | 11010 | 0 | 1 | 11000101 | 1100010 | 110111 |
Color Harmonies of #1ABCFD
Complementary color
Monochromatic Colors of #1ABCFD
Black with #1ABCFD
Text Example
Text Example
White with #1ABCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABCFD; }
p { color: rgb(26,188,253); }
H1.HeaderClassName
{
color: #1ABCFD;
}
.AnyTagClassName
{
color: #1ABCFD;
}
</style>
background-color css
<style>
a { background-color: #1ABCFD; }
a { background-color: rgb(26,188,253); }
div.DivClassName
{
background-color: #1ABCFD;
}
.BgClassName
{
background-color: #1ABCFD;
}
</style>
border-color css
<style>
span { border-color: #1ABCFD; }
span { border-color: rgb(26,188,253); }
td.TdClassName
{
border-color: #1ABCFD;
}
.TagClassName
{
border-color: #1ABCFD;
}
</style>