Shades of Deep Sky Blue #1AD1FF
Tints of Deep Sky Blue #1AD1FF
RGB
CMYK
RGB Variations
Color information
#1AD1FF (or 0x1AD1FF) is known color: Deep Sky Blue. HEX triplet: 1A, D1 and FF. RGB value is (26,209,255). Sum of RGB (Red+Green+Blue) = 26+209+255=490 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.31% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AD1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD1FF is #E52E00. Grayscale: #9F9F9F. Windows color (decimal): -15019521 or 16765210. OLE color: 16765210.
HSL color Cylindrical-coordinate representation of color #1AD1FF: hue angle of 192.05º 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 #1AD1FF is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 209 | 255 | - |
| CMYK | 0.90 | 0.18 | 0 | 0 |
| HSL | 192.05º | 1% | 0.55% | - |
| HSV(B) | 192.05º | 0.9% | 1% | - |
| XYZ | 41.28 | 53.04 | 102.67 | - |
| YUV | 159.53 | 181.87 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 255 | 0.90 | 0.18 | 0 | 0 | 192.05 | 1 | 0.55 |
| Hex | 1A | D1 | FF | 5A | 12 | 0 | 0 | C0 | 64 | 37 |
| Octal | 32 | 321 | 377 | 132 | 22 | 0 | 0 | 300 | 144 | 67 |
| Binary | 11010 | 11010001 | 11111111 | 1011010 | 10010 | 0 | 0 | 11000000 | 1100100 | 110111 |
Color Harmonies of #1AD1FF
Complementary color
Monochromatic Colors of #1AD1FF
Black with #1AD1FF
Text Example
Text Example
White with #1AD1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD1FF; }
p { color: rgb(26,209,255); }
H1.HeaderClassName
{
color: #1AD1FF;
}
.AnyTagClassName
{
color: #1AD1FF;
}
</style>
background-color css
<style>
a { background-color: #1AD1FF; }
a { background-color: rgb(26,209,255); }
div.DivClassName
{
background-color: #1AD1FF;
}
.BgClassName
{
background-color: #1AD1FF;
}
</style>
border-color css
<style>
span { border-color: #1AD1FF; }
span { border-color: rgb(26,209,255); }
td.TdClassName
{
border-color: #1AD1FF;
}
.TagClassName
{
border-color: #1AD1FF;
}
</style>