Shades of Deep Sky Blue #1ADBFF
Tints of Deep Sky Blue #1ADBFF
RGB
CMYK
RGB Variations
Color information
#1ADBFF (or 0x1ADBFF) is known color: Deep Sky Blue. HEX triplet: 1A, DB and FF. RGB value is (26,219,255). Sum of RGB (Red+Green+Blue) = 26+219+255=500 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.2% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ADBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADBFF is #E52400. Grayscale: #A5A5A5. Windows color (decimal): -15016961 or 16767770. OLE color: 16767770.
HSL color Cylindrical-coordinate representation of color #1ADBFF: hue angle of 189.43º 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 #1ADBFF is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 219 | 255 | - |
| CMYK | 0.90 | 0.14 | 0 | 0 |
| HSL | 189.43º | 1% | 0.55% | - |
| HSV(B) | 189.43º | 0.9% | 1% | - |
| XYZ | 43.81 | 58.1 | 103.51 | - |
| YUV | 165.4 | 178.56 | 28.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 219 | 255 | 0.90 | 0.14 | 0 | 0 | 189.43 | 1 | 0.55 |
| Hex | 1A | DB | FF | 5A | E | 0 | 0 | BD | 64 | 37 |
| Octal | 32 | 333 | 377 | 132 | 16 | 0 | 0 | 275 | 144 | 67 |
| Binary | 11010 | 11011011 | 11111111 | 1011010 | 1110 | 0 | 0 | 10111101 | 1100100 | 110111 |
Color Harmonies of #1ADBFF
Complementary color
Monochromatic Colors of #1ADBFF
Black with #1ADBFF
Text Example
Text Example
White with #1ADBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADBFF; }
p { color: rgb(26,219,255); }
H1.HeaderClassName
{
color: #1ADBFF;
}
.AnyTagClassName
{
color: #1ADBFF;
}
</style>
background-color css
<style>
a { background-color: #1ADBFF; }
a { background-color: rgb(26,219,255); }
div.DivClassName
{
background-color: #1ADBFF;
}
.BgClassName
{
background-color: #1ADBFF;
}
</style>
border-color css
<style>
span { border-color: #1ADBFF; }
span { border-color: rgb(26,219,255); }
td.TdClassName
{
border-color: #1ADBFF;
}
.TagClassName
{
border-color: #1ADBFF;
}
</style>