Shades of Deep Sky Blue #1AB2FA
Tints of Deep Sky Blue #1AB2FA
RGB
CMYK
RGB Variations
Color information
#1AB2FA (or 0x1AB2FA) is known color: Deep Sky Blue. HEX triplet: 1A, B2 and FA. RGB value is (26,178,250). Sum of RGB (Red+Green+Blue) = 26+178+250=454 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.73% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #1AB2FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AB2FA is #E54D05. Grayscale: #8C8C8C. Windows color (decimal): -15027462 or 16429594. OLE color: 16429594.
HSL color Cylindrical-coordinate representation of color #1AB2FA: hue angle of 199.29º degrees, saturation: 0.96, 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 #1AB2FA is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 178 | 250 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.02 |
| HSL | 199.29º | 0.96% | 0.54% | - |
| HSV(B) | 199.29º | 0.9% | 0.98% | - |
| XYZ | 33.6 | 38.96 | 96.19 | - |
| YUV | 140.76 | 189.64 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 178 | 250 | 0.90 | 0.29 | 0 | 0.02 | 199.29 | 0.96 | 0.54 |
| Hex | 1A | B2 | FA | 5A | 1D | 0 | 2 | C7 | 60 | 36 |
| Octal | 32 | 262 | 372 | 132 | 35 | 0 | 2 | 307 | 140 | 66 |
| Binary | 11010 | 10110010 | 11111010 | 1011010 | 11101 | 0 | 10 | 11000111 | 1100000 | 110110 |
Color Harmonies of #1AB2FA
Complementary color
Monochromatic Colors of #1AB2FA
Black with #1AB2FA
Text Example
Text Example
White with #1AB2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB2FA; }
p { color: rgb(26,178,250); }
H1.HeaderClassName
{
color: #1AB2FA;
}
.AnyTagClassName
{
color: #1AB2FA;
}
</style>
background-color css
<style>
a { background-color: #1AB2FA; }
a { background-color: rgb(26,178,250); }
div.DivClassName
{
background-color: #1AB2FA;
}
.BgClassName
{
background-color: #1AB2FA;
}
</style>
border-color css
<style>
span { border-color: #1AB2FA; }
span { border-color: rgb(26,178,250); }
td.TdClassName
{
border-color: #1AB2FA;
}
.TagClassName
{
border-color: #1AB2FA;
}
</style>