Shades of Deep Sky Blue #1AB2F6
Tints of Deep Sky Blue #1AB2F6
RGB
CMYK
RGB Variations
Color information
#1AB2F6 (or 0x1AB2F6) is known color: Deep Sky Blue. HEX triplet: 1A, B2 and F6. RGB value is (26,178,246). Sum of RGB (Red+Green+Blue) = 26+178+246=450 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.78% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #1AB2F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AB2F6 is #E54D09. Grayscale: #8B8B8B. Windows color (decimal): -15027466 or 16167450. OLE color: 16167450.
HSL color Cylindrical-coordinate representation of color #1AB2F6: hue angle of 198.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AB2F6 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 178 | 246 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.04 |
| HSL | 198.55º | 0.92% | 0.53% | - |
| HSV(B) | 198.55º | 0.89% | 0.96% | - |
| XYZ | 32.98 | 38.71 | 92.92 | - |
| YUV | 140.3 | 187.64 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 178 | 246 | 0.89 | 0.28 | 0 | 0.04 | 198.55 | 0.92 | 0.53 |
| Hex | 1A | B2 | F6 | 59 | 1C | 0 | 4 | C7 | 5C | 35 |
| Octal | 32 | 262 | 366 | 131 | 34 | 0 | 4 | 307 | 134 | 65 |
| Binary | 11010 | 10110010 | 11110110 | 1011001 | 11100 | 0 | 100 | 11000111 | 1011100 | 110101 |
Color Harmonies of #1AB2F6
Complementary color
Monochromatic Colors of #1AB2F6
Black with #1AB2F6
Text Example
Text Example
White with #1AB2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB2F6; }
p { color: rgb(26,178,246); }
H1.HeaderClassName
{
color: #1AB2F6;
}
.AnyTagClassName
{
color: #1AB2F6;
}
</style>
background-color css
<style>
a { background-color: #1AB2F6; }
a { background-color: rgb(26,178,246); }
div.DivClassName
{
background-color: #1AB2F6;
}
.BgClassName
{
background-color: #1AB2F6;
}
</style>
border-color css
<style>
span { border-color: #1AB2F6; }
span { border-color: rgb(26,178,246); }
td.TdClassName
{
border-color: #1AB2F6;
}
.TagClassName
{
border-color: #1AB2F6;
}
</style>