Shades of Deep Sky Blue #1AB3FD
Tints of Deep Sky Blue #1AB3FD
RGB
CMYK
RGB Variations
Color information
#1AB3FD (or 0x1AB3FD) is known color: Deep Sky Blue. HEX triplet: 1A, B3 and FD. RGB value is (26,179,253). Sum of RGB (Red+Green+Blue) = 26+179+253=458 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.68% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #1AB3FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AB3FD is #E54C02. Grayscale: #8D8D8D. Windows color (decimal): -15027203 or 16626458. OLE color: 16626458.
HSL color Cylindrical-coordinate representation of color #1AB3FD: hue angle of 199.56º degrees, saturation: 0.98, 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 #1AB3FD is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 179 | 253 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.01 |
| HSL | 199.56º | 0.98% | 0.55% | - |
| HSV(B) | 199.56º | 0.9% | 0.99% | - |
| XYZ | 34.28 | 39.55 | 98.76 | - |
| YUV | 141.69 | 190.81 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 253 | 0.90 | 0.29 | 0 | 0.01 | 199.56 | 0.98 | 0.55 |
| Hex | 1A | B3 | FD | 5A | 1D | 0 | 1 | C8 | 62 | 37 |
| Octal | 32 | 263 | 375 | 132 | 35 | 0 | 1 | 310 | 142 | 67 |
| Binary | 11010 | 10110011 | 11111101 | 1011010 | 11101 | 0 | 1 | 11001000 | 1100010 | 110111 |
Color Harmonies of #1AB3FD
Complementary color
Monochromatic Colors of #1AB3FD
Black with #1AB3FD
Text Example
Text Example
White with #1AB3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB3FD; }
p { color: rgb(26,179,253); }
H1.HeaderClassName
{
color: #1AB3FD;
}
.AnyTagClassName
{
color: #1AB3FD;
}
</style>
background-color css
<style>
a { background-color: #1AB3FD; }
a { background-color: rgb(26,179,253); }
div.DivClassName
{
background-color: #1AB3FD;
}
.BgClassName
{
background-color: #1AB3FD;
}
</style>
border-color css
<style>
span { border-color: #1AB3FD; }
span { border-color: rgb(26,179,253); }
td.TdClassName
{
border-color: #1AB3FD;
}
.TagClassName
{
border-color: #1AB3FD;
}
</style>