Shades of Deep Sky Blue #1ADAFF
Tints of Deep Sky Blue #1ADAFF
RGB
CMYK
RGB Variations
Color information
#1ADAFF (or 0x1ADAFF) is known color: Deep Sky Blue. HEX triplet: 1A, DA and FF. RGB value is (26,218,255). Sum of RGB (Red+Green+Blue) = 26+218+255=499 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.21% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ADAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADAFF is #E52500. Grayscale: #A4A4A4. Windows color (decimal): -15017217 or 16767514. OLE color: 16767514.
HSL color Cylindrical-coordinate representation of color #1ADAFF: hue angle of 189.69º 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 #1ADAFF is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 218 | 255 | - |
| CMYK | 0.90 | 0.15 | 0 | 0 |
| HSL | 189.69º | 1% | 0.55% | - |
| HSV(B) | 189.69º | 0.9% | 1% | - |
| XYZ | 43.55 | 57.58 | 103.43 | - |
| YUV | 164.81 | 178.89 | 28.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 255 | 0.90 | 0.15 | 0 | 0 | 189.69 | 1 | 0.55 |
| Hex | 1A | DA | FF | 5A | F | 0 | 0 | BE | 64 | 37 |
| Octal | 32 | 332 | 377 | 132 | 17 | 0 | 0 | 276 | 144 | 67 |
| Binary | 11010 | 11011010 | 11111111 | 1011010 | 1111 | 0 | 0 | 10111110 | 1100100 | 110111 |
Color Harmonies of #1ADAFF
Complementary color
Monochromatic Colors of #1ADAFF
Black with #1ADAFF
Text Example
Text Example
White with #1ADAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADAFF; }
p { color: rgb(26,218,255); }
H1.HeaderClassName
{
color: #1ADAFF;
}
.AnyTagClassName
{
color: #1ADAFF;
}
</style>
background-color css
<style>
a { background-color: #1ADAFF; }
a { background-color: rgb(26,218,255); }
div.DivClassName
{
background-color: #1ADAFF;
}
.BgClassName
{
background-color: #1ADAFF;
}
</style>
border-color css
<style>
span { border-color: #1ADAFF; }
span { border-color: rgb(26,218,255); }
td.TdClassName
{
border-color: #1ADAFF;
}
.TagClassName
{
border-color: #1ADAFF;
}
</style>