Shades of Deep Sky Blue #1ADAFD
Tints of Deep Sky Blue #1ADAFD
RGB
CMYK
RGB Variations
Color information
#1ADAFD (or 0x1ADAFD) is known color: Deep Sky Blue. HEX triplet: 1A, DA and FD. RGB value is (26,218,253). Sum of RGB (Red+Green+Blue) = 26+218+253=497 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.23% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #1ADAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADAFD is #E52502. Grayscale: #A4A4A4. Windows color (decimal): -15017219 or 16636442. OLE color: 16636442.
HSL color Cylindrical-coordinate representation of color #1ADAFD: hue angle of 189.25º 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 #1ADAFD is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 218 | 253 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.01 |
| HSL | 189.25º | 0.98% | 0.55% | - |
| HSV(B) | 189.25º | 0.9% | 0.99% | - |
| XYZ | 43.23 | 57.45 | 101.74 | - |
| YUV | 164.58 | 177.89 | 29.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 253 | 0.90 | 0.14 | 0 | 0.01 | 189.25 | 0.98 | 0.55 |
| Hex | 1A | DA | FD | 5A | E | 0 | 1 | BD | 62 | 37 |
| Octal | 32 | 332 | 375 | 132 | 16 | 0 | 1 | 275 | 142 | 67 |
| Binary | 11010 | 11011010 | 11111101 | 1011010 | 1110 | 0 | 1 | 10111101 | 1100010 | 110111 |
Color Harmonies of #1ADAFD
Complementary color
Monochromatic Colors of #1ADAFD
Black with #1ADAFD
Text Example
Text Example
White with #1ADAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADAFD; }
p { color: rgb(26,218,253); }
H1.HeaderClassName
{
color: #1ADAFD;
}
.AnyTagClassName
{
color: #1ADAFD;
}
</style>
background-color css
<style>
a { background-color: #1ADAFD; }
a { background-color: rgb(26,218,253); }
div.DivClassName
{
background-color: #1ADAFD;
}
.BgClassName
{
background-color: #1ADAFD;
}
</style>
border-color css
<style>
span { border-color: #1ADAFD; }
span { border-color: rgb(26,218,253); }
td.TdClassName
{
border-color: #1ADAFD;
}
.TagClassName
{
border-color: #1ADAFD;
}
</style>