Shades of Deep Sky Blue #1AD0FF
Tints of Deep Sky Blue #1AD0FF
RGB
CMYK
RGB Variations
Color information
#1AD0FF (or 0x1AD0FF) is known color: Deep Sky Blue. HEX triplet: 1A, D0 and FF. RGB value is (26,208,255). Sum of RGB (Red+Green+Blue) = 26+208+255=489 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.32% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AD0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD0FF is #E52F00. Grayscale: #9E9E9E. Windows color (decimal): -15019777 or 16764954. OLE color: 16764954.
HSL color Cylindrical-coordinate representation of color #1AD0FF: hue angle of 192.31º 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 #1AD0FF is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 208 | 255 | - |
| CMYK | 0.90 | 0.18 | 0 | 0 |
| HSL | 192.31º | 1% | 0.55% | - |
| HSV(B) | 192.31º | 0.9% | 1% | - |
| XYZ | 41.03 | 52.55 | 102.59 | - |
| YUV | 158.94 | 182.2 | 33.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 255 | 0.90 | 0.18 | 0 | 0 | 192.31 | 1 | 0.55 |
| Hex | 1A | D0 | FF | 5A | 12 | 0 | 0 | C0 | 64 | 37 |
| Octal | 32 | 320 | 377 | 132 | 22 | 0 | 0 | 300 | 144 | 67 |
| Binary | 11010 | 11010000 | 11111111 | 1011010 | 10010 | 0 | 0 | 11000000 | 1100100 | 110111 |
Color Harmonies of #1AD0FF
Complementary color
Monochromatic Colors of #1AD0FF
Black with #1AD0FF
Text Example
Text Example
White with #1AD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD0FF; }
p { color: rgb(26,208,255); }
H1.HeaderClassName
{
color: #1AD0FF;
}
.AnyTagClassName
{
color: #1AD0FF;
}
</style>
background-color css
<style>
a { background-color: #1AD0FF; }
a { background-color: rgb(26,208,255); }
div.DivClassName
{
background-color: #1AD0FF;
}
.BgClassName
{
background-color: #1AD0FF;
}
</style>
border-color css
<style>
span { border-color: #1AD0FF; }
span { border-color: rgb(26,208,255); }
td.TdClassName
{
border-color: #1AD0FF;
}
.TagClassName
{
border-color: #1AD0FF;
}
</style>