Shades of Deep Sky Blue #1ABBFF
Tints of Deep Sky Blue #1ABBFF
RGB
CMYK
RGB Variations
Color information
#1ABBFF (or 0x1ABBFF) is known color: Deep Sky Blue. HEX triplet: 1A, BB and FF. RGB value is (26,187,255). Sum of RGB (Red+Green+Blue) = 26+187+255=468 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.56% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ABBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABBFF is #E54400. Grayscale: #929292. Windows color (decimal): -15025153 or 16759578. OLE color: 16759578.
HSL color Cylindrical-coordinate representation of color #1ABBFF: hue angle of 197.82º 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 #1ABBFF is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 187 | 255 | - |
| CMYK | 0.90 | 0.27 | 0 | 0 |
| HSL | 197.82º | 1% | 0.55% | - |
| HSV(B) | 197.82º | 0.9% | 1% | - |
| XYZ | 36.25 | 42.98 | 100.99 | - |
| YUV | 146.61 | 189.16 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 255 | 0.90 | 0.27 | 0 | 0 | 197.82 | 1 | 0.55 |
| Hex | 1A | BB | FF | 5A | 1B | 0 | 0 | C6 | 64 | 37 |
| Octal | 32 | 273 | 377 | 132 | 33 | 0 | 0 | 306 | 144 | 67 |
| Binary | 11010 | 10111011 | 11111111 | 1011010 | 11011 | 0 | 0 | 11000110 | 1100100 | 110111 |
Color Harmonies of #1ABBFF
Complementary color
Monochromatic Colors of #1ABBFF
Black with #1ABBFF
Text Example
Text Example
White with #1ABBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBFF; }
p { color: rgb(26,187,255); }
H1.HeaderClassName
{
color: #1ABBFF;
}
.AnyTagClassName
{
color: #1ABBFF;
}
</style>
background-color css
<style>
a { background-color: #1ABBFF; }
a { background-color: rgb(26,187,255); }
div.DivClassName
{
background-color: #1ABBFF;
}
.BgClassName
{
background-color: #1ABBFF;
}
</style>
border-color css
<style>
span { border-color: #1ABBFF; }
span { border-color: rgb(26,187,255); }
td.TdClassName
{
border-color: #1ABBFF;
}
.TagClassName
{
border-color: #1ABBFF;
}
</style>