Shades of Deep Sky Blue #1ADBFD
Tints of Deep Sky Blue #1ADBFD
RGB
CMYK
RGB Variations
Color information
#1ADBFD (or 0x1ADBFD) is known color: Deep Sky Blue. HEX triplet: 1A, DB and FD. RGB value is (26,219,253). Sum of RGB (Red+Green+Blue) = 26+219+253=498 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.22% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #1ADBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADBFD is #E52402. Grayscale: #A4A4A4. Windows color (decimal): -15016963 or 16636698. OLE color: 16636698.
HSL color Cylindrical-coordinate representation of color #1ADBFD: hue angle of 188.99º degrees, saturation: 0.98, 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 #1ADBFD is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 219 | 253 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.01 |
| HSL | 188.99º | 0.98% | 0.55% | - |
| HSV(B) | 188.99º | 0.9% | 0.99% | - |
| XYZ | 43.49 | 57.97 | 101.83 | - |
| YUV | 165.17 | 177.56 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 219 | 253 | 0.90 | 0.13 | 0 | 0.01 | 188.99 | 0.98 | 0.55 |
| Hex | 1A | DB | FD | 5A | D | 0 | 1 | BD | 62 | 37 |
| Octal | 32 | 333 | 375 | 132 | 15 | 0 | 1 | 275 | 142 | 67 |
| Binary | 11010 | 11011011 | 11111101 | 1011010 | 1101 | 0 | 1 | 10111101 | 1100010 | 110111 |
Color Harmonies of #1ADBFD
Complementary color
Monochromatic Colors of #1ADBFD
Black with #1ADBFD
Text Example
Text Example
White with #1ADBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADBFD; }
p { color: rgb(26,219,253); }
H1.HeaderClassName
{
color: #1ADBFD;
}
.AnyTagClassName
{
color: #1ADBFD;
}
</style>
background-color css
<style>
a { background-color: #1ADBFD; }
a { background-color: rgb(26,219,253); }
div.DivClassName
{
background-color: #1ADBFD;
}
.BgClassName
{
background-color: #1ADBFD;
}
</style>
border-color css
<style>
span { border-color: #1ADBFD; }
span { border-color: rgb(26,219,253); }
td.TdClassName
{
border-color: #1ADBFD;
}
.TagClassName
{
border-color: #1ADBFD;
}
</style>