Shades of Deep Sky Blue #1AC1EA
Tints of Deep Sky Blue #1AC1EA
RGB
CMYK
RGB Variations
Color information
#1AC1EA (or 0x1AC1EA) is known color: Deep Sky Blue. HEX triplet: 1A, C1 and EA. RGB value is (26,193,234). Sum of RGB (Red+Green+Blue) = 26+193+234=453 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.74% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #1AC1EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC1EA is #E53E15. Grayscale: #939393. Windows color (decimal): -15023638 or 15384858. OLE color: 15384858.
HSL color Cylindrical-coordinate representation of color #1AC1EA: hue angle of 191.83º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AC1EA is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 193 | 234 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.08 |
| HSL | 191.83º | 0.83% | 0.51% | - |
| HSV(B) | 191.83º | 0.89% | 0.92% | - |
| XYZ | 34.35 | 44.3 | 84.58 | - |
| YUV | 147.74 | 176.67 | 41.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 193 | 234 | 0.89 | 0.18 | 0 | 0.08 | 191.83 | 0.83 | 0.51 |
| Hex | 1A | C1 | EA | 59 | 12 | 0 | 8 | C0 | 53 | 33 |
| Octal | 32 | 301 | 352 | 131 | 22 | 0 | 10 | 300 | 123 | 63 |
| Binary | 11010 | 11000001 | 11101010 | 1011001 | 10010 | 0 | 1000 | 11000000 | 1010011 | 110011 |
Color Harmonies of #1AC1EA
Complementary color
Monochromatic Colors of #1AC1EA
Black with #1AC1EA
Text Example
Text Example
White with #1AC1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC1EA; }
p { color: rgb(26,193,234); }
H1.HeaderClassName
{
color: #1AC1EA;
}
.AnyTagClassName
{
color: #1AC1EA;
}
</style>
background-color css
<style>
a { background-color: #1AC1EA; }
a { background-color: rgb(26,193,234); }
div.DivClassName
{
background-color: #1AC1EA;
}
.BgClassName
{
background-color: #1AC1EA;
}
</style>
border-color css
<style>
span { border-color: #1AC1EA; }
span { border-color: rgb(26,193,234); }
td.TdClassName
{
border-color: #1AC1EA;
}
.TagClassName
{
border-color: #1AC1EA;
}
</style>