Shades of Deep Sky Blue #1AC0FB
Tints of Deep Sky Blue #1AC0FB
RGB
CMYK
RGB Variations
Color information
#1AC0FB (or 0x1AC0FB) is known color: Deep Sky Blue. HEX triplet: 1A, C0 and FB. RGB value is (26,192,251). Sum of RGB (Red+Green+Blue) = 26+192+251=469 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.54% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #1AC0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC0FB is #E53F04. Grayscale: #949494. Windows color (decimal): -15023877 or 16498714. OLE color: 16498714.
HSL color Cylindrical-coordinate representation of color #1AC0FB: hue angle of 195.73º degrees, saturation: 0.97, 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 #1AC0FB is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 192 | 251 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.02 |
| HSL | 195.73º | 0.97% | 0.54% | - |
| HSV(B) | 195.73º | 0.9% | 0.98% | - |
| XYZ | 36.69 | 44.88 | 98 | - |
| YUV | 149.09 | 185.5 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 251 | 0.90 | 0.24 | 0 | 0.02 | 195.73 | 0.97 | 0.54 |
| Hex | 1A | C0 | FB | 5A | 18 | 0 | 2 | C4 | 61 | 36 |
| Octal | 32 | 300 | 373 | 132 | 30 | 0 | 2 | 304 | 141 | 66 |
| Binary | 11010 | 11000000 | 11111011 | 1011010 | 11000 | 0 | 10 | 11000100 | 1100001 | 110110 |
Color Harmonies of #1AC0FB
Complementary color
Monochromatic Colors of #1AC0FB
Black with #1AC0FB
Text Example
Text Example
White with #1AC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC0FB; }
p { color: rgb(26,192,251); }
H1.HeaderClassName
{
color: #1AC0FB;
}
.AnyTagClassName
{
color: #1AC0FB;
}
</style>
background-color css
<style>
a { background-color: #1AC0FB; }
a { background-color: rgb(26,192,251); }
div.DivClassName
{
background-color: #1AC0FB;
}
.BgClassName
{
background-color: #1AC0FB;
}
</style>
border-color css
<style>
span { border-color: #1AC0FB; }
span { border-color: rgb(26,192,251); }
td.TdClassName
{
border-color: #1AC0FB;
}
.TagClassName
{
border-color: #1AC0FB;
}
</style>