Shades of Deep Sky Blue #1AC1E7
Tints of Deep Sky Blue #1AC1E7
RGB
CMYK
RGB Variations
Color information
#1AC1E7 (or 0x1AC1E7) is known color: Deep Sky Blue. HEX triplet: 1A, C1 and E7. RGB value is (26,193,231). Sum of RGB (Red+Green+Blue) = 26+193+231=450 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.78% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 231 (90.62% from 255 or 51.33% from 450); Max value from RGB is 231 - color contains mainly: blue. Hex color #1AC1E7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC1E7 is #E53E18. Grayscale: #939393. Windows color (decimal): -15023641 or 15188250. OLE color: 15188250.
HSL color Cylindrical-coordinate representation of color #1AC1E7: hue angle of 191.12º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AC1E7 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 193 | 231 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.09 |
| HSL | 191.12º | 0.81% | 0.5% | - |
| HSV(B) | 191.12º | 0.89% | 0.91% | - |
| XYZ | 33.92 | 44.13 | 82.33 | - |
| YUV | 147.4 | 175.17 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 193 | 231 | 0.89 | 0.16 | 0 | 0.09 | 191.12 | 0.81 | 0.5 |
| Hex | 1A | C1 | E7 | 59 | 10 | 0 | 9 | BF | 51 | 32 |
| Octal | 32 | 301 | 347 | 131 | 20 | 0 | 11 | 277 | 121 | 62 |
| Binary | 11010 | 11000001 | 11100111 | 1011001 | 10000 | 0 | 1001 | 10111111 | 1010001 | 110010 |
Color Harmonies of #1AC1E7
Complementary color
Monochromatic Colors of #1AC1E7
Black with #1AC1E7
Text Example
Text Example
White with #1AC1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC1E7; }
p { color: rgb(26,193,231); }
H1.HeaderClassName
{
color: #1AC1E7;
}
.AnyTagClassName
{
color: #1AC1E7;
}
</style>
background-color css
<style>
a { background-color: #1AC1E7; }
a { background-color: rgb(26,193,231); }
div.DivClassName
{
background-color: #1AC1E7;
}
.BgClassName
{
background-color: #1AC1E7;
}
</style>
border-color css
<style>
span { border-color: #1AC1E7; }
span { border-color: rgb(26,193,231); }
td.TdClassName
{
border-color: #1AC1E7;
}
.TagClassName
{
border-color: #1AC1E7;
}
</style>