Shades of Deep Sky Blue #1AD2FD
Tints of Deep Sky Blue #1AD2FD
RGB
CMYK
RGB Variations
Color information
#1AD2FD (or 0x1AD2FD) is known color: Deep Sky Blue. HEX triplet: 1A, D2 and FD. RGB value is (26,210,253). Sum of RGB (Red+Green+Blue) = 26+210+253=489 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.32% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #1AD2FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD2FD is #E52D02. Grayscale: #9F9F9F. Windows color (decimal): -15019267 or 16634394. OLE color: 16634394.
HSL color Cylindrical-coordinate representation of color #1AD2FD: hue angle of 191.37º 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 #1AD2FD is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 210 | 253 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.01 |
| HSL | 191.37º | 0.98% | 0.55% | - |
| HSV(B) | 191.37º | 0.9% | 0.99% | - |
| XYZ | 41.2 | 53.4 | 101.07 | - |
| YUV | 159.89 | 180.54 | 32.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 253 | 0.90 | 0.17 | 0 | 0.01 | 191.37 | 0.98 | 0.55 |
| Hex | 1A | D2 | FD | 5A | 11 | 0 | 1 | BF | 62 | 37 |
| Octal | 32 | 322 | 375 | 132 | 21 | 0 | 1 | 277 | 142 | 67 |
| Binary | 11010 | 11010010 | 11111101 | 1011010 | 10001 | 0 | 1 | 10111111 | 1100010 | 110111 |
Color Harmonies of #1AD2FD
Complementary color
Monochromatic Colors of #1AD2FD
Black with #1AD2FD
Text Example
Text Example
White with #1AD2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD2FD; }
p { color: rgb(26,210,253); }
H1.HeaderClassName
{
color: #1AD2FD;
}
.AnyTagClassName
{
color: #1AD2FD;
}
</style>
background-color css
<style>
a { background-color: #1AD2FD; }
a { background-color: rgb(26,210,253); }
div.DivClassName
{
background-color: #1AD2FD;
}
.BgClassName
{
background-color: #1AD2FD;
}
</style>
border-color css
<style>
span { border-color: #1AD2FD; }
span { border-color: rgb(26,210,253); }
td.TdClassName
{
border-color: #1AD2FD;
}
.TagClassName
{
border-color: #1AD2FD;
}
</style>