Shades of Deep Sky Blue #1AB1FC
Tints of Deep Sky Blue #1AB1FC
RGB
CMYK
RGB Variations
Color information
#1AB1FC (or 0x1AB1FC) is known color: Deep Sky Blue. HEX triplet: 1A, B1 and FC. RGB value is (26,177,252). Sum of RGB (Red+Green+Blue) = 26+177+252=455 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.71% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #1AB1FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AB1FC is #E54E03. Grayscale: #8B8B8B. Windows color (decimal): -15027716 or 16560410. OLE color: 16560410.
HSL color Cylindrical-coordinate representation of color #1AB1FC: hue angle of 199.91º 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 #1AB1FC is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 177 | 252 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.01 |
| HSL | 199.91º | 0.97% | 0.55% | - |
| HSV(B) | 199.91º | 0.9% | 0.99% | - |
| XYZ | 33.72 | 38.69 | 97.79 | - |
| YUV | 140.4 | 190.97 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 177 | 252 | 0.90 | 0.30 | 0 | 0.01 | 199.91 | 0.97 | 0.55 |
| Hex | 1A | B1 | FC | 5A | 1E | 0 | 1 | C8 | 61 | 37 |
| Octal | 32 | 261 | 374 | 132 | 36 | 0 | 1 | 310 | 141 | 67 |
| Binary | 11010 | 10110001 | 11111100 | 1011010 | 11110 | 0 | 1 | 11001000 | 1100001 | 110111 |
Color Harmonies of #1AB1FC
Complementary color
Monochromatic Colors of #1AB1FC
Black with #1AB1FC
Text Example
Text Example
White with #1AB1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB1FC; }
p { color: rgb(26,177,252); }
H1.HeaderClassName
{
color: #1AB1FC;
}
.AnyTagClassName
{
color: #1AB1FC;
}
</style>
background-color css
<style>
a { background-color: #1AB1FC; }
a { background-color: rgb(26,177,252); }
div.DivClassName
{
background-color: #1AB1FC;
}
.BgClassName
{
background-color: #1AB1FC;
}
</style>
border-color css
<style>
span { border-color: #1AB1FC; }
span { border-color: rgb(26,177,252); }
td.TdClassName
{
border-color: #1AB1FC;
}
.TagClassName
{
border-color: #1AB1FC;
}
</style>