Shades of Deep Sky Blue #1ACDFE
Tints of Deep Sky Blue #1ACDFE
RGB
CMYK
RGB Variations
Color information
#1ACDFE (or 0x1ACDFE) is known color: Deep Sky Blue. HEX triplet: 1A, CD and FE. RGB value is (26,205,254). Sum of RGB (Red+Green+Blue) = 26+205+254=485 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.36% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ACDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACDFE is #E53201. Grayscale: #9C9C9C. Windows color (decimal): -15020546 or 16698650. OLE color: 16698650.
HSL color Cylindrical-coordinate representation of color #1ACDFE: hue angle of 192.89º 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 #1ACDFE is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 205 | 254 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.00 |
| HSL | 192.89º | 0.99% | 0.55% | - |
| HSV(B) | 192.89º | 0.9% | 1% | - |
| XYZ | 40.15 | 51.04 | 101.5 | - |
| YUV | 157.07 | 182.7 | 34.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 205 | 254 | 0.90 | 0.19 | 0 | 0.00 | 192.89 | 0.99 | 0.55 |
| Hex | 1A | CD | FE | 5A | 13 | 0 | 0 | C1 | 63 | 37 |
| Octal | 32 | 315 | 376 | 132 | 23 | 0 | 0 | 301 | 143 | 67 |
| Binary | 11010 | 11001101 | 11111110 | 1011010 | 10011 | 0 | 0 | 11000001 | 1100011 | 110111 |
Color Harmonies of #1ACDFE
Complementary color
Monochromatic Colors of #1ACDFE
Black with #1ACDFE
Text Example
Text Example
White with #1ACDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACDFE; }
p { color: rgb(26,205,254); }
H1.HeaderClassName
{
color: #1ACDFE;
}
.AnyTagClassName
{
color: #1ACDFE;
}
</style>
background-color css
<style>
a { background-color: #1ACDFE; }
a { background-color: rgb(26,205,254); }
div.DivClassName
{
background-color: #1ACDFE;
}
.BgClassName
{
background-color: #1ACDFE;
}
</style>
border-color css
<style>
span { border-color: #1ACDFE; }
span { border-color: rgb(26,205,254); }
td.TdClassName
{
border-color: #1ACDFE;
}
.TagClassName
{
border-color: #1ACDFE;
}
</style>