Shades of Deep Sky Blue #1AC6FC
Tints of Deep Sky Blue #1AC6FC
RGB
CMYK
RGB Variations
Color information
#1AC6FC (or 0x1AC6FC) is known color: Deep Sky Blue. HEX triplet: 1A, C6 and FC. RGB value is (26,198,252). Sum of RGB (Red+Green+Blue) = 26+198+252=476 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.46% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #1AC6FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC6FC is #E53903. Grayscale: #989898. Windows color (decimal): -15022340 or 16565786. OLE color: 16565786.
HSL color Cylindrical-coordinate representation of color #1AC6FC: hue angle of 194.34º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AC6FC is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 198 | 252 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.01 |
| HSL | 194.34º | 0.97% | 0.55% | - |
| HSV(B) | 194.34º | 0.9% | 0.99% | - |
| XYZ | 38.19 | 47.64 | 99.28 | - |
| YUV | 152.73 | 184.02 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 198 | 252 | 0.90 | 0.21 | 0 | 0.01 | 194.34 | 0.97 | 0.55 |
| Hex | 1A | C6 | FC | 5A | 15 | 0 | 1 | C2 | 61 | 37 |
| Octal | 32 | 306 | 374 | 132 | 25 | 0 | 1 | 302 | 141 | 67 |
| Binary | 11010 | 11000110 | 11111100 | 1011010 | 10101 | 0 | 1 | 11000010 | 1100001 | 110111 |
Color Harmonies of #1AC6FC
Complementary color
Monochromatic Colors of #1AC6FC
Black with #1AC6FC
Text Example
Text Example
White with #1AC6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC6FC; }
p { color: rgb(26,198,252); }
H1.HeaderClassName
{
color: #1AC6FC;
}
.AnyTagClassName
{
color: #1AC6FC;
}
</style>
background-color css
<style>
a { background-color: #1AC6FC; }
a { background-color: rgb(26,198,252); }
div.DivClassName
{
background-color: #1AC6FC;
}
.BgClassName
{
background-color: #1AC6FC;
}
</style>
border-color css
<style>
span { border-color: #1AC6FC; }
span { border-color: rgb(26,198,252); }
td.TdClassName
{
border-color: #1AC6FC;
}
.TagClassName
{
border-color: #1AC6FC;
}
</style>