Shades of Deep Sky Blue #1AD6F7
Tints of Deep Sky Blue #1AD6F7
RGB
CMYK
RGB Variations
Color information
#1AD6F7 (or 0x1AD6F7) is known color: Deep Sky Blue. HEX triplet: 1A, D6 and F7. RGB value is (26,214,247). Sum of RGB (Red+Green+Blue) = 26+214+247=487 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.34% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 247 (96.88% from 255 or 50.72% from 487); Max value from RGB is 247 - color contains mainly: blue. Hex color #1AD6F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD6F7 is #E52908. Grayscale: #A1A1A1. Windows color (decimal): -15018249 or 16242202. OLE color: 16242202.
HSL color Cylindrical-coordinate representation of color #1AD6F7: hue angle of 188.96º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AD6F7 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 214 | 247 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.03 |
| HSL | 188.96º | 0.93% | 0.54% | - |
| HSV(B) | 188.96º | 0.89% | 0.97% | - |
| XYZ | 41.26 | 55.03 | 96.44 | - |
| YUV | 161.55 | 176.22 | 31.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 214 | 247 | 0.89 | 0.13 | 0 | 0.03 | 188.96 | 0.93 | 0.54 |
| Hex | 1A | D6 | F7 | 59 | D | 0 | 3 | BD | 5D | 36 |
| Octal | 32 | 326 | 367 | 131 | 15 | 0 | 3 | 275 | 135 | 66 |
| Binary | 11010 | 11010110 | 11110111 | 1011001 | 1101 | 0 | 11 | 10111101 | 1011101 | 110110 |
Color Harmonies of #1AD6F7
Complementary color
Monochromatic Colors of #1AD6F7
Black with #1AD6F7
Text Example
Text Example
White with #1AD6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD6F7; }
p { color: rgb(26,214,247); }
H1.HeaderClassName
{
color: #1AD6F7;
}
.AnyTagClassName
{
color: #1AD6F7;
}
</style>
background-color css
<style>
a { background-color: #1AD6F7; }
a { background-color: rgb(26,214,247); }
div.DivClassName
{
background-color: #1AD6F7;
}
.BgClassName
{
background-color: #1AD6F7;
}
</style>
border-color css
<style>
span { border-color: #1AD6F7; }
span { border-color: rgb(26,214,247); }
td.TdClassName
{
border-color: #1AD6F7;
}
.TagClassName
{
border-color: #1AD6F7;
}
</style>