Shades of Deep Sky Blue #1ADDFF
Tints of Deep Sky Blue #1ADDFF
RGB
CMYK
RGB Variations
Color information
#1ADDFF (or 0x1ADDFF) is known color: Deep Sky Blue. HEX triplet: 1A, DD and FF. RGB value is (26,221,255). Sum of RGB (Red+Green+Blue) = 26+221+255=502 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.18% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ADDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADDFF is #E52200. Grayscale: #A6A6A6. Windows color (decimal): -15016449 or 16768282. OLE color: 16768282.
HSL color Cylindrical-coordinate representation of color #1ADDFF: hue angle of 188.91º 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 #1ADDFF is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 221 | 255 | - |
| CMYK | 0.90 | 0.13 | 0 | 0 |
| HSL | 188.91º | 1% | 0.55% | - |
| HSV(B) | 188.91º | 0.9% | 1% | - |
| XYZ | 44.33 | 59.15 | 103.69 | - |
| YUV | 166.57 | 177.9 | 27.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 255 | 0.90 | 0.13 | 0 | 0 | 188.91 | 1 | 0.55 |
| Hex | 1A | DD | FF | 5A | D | 0 | 0 | BD | 64 | 37 |
| Octal | 32 | 335 | 377 | 132 | 15 | 0 | 0 | 275 | 144 | 67 |
| Binary | 11010 | 11011101 | 11111111 | 1011010 | 1101 | 0 | 0 | 10111101 | 1100100 | 110111 |
Color Harmonies of #1ADDFF
Complementary color
Monochromatic Colors of #1ADDFF
Black with #1ADDFF
Text Example
Text Example
White with #1ADDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDFF; }
p { color: rgb(26,221,255); }
H1.HeaderClassName
{
color: #1ADDFF;
}
.AnyTagClassName
{
color: #1ADDFF;
}
</style>
background-color css
<style>
a { background-color: #1ADDFF; }
a { background-color: rgb(26,221,255); }
div.DivClassName
{
background-color: #1ADDFF;
}
.BgClassName
{
background-color: #1ADDFF;
}
</style>
border-color css
<style>
span { border-color: #1ADDFF; }
span { border-color: rgb(26,221,255); }
td.TdClassName
{
border-color: #1ADDFF;
}
.TagClassName
{
border-color: #1ADDFF;
}
</style>