Shades of Deep Sky Blue #1ADEFF
Tints of Deep Sky Blue #1ADEFF
RGB
CMYK
RGB Variations
Color information
#1ADEFF (or 0x1ADEFF) is known color: Deep Sky Blue. HEX triplet: 1A, DE and FF. RGB value is (26,222,255). Sum of RGB (Red+Green+Blue) = 26+222+255=503 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.17% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ADEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADEFF is #E52100. Grayscale: #A6A6A6. Windows color (decimal): -15016193 or 16768538. OLE color: 16768538.
HSL color Cylindrical-coordinate representation of color #1ADEFF: hue angle of 188.65º 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 #1ADEFF is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 222 | 255 | - |
| CMYK | 0.90 | 0.13 | 0 | 0 |
| HSL | 188.65º | 1% | 0.55% | - |
| HSV(B) | 188.65º | 0.9% | 1% | - |
| XYZ | 44.6 | 59.68 | 103.78 | - |
| YUV | 167.16 | 177.57 | 27.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 255 | 0.90 | 0.13 | 0 | 0 | 188.65 | 1 | 0.55 |
| Hex | 1A | DE | FF | 5A | D | 0 | 0 | BD | 64 | 37 |
| Octal | 32 | 336 | 377 | 132 | 15 | 0 | 0 | 275 | 144 | 67 |
| Binary | 11010 | 11011110 | 11111111 | 1011010 | 1101 | 0 | 0 | 10111101 | 1100100 | 110111 |
Color Harmonies of #1ADEFF
Complementary color
Monochromatic Colors of #1ADEFF
Black with #1ADEFF
Text Example
Text Example
White with #1ADEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADEFF; }
p { color: rgb(26,222,255); }
H1.HeaderClassName
{
color: #1ADEFF;
}
.AnyTagClassName
{
color: #1ADEFF;
}
</style>
background-color css
<style>
a { background-color: #1ADEFF; }
a { background-color: rgb(26,222,255); }
div.DivClassName
{
background-color: #1ADEFF;
}
.BgClassName
{
background-color: #1ADEFF;
}
</style>
border-color css
<style>
span { border-color: #1ADEFF; }
span { border-color: rgb(26,222,255); }
td.TdClassName
{
border-color: #1ADEFF;
}
.TagClassName
{
border-color: #1ADEFF;
}
</style>