Shades of Deep Sky Blue #1ABDED
Tints of Deep Sky Blue #1ABDED
RGB
CMYK
RGB Variations
Color information
#1ABDED (or 0x1ABDED) is known color: Deep Sky Blue. HEX triplet: 1A, BD and ED. RGB value is (26,189,237). Sum of RGB (Red+Green+Blue) = 26+189+237=452 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.75% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #1ABDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABDED is #E54212. Grayscale: #919191. Windows color (decimal): -15024659 or 15580442. OLE color: 15580442.
HSL color Cylindrical-coordinate representation of color #1ABDED: hue angle of 193.65º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABDED is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 189 | 237 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.07 |
| HSL | 193.65º | 0.85% | 0.52% | - |
| HSV(B) | 193.65º | 0.89% | 0.93% | - |
| XYZ | 33.91 | 42.73 | 86.58 | - |
| YUV | 145.74 | 179.5 | 42.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 237 | 0.89 | 0.20 | 0 | 0.07 | 193.65 | 0.85 | 0.52 |
| Hex | 1A | BD | ED | 59 | 14 | 0 | 7 | C2 | 55 | 34 |
| Octal | 32 | 275 | 355 | 131 | 24 | 0 | 7 | 302 | 125 | 64 |
| Binary | 11010 | 10111101 | 11101101 | 1011001 | 10100 | 0 | 111 | 11000010 | 1010101 | 110100 |
Color Harmonies of #1ABDED
Complementary color
Monochromatic Colors of #1ABDED
Black with #1ABDED
Text Example
Text Example
White with #1ABDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABDED; }
p { color: rgb(26,189,237); }
H1.HeaderClassName
{
color: #1ABDED;
}
.AnyTagClassName
{
color: #1ABDED;
}
</style>
background-color css
<style>
a { background-color: #1ABDED; }
a { background-color: rgb(26,189,237); }
div.DivClassName
{
background-color: #1ABDED;
}
.BgClassName
{
background-color: #1ABDED;
}
</style>
border-color css
<style>
span { border-color: #1ABDED; }
span { border-color: rgb(26,189,237); }
td.TdClassName
{
border-color: #1ABDED;
}
.TagClassName
{
border-color: #1ABDED;
}
</style>