Shades of Deep Sky Blue #1ADCFF
Tints of Deep Sky Blue #1ADCFF
RGB
CMYK
RGB Variations
Color information
#1ADCFF (or 0x1ADCFF) is known color: Deep Sky Blue. HEX triplet: 1A, DC and FF. RGB value is (26,220,255). Sum of RGB (Red+Green+Blue) = 26+220+255=501 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.19% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ADCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADCFF is #E52300. Grayscale: #A5A5A5. Windows color (decimal): -15016705 or 16768026. OLE color: 16768026.
HSL color Cylindrical-coordinate representation of color #1ADCFF: hue angle of 189.17º 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 #1ADCFF is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 220 | 255 | - |
| CMYK | 0.90 | 0.14 | 0 | 0 |
| HSL | 189.17º | 1% | 0.55% | - |
| HSV(B) | 189.17º | 0.9% | 1% | - |
| XYZ | 44.07 | 58.63 | 103.6 | - |
| YUV | 165.98 | 178.23 | 28.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 255 | 0.90 | 0.14 | 0 | 0 | 189.17 | 1 | 0.55 |
| Hex | 1A | DC | FF | 5A | E | 0 | 0 | BD | 64 | 37 |
| Octal | 32 | 334 | 377 | 132 | 16 | 0 | 0 | 275 | 144 | 67 |
| Binary | 11010 | 11011100 | 11111111 | 1011010 | 1110 | 0 | 0 | 10111101 | 1100100 | 110111 |
Color Harmonies of #1ADCFF
Complementary color
Monochromatic Colors of #1ADCFF
Black with #1ADCFF
Text Example
Text Example
White with #1ADCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADCFF; }
p { color: rgb(26,220,255); }
H1.HeaderClassName
{
color: #1ADCFF;
}
.AnyTagClassName
{
color: #1ADCFF;
}
</style>
background-color css
<style>
a { background-color: #1ADCFF; }
a { background-color: rgb(26,220,255); }
div.DivClassName
{
background-color: #1ADCFF;
}
.BgClassName
{
background-color: #1ADCFF;
}
</style>
border-color css
<style>
span { border-color: #1ADCFF; }
span { border-color: rgb(26,220,255); }
td.TdClassName
{
border-color: #1ADCFF;
}
.TagClassName
{
border-color: #1ADCFF;
}
</style>