Shades of Deep Sky Blue #1AC0FE
Tints of Deep Sky Blue #1AC0FE
RGB
CMYK
RGB Variations
Color information
#1AC0FE (or 0x1AC0FE) is known color: Deep Sky Blue. HEX triplet: 1A, C0 and FE. RGB value is (26,192,254). Sum of RGB (Red+Green+Blue) = 26+192+254=472 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.51% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #1AC0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC0FE is #E53F01. Grayscale: #959595. Windows color (decimal): -15023874 or 16695322. OLE color: 16695322.
HSL color Cylindrical-coordinate representation of color #1AC0FE: hue angle of 196.32º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AC0FE is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 192 | 254 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.00 |
| HSL | 196.32º | 0.99% | 0.55% | - |
| HSV(B) | 196.32º | 0.9% | 1% | - |
| XYZ | 37.17 | 45.07 | 100.51 | - |
| YUV | 149.43 | 187 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 254 | 0.90 | 0.24 | 0 | 0.00 | 196.32 | 0.99 | 0.55 |
| Hex | 1A | C0 | FE | 5A | 18 | 0 | 0 | C4 | 63 | 37 |
| Octal | 32 | 300 | 376 | 132 | 30 | 0 | 0 | 304 | 143 | 67 |
| Binary | 11010 | 11000000 | 11111110 | 1011010 | 11000 | 0 | 0 | 11000100 | 1100011 | 110111 |
Color Harmonies of #1AC0FE
Complementary color
Monochromatic Colors of #1AC0FE
Black with #1AC0FE
Text Example
Text Example
White with #1AC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC0FE; }
p { color: rgb(26,192,254); }
H1.HeaderClassName
{
color: #1AC0FE;
}
.AnyTagClassName
{
color: #1AC0FE;
}
</style>
background-color css
<style>
a { background-color: #1AC0FE; }
a { background-color: rgb(26,192,254); }
div.DivClassName
{
background-color: #1AC0FE;
}
.BgClassName
{
background-color: #1AC0FE;
}
</style>
border-color css
<style>
span { border-color: #1AC0FE; }
span { border-color: rgb(26,192,254); }
td.TdClassName
{
border-color: #1AC0FE;
}
.TagClassName
{
border-color: #1AC0FE;
}
</style>