Shades of Deep Sky Blue #1ADCFC
Tints of Deep Sky Blue #1ADCFC
RGB
CMYK
RGB Variations
Color information
#1ADCFC (or 0x1ADCFC) is known color: Deep Sky Blue. HEX triplet: 1A, DC and FC. RGB value is (26,220,252). Sum of RGB (Red+Green+Blue) = 26+220+252=498 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.22% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #1ADCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADCFC is #E52303. Grayscale: #A5A5A5. Windows color (decimal): -15016708 or 16571418. OLE color: 16571418.
HSL color Cylindrical-coordinate representation of color #1ADCFC: hue angle of 188.5º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ADCFC is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 220 | 252 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.01 |
| HSL | 188.5º | 0.97% | 0.55% | - |
| HSV(B) | 188.5º | 0.9% | 0.99% | - |
| XYZ | 43.59 | 58.43 | 101.08 | - |
| YUV | 165.64 | 176.73 | 28.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 252 | 0.90 | 0.13 | 0 | 0.01 | 188.5 | 0.97 | 0.55 |
| Hex | 1A | DC | FC | 5A | D | 0 | 1 | BC | 61 | 37 |
| Octal | 32 | 334 | 374 | 132 | 15 | 0 | 1 | 274 | 141 | 67 |
| Binary | 11010 | 11011100 | 11111100 | 1011010 | 1101 | 0 | 1 | 10111100 | 1100001 | 110111 |
Color Harmonies of #1ADCFC
Complementary color
Monochromatic Colors of #1ADCFC
Black with #1ADCFC
Text Example
Text Example
White with #1ADCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADCFC; }
p { color: rgb(26,220,252); }
H1.HeaderClassName
{
color: #1ADCFC;
}
.AnyTagClassName
{
color: #1ADCFC;
}
</style>
background-color css
<style>
a { background-color: #1ADCFC; }
a { background-color: rgb(26,220,252); }
div.DivClassName
{
background-color: #1ADCFC;
}
.BgClassName
{
background-color: #1ADCFC;
}
</style>
border-color css
<style>
span { border-color: #1ADCFC; }
span { border-color: rgb(26,220,252); }
td.TdClassName
{
border-color: #1ADCFC;
}
.TagClassName
{
border-color: #1ADCFC;
}
</style>