Shades of Deep Sky Blue #1ABBED
Tints of Deep Sky Blue #1ABBED
RGB
CMYK
RGB Variations
Color information
#1ABBED (or 0x1ABBED) is known color: Deep Sky Blue. HEX triplet: 1A, BB and ED. RGB value is (26,187,237). Sum of RGB (Red+Green+Blue) = 26+187+237=450 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.78% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #1ABBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABBED is #E54412. Grayscale: #909090. Windows color (decimal): -15025171 or 15579930. OLE color: 15579930.
HSL color Cylindrical-coordinate representation of color #1ABBED: hue angle of 194.22º 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 #1ABBED is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 187 | 237 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.07 |
| HSL | 194.22º | 0.85% | 0.52% | - |
| HSV(B) | 194.22º | 0.89% | 0.93% | - |
| XYZ | 33.48 | 41.87 | 86.44 | - |
| YUV | 144.56 | 180.16 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 237 | 0.89 | 0.21 | 0 | 0.07 | 194.22 | 0.85 | 0.52 |
| Hex | 1A | BB | ED | 59 | 15 | 0 | 7 | C2 | 55 | 34 |
| Octal | 32 | 273 | 355 | 131 | 25 | 0 | 7 | 302 | 125 | 64 |
| Binary | 11010 | 10111011 | 11101101 | 1011001 | 10101 | 0 | 111 | 11000010 | 1010101 | 110100 |
Color Harmonies of #1ABBED
Complementary color
Monochromatic Colors of #1ABBED
Black with #1ABBED
Text Example
Text Example
White with #1ABBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBED; }
p { color: rgb(26,187,237); }
H1.HeaderClassName
{
color: #1ABBED;
}
.AnyTagClassName
{
color: #1ABBED;
}
</style>
background-color css
<style>
a { background-color: #1ABBED; }
a { background-color: rgb(26,187,237); }
div.DivClassName
{
background-color: #1ABBED;
}
.BgClassName
{
background-color: #1ABBED;
}
</style>
border-color css
<style>
span { border-color: #1ABBED; }
span { border-color: rgb(26,187,237); }
td.TdClassName
{
border-color: #1ABBED;
}
.TagClassName
{
border-color: #1ABBED;
}
</style>