Shades of Deep Sky Blue #1AC0FA
Tints of Deep Sky Blue #1AC0FA
RGB
CMYK
RGB Variations
Color information
#1AC0FA (or 0x1AC0FA) is known color: Deep Sky Blue. HEX triplet: 1A, C0 and FA. RGB value is (26,192,250). Sum of RGB (Red+Green+Blue) = 26+192+250=468 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.56% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #1AC0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC0FA is #E53F05. Grayscale: #949494. Windows color (decimal): -15023878 or 16433178. OLE color: 16433178.
HSL color Cylindrical-coordinate representation of color #1AC0FA: hue angle of 195.54º 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 #1AC0FA is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 192 | 250 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.02 |
| HSL | 195.54º | 0.96% | 0.54% | - |
| HSV(B) | 195.54º | 0.9% | 0.98% | - |
| XYZ | 36.53 | 44.82 | 97.17 | - |
| YUV | 148.98 | 185 | 40.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 250 | 0.90 | 0.23 | 0 | 0.02 | 195.54 | 0.96 | 0.54 |
| Hex | 1A | C0 | FA | 5A | 17 | 0 | 2 | C4 | 60 | 36 |
| Octal | 32 | 300 | 372 | 132 | 27 | 0 | 2 | 304 | 140 | 66 |
| Binary | 11010 | 11000000 | 11111010 | 1011010 | 10111 | 0 | 10 | 11000100 | 1100000 | 110110 |
Color Harmonies of #1AC0FA
Complementary color
Monochromatic Colors of #1AC0FA
Black with #1AC0FA
Text Example
Text Example
White with #1AC0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC0FA; }
p { color: rgb(26,192,250); }
H1.HeaderClassName
{
color: #1AC0FA;
}
.AnyTagClassName
{
color: #1AC0FA;
}
</style>
background-color css
<style>
a { background-color: #1AC0FA; }
a { background-color: rgb(26,192,250); }
div.DivClassName
{
background-color: #1AC0FA;
}
.BgClassName
{
background-color: #1AC0FA;
}
</style>
border-color css
<style>
span { border-color: #1AC0FA; }
span { border-color: rgb(26,192,250); }
td.TdClassName
{
border-color: #1AC0FA;
}
.TagClassName
{
border-color: #1AC0FA;
}
</style>