Shades of Deep Sky Blue #1AC0FF
Tints of Deep Sky Blue #1AC0FF
RGB
CMYK
RGB Variations
Color information
#1AC0FF (or 0x1AC0FF) is known color: Deep Sky Blue. HEX triplet: 1A, C0 and FF. RGB value is (26,192,255). Sum of RGB (Red+Green+Blue) = 26+192+255=473 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.50% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AC0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC0FF is #E53F00. Grayscale: #959595. Windows color (decimal): -15023873 or 16760858. OLE color: 16760858.
HSL color Cylindrical-coordinate representation of color #1AC0FF: hue angle of 196.51º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AC0FF is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 192 | 255 | - |
| CMYK | 0.90 | 0.25 | 0 | 0 |
| HSL | 196.51º | 1% | 0.55% | - |
| HSV(B) | 196.51º | 0.9% | 1% | - |
| XYZ | 37.33 | 45.14 | 101.35 | - |
| YUV | 149.55 | 187.5 | 39.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 255 | 0.90 | 0.25 | 0 | 0 | 196.51 | 1 | 0.55 |
| Hex | 1A | C0 | FF | 5A | 19 | 0 | 0 | C5 | 64 | 37 |
| Octal | 32 | 300 | 377 | 132 | 31 | 0 | 0 | 305 | 144 | 67 |
| Binary | 11010 | 11000000 | 11111111 | 1011010 | 11001 | 0 | 0 | 11000101 | 1100100 | 110111 |
Color Harmonies of #1AC0FF
Complementary color
Monochromatic Colors of #1AC0FF
Black with #1AC0FF
Text Example
Text Example
White with #1AC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC0FF; }
p { color: rgb(26,192,255); }
H1.HeaderClassName
{
color: #1AC0FF;
}
.AnyTagClassName
{
color: #1AC0FF;
}
</style>
background-color css
<style>
a { background-color: #1AC0FF; }
a { background-color: rgb(26,192,255); }
div.DivClassName
{
background-color: #1AC0FF;
}
.BgClassName
{
background-color: #1AC0FF;
}
</style>
border-color css
<style>
span { border-color: #1AC0FF; }
span { border-color: rgb(26,192,255); }
td.TdClassName
{
border-color: #1AC0FF;
}
.TagClassName
{
border-color: #1AC0FF;
}
</style>