Shades of Deep Sky Blue #1AB4FA
Tints of Deep Sky Blue #1AB4FA
RGB
CMYK
RGB Variations
Color information
#1AB4FA (or 0x1AB4FA) is known color: Deep Sky Blue. HEX triplet: 1A, B4 and FA. RGB value is (26,180,250). Sum of RGB (Red+Green+Blue) = 26+180+250=456 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.70% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #1AB4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AB4FA is #E54B05. Grayscale: #8D8D8D. Windows color (decimal): -15026950 or 16430106. OLE color: 16430106.
HSL color Cylindrical-coordinate representation of color #1AB4FA: hue angle of 198.75º 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 #1AB4FA is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 180 | 250 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.02 |
| HSL | 198.75º | 0.96% | 0.54% | - |
| HSV(B) | 198.75º | 0.9% | 0.98% | - |
| XYZ | 34 | 39.76 | 96.33 | - |
| YUV | 141.93 | 188.98 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 250 | 0.90 | 0.28 | 0 | 0.02 | 198.75 | 0.96 | 0.54 |
| Hex | 1A | B4 | FA | 5A | 1C | 0 | 2 | C7 | 60 | 36 |
| Octal | 32 | 264 | 372 | 132 | 34 | 0 | 2 | 307 | 140 | 66 |
| Binary | 11010 | 10110100 | 11111010 | 1011010 | 11100 | 0 | 10 | 11000111 | 1100000 | 110110 |
Color Harmonies of #1AB4FA
Complementary color
Monochromatic Colors of #1AB4FA
Black with #1AB4FA
Text Example
Text Example
White with #1AB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB4FA; }
p { color: rgb(26,180,250); }
H1.HeaderClassName
{
color: #1AB4FA;
}
.AnyTagClassName
{
color: #1AB4FA;
}
</style>
background-color css
<style>
a { background-color: #1AB4FA; }
a { background-color: rgb(26,180,250); }
div.DivClassName
{
background-color: #1AB4FA;
}
.BgClassName
{
background-color: #1AB4FA;
}
</style>
border-color css
<style>
span { border-color: #1AB4FA; }
span { border-color: rgb(26,180,250); }
td.TdClassName
{
border-color: #1AB4FA;
}
.TagClassName
{
border-color: #1AB4FA;
}
</style>