Shades of Deep Sky Blue #1ABBFD
Tints of Deep Sky Blue #1ABBFD
RGB
CMYK
RGB Variations
Color information
#1ABBFD (or 0x1ABBFD) is known color: Deep Sky Blue. HEX triplet: 1A, BB and FD. RGB value is (26,187,253). Sum of RGB (Red+Green+Blue) = 26+187+253=466 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.58% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #1ABBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABBFD is #E54402. Grayscale: #919191. Windows color (decimal): -15025155 or 16628506. OLE color: 16628506.
HSL color Cylindrical-coordinate representation of color #1ABBFD: hue angle of 197.44º 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 #1ABBFD is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 187 | 253 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.01 |
| HSL | 197.44º | 0.98% | 0.55% | - |
| HSV(B) | 197.44º | 0.9% | 0.99% | - |
| XYZ | 35.93 | 42.85 | 99.31 | - |
| YUV | 146.39 | 188.16 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 253 | 0.90 | 0.26 | 0 | 0.01 | 197.44 | 0.98 | 0.55 |
| Hex | 1A | BB | FD | 5A | 1A | 0 | 1 | C5 | 62 | 37 |
| Octal | 32 | 273 | 375 | 132 | 32 | 0 | 1 | 305 | 142 | 67 |
| Binary | 11010 | 10111011 | 11111101 | 1011010 | 11010 | 0 | 1 | 11000101 | 1100010 | 110111 |
Color Harmonies of #1ABBFD
Complementary color
Monochromatic Colors of #1ABBFD
Black with #1ABBFD
Text Example
Text Example
White with #1ABBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBFD; }
p { color: rgb(26,187,253); }
H1.HeaderClassName
{
color: #1ABBFD;
}
.AnyTagClassName
{
color: #1ABBFD;
}
</style>
background-color css
<style>
a { background-color: #1ABBFD; }
a { background-color: rgb(26,187,253); }
div.DivClassName
{
background-color: #1ABBFD;
}
.BgClassName
{
background-color: #1ABBFD;
}
</style>
border-color css
<style>
span { border-color: #1ABBFD; }
span { border-color: rgb(26,187,253); }
td.TdClassName
{
border-color: #1ABBFD;
}
.TagClassName
{
border-color: #1ABBFD;
}
</style>