Shades of Deep Sky Blue #1ABBFB
Tints of Deep Sky Blue #1ABBFB
RGB
CMYK
RGB Variations
Color information
#1ABBFB (or 0x1ABBFB) is known color: Deep Sky Blue. HEX triplet: 1A, BB and FB. RGB value is (26,187,251). Sum of RGB (Red+Green+Blue) = 26+187+251=464 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.60% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #1ABBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABBFB is #E54404. Grayscale: #919191. Windows color (decimal): -15025157 or 16497434. OLE color: 16497434.
HSL color Cylindrical-coordinate representation of color #1ABBFB: hue angle of 197.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ABBFB is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 187 | 251 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.02 |
| HSL | 197.07º | 0.97% | 0.54% | - |
| HSV(B) | 197.07º | 0.9% | 0.98% | - |
| XYZ | 35.61 | 42.73 | 97.64 | - |
| YUV | 146.16 | 187.16 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 251 | 0.90 | 0.25 | 0 | 0.02 | 197.07 | 0.97 | 0.54 |
| Hex | 1A | BB | FB | 5A | 19 | 0 | 2 | C5 | 61 | 36 |
| Octal | 32 | 273 | 373 | 132 | 31 | 0 | 2 | 305 | 141 | 66 |
| Binary | 11010 | 10111011 | 11111011 | 1011010 | 11001 | 0 | 10 | 11000101 | 1100001 | 110110 |
Color Harmonies of #1ABBFB
Complementary color
Monochromatic Colors of #1ABBFB
Black with #1ABBFB
Text Example
Text Example
White with #1ABBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBFB; }
p { color: rgb(26,187,251); }
H1.HeaderClassName
{
color: #1ABBFB;
}
.AnyTagClassName
{
color: #1ABBFB;
}
</style>
background-color css
<style>
a { background-color: #1ABBFB; }
a { background-color: rgb(26,187,251); }
div.DivClassName
{
background-color: #1ABBFB;
}
.BgClassName
{
background-color: #1ABBFB;
}
</style>
border-color css
<style>
span { border-color: #1ABBFB; }
span { border-color: rgb(26,187,251); }
td.TdClassName
{
border-color: #1ABBFB;
}
.TagClassName
{
border-color: #1ABBFB;
}
</style>