Shades of Summer Sky #1AB0DD
Tints of Summer Sky #1AB0DD
RGB
CMYK
RGB Variations
Color information
#1AB0DD (or 0x1AB0DD) is known color: Summer Sky. HEX triplet: 1A, B0 and DD. RGB value is (26,176,221). Sum of RGB (Red+Green+Blue) = 26+176+221=423 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.15% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #1AB0DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AB0DD is #E54F22. Grayscale: #878787. Windows color (decimal): -15028003 or 14528538. OLE color: 14528538.
HSL color Cylindrical-coordinate representation of color #1AB0DD: hue angle of 193.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AB0DD is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 176 | 221 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.13 |
| HSL | 193.85º | 0.79% | 0.48% | - |
| HSV(B) | 193.85º | 0.88% | 0.87% | - |
| XYZ | 29 | 36.49 | 73.92 | - |
| YUV | 136.28 | 175.81 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 176 | 221 | 0.88 | 0.20 | 0 | 0.13 | 193.85 | 0.79 | 0.48 |
| Hex | 1A | B0 | DD | 58 | 14 | 0 | D | C2 | 4F | 30 |
| Octal | 32 | 260 | 335 | 130 | 24 | 0 | 15 | 302 | 117 | 60 |
| Binary | 11010 | 10110000 | 11011101 | 1011000 | 10100 | 0 | 1101 | 11000010 | 1001111 | 110000 |
Color Harmonies of #1AB0DD
Complementary color
Monochromatic Colors of #1AB0DD
Black with #1AB0DD
Text Example
Text Example
White with #1AB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB0DD; }
p { color: rgb(26,176,221); }
H1.HeaderClassName
{
color: #1AB0DD;
}
.AnyTagClassName
{
color: #1AB0DD;
}
</style>
background-color css
<style>
a { background-color: #1AB0DD; }
a { background-color: rgb(26,176,221); }
div.DivClassName
{
background-color: #1AB0DD;
}
.BgClassName
{
background-color: #1AB0DD;
}
</style>
border-color css
<style>
span { border-color: #1AB0DD; }
span { border-color: rgb(26,176,221); }
td.TdClassName
{
border-color: #1AB0DD;
}
.TagClassName
{
border-color: #1AB0DD;
}
</style>