Shades of Deep Sky Blue #1AB0FC
Tints of Deep Sky Blue #1AB0FC
RGB
CMYK
RGB Variations
Color information
#1AB0FC (or 0x1AB0FC) is known color: Deep Sky Blue. HEX triplet: 1A, B0 and FC. RGB value is (26,176,252). Sum of RGB (Red+Green+Blue) = 26+176+252=454 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.73% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #1AB0FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AB0FC is #E54F03. Grayscale: #8B8B8B. Windows color (decimal): -15027972 or 16560154. OLE color: 16560154.
HSL color Cylindrical-coordinate representation of color #1AB0FC: hue angle of 200.18º 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 #1AB0FC is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 176 | 252 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.01 |
| HSL | 200.18º | 0.97% | 0.55% | - |
| HSV(B) | 200.18º | 0.9% | 0.99% | - |
| XYZ | 33.52 | 38.3 | 97.72 | - |
| YUV | 139.81 | 191.31 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 176 | 252 | 0.90 | 0.30 | 0 | 0.01 | 200.18 | 0.97 | 0.55 |
| Hex | 1A | B0 | FC | 5A | 1E | 0 | 1 | C8 | 61 | 37 |
| Octal | 32 | 260 | 374 | 132 | 36 | 0 | 1 | 310 | 141 | 67 |
| Binary | 11010 | 10110000 | 11111100 | 1011010 | 11110 | 0 | 1 | 11001000 | 1100001 | 110111 |
Color Harmonies of #1AB0FC
Complementary color
Monochromatic Colors of #1AB0FC
Black with #1AB0FC
Text Example
Text Example
White with #1AB0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB0FC; }
p { color: rgb(26,176,252); }
H1.HeaderClassName
{
color: #1AB0FC;
}
.AnyTagClassName
{
color: #1AB0FC;
}
</style>
background-color css
<style>
a { background-color: #1AB0FC; }
a { background-color: rgb(26,176,252); }
div.DivClassName
{
background-color: #1AB0FC;
}
.BgClassName
{
background-color: #1AB0FC;
}
</style>
border-color css
<style>
span { border-color: #1AB0FC; }
span { border-color: rgb(26,176,252); }
td.TdClassName
{
border-color: #1AB0FC;
}
.TagClassName
{
border-color: #1AB0FC;
}
</style>