Shades of Deep Sky Blue #1ABBFC
Tints of Deep Sky Blue #1ABBFC
RGB
CMYK
RGB Variations
Color information
#1ABBFC (or 0x1ABBFC) is known color: Deep Sky Blue. HEX triplet: 1A, BB and FC. RGB value is (26,187,252). Sum of RGB (Red+Green+Blue) = 26+187+252=465 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.59% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #1ABBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABBFC is #E54403. Grayscale: #919191. Windows color (decimal): -15025156 or 16562970. OLE color: 16562970.
HSL color Cylindrical-coordinate representation of color #1ABBFC: hue angle of 197.26º 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 #1ABBFC is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 187 | 252 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.01 |
| HSL | 197.26º | 0.97% | 0.55% | - |
| HSV(B) | 197.26º | 0.9% | 0.99% | - |
| XYZ | 35.77 | 42.79 | 98.47 | - |
| YUV | 146.27 | 187.66 | 42.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 252 | 0.90 | 0.26 | 0 | 0.01 | 197.26 | 0.97 | 0.55 |
| Hex | 1A | BB | FC | 5A | 1A | 0 | 1 | C5 | 61 | 37 |
| Octal | 32 | 273 | 374 | 132 | 32 | 0 | 1 | 305 | 141 | 67 |
| Binary | 11010 | 10111011 | 11111100 | 1011010 | 11010 | 0 | 1 | 11000101 | 1100001 | 110111 |
Color Harmonies of #1ABBFC
Complementary color
Monochromatic Colors of #1ABBFC
Black with #1ABBFC
Text Example
Text Example
White with #1ABBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBFC; }
p { color: rgb(26,187,252); }
H1.HeaderClassName
{
color: #1ABBFC;
}
.AnyTagClassName
{
color: #1ABBFC;
}
</style>
background-color css
<style>
a { background-color: #1ABBFC; }
a { background-color: rgb(26,187,252); }
div.DivClassName
{
background-color: #1ABBFC;
}
.BgClassName
{
background-color: #1ABBFC;
}
</style>
border-color css
<style>
span { border-color: #1ABBFC; }
span { border-color: rgb(26,187,252); }
td.TdClassName
{
border-color: #1ABBFC;
}
.TagClassName
{
border-color: #1ABBFC;
}
</style>