Shades of Pelorous #1DA1BB
Tints of Pelorous #1DA1BB
RGB
CMYK
RGB Variations
Color information
#1DA1BB (or 0x1DA1BB) is known color: Pelorous. HEX triplet: 1D, A1 and BB. RGB value is (29,161,187). Sum of RGB (Red+Green+Blue) = 29+161+187=377 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.69% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #1DA1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA1BB is #E25E44. Grayscale: #7C7C7C. Windows color (decimal): -14835269 or 12296477. OLE color: 12296477.
HSL color Cylindrical-coordinate representation of color #1DA1BB: hue angle of 189.87º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DA1BB is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 161 | 187 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.27 |
| HSL | 189.87º | 0.73% | 0.42% | - |
| HSV(B) | 189.87º | 0.84% | 0.73% | - |
| XYZ | 22.22 | 29.34 | 51.51 | - |
| YUV | 124.5 | 163.27 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 187 | 0.84 | 0.14 | 0 | 0.27 | 189.87 | 0.73 | 0.42 |
| Hex | 1D | A1 | BB | 54 | E | 0 | 1B | BE | 49 | 2A |
| Octal | 35 | 241 | 273 | 124 | 16 | 0 | 33 | 276 | 111 | 52 |
| Binary | 11101 | 10100001 | 10111011 | 1010100 | 1110 | 0 | 11011 | 10111110 | 1001001 | 101010 |
Color Harmonies of #1DA1BB
Complementary color
Monochromatic Colors of #1DA1BB
Black with #1DA1BB
Text Example
Text Example
White with #1DA1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA1BB; }
p { color: rgb(29,161,187); }
H1.HeaderClassName
{
color: #1DA1BB;
}
.AnyTagClassName
{
color: #1DA1BB;
}
</style>
background-color css
<style>
a { background-color: #1DA1BB; }
a { background-color: rgb(29,161,187); }
div.DivClassName
{
background-color: #1DA1BB;
}
.BgClassName
{
background-color: #1DA1BB;
}
</style>
border-color css
<style>
span { border-color: #1DA1BB; }
span { border-color: rgb(29,161,187); }
td.TdClassName
{
border-color: #1DA1BB;
}
.TagClassName
{
border-color: #1DA1BB;
}
</style>