Shades of Deep Sky Blue #1AD9FF
Tints of Deep Sky Blue #1AD9FF
RGB
CMYK
RGB Variations
Color information
#1AD9FF (or 0x1AD9FF) is known color: Deep Sky Blue. HEX triplet: 1A, D9 and FF. RGB value is (26,217,255). Sum of RGB (Red+Green+Blue) = 26+217+255=498 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.22% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AD9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD9FF is #E52600. Grayscale: #A3A3A3. Windows color (decimal): -15017473 or 16767258. OLE color: 16767258.
HSL color Cylindrical-coordinate representation of color #1AD9FF: hue angle of 189.96º 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 #1AD9FF is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 217 | 255 | - |
| CMYK | 0.90 | 0.15 | 0 | 0 |
| HSL | 189.96º | 1% | 0.55% | - |
| HSV(B) | 189.96º | 0.9% | 1% | - |
| XYZ | 43.29 | 57.07 | 103.34 | - |
| YUV | 164.22 | 179.22 | 29.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 255 | 0.90 | 0.15 | 0 | 0 | 189.96 | 1 | 0.55 |
| Hex | 1A | D9 | FF | 5A | F | 0 | 0 | BE | 64 | 37 |
| Octal | 32 | 331 | 377 | 132 | 17 | 0 | 0 | 276 | 144 | 67 |
| Binary | 11010 | 11011001 | 11111111 | 1011010 | 1111 | 0 | 0 | 10111110 | 1100100 | 110111 |
Color Harmonies of #1AD9FF
Complementary color
Monochromatic Colors of #1AD9FF
Black with #1AD9FF
Text Example
Text Example
White with #1AD9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD9FF; }
p { color: rgb(26,217,255); }
H1.HeaderClassName
{
color: #1AD9FF;
}
.AnyTagClassName
{
color: #1AD9FF;
}
</style>
background-color css
<style>
a { background-color: #1AD9FF; }
a { background-color: rgb(26,217,255); }
div.DivClassName
{
background-color: #1AD9FF;
}
.BgClassName
{
background-color: #1AD9FF;
}
</style>
border-color css
<style>
span { border-color: #1AD9FF; }
span { border-color: rgb(26,217,255); }
td.TdClassName
{
border-color: #1AD9FF;
}
.TagClassName
{
border-color: #1AD9FF;
}
</style>