Shades of Pelorous #1DABBE
Tints of Pelorous #1DABBE
RGB
CMYK
RGB Variations
Color information
#1DABBE (or 0x1DABBE) is known color: Pelorous. HEX triplet: 1D, AB and BE. RGB value is (29,171,190). Sum of RGB (Red+Green+Blue) = 29+171+190=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #1DABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DABBE is #E25441. Grayscale: #828282. Windows color (decimal): -14832706 or 12495645. OLE color: 12495645.
HSL color Cylindrical-coordinate representation of color #1DABBE: hue angle of 187.08º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DABBE is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 171 | 190 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.25 |
| HSL | 187.08º | 0.74% | 0.43% | - |
| HSV(B) | 187.08º | 0.85% | 0.75% | - |
| XYZ | 24.36 | 33.1 | 53.82 | - |
| YUV | 130.71 | 161.46 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 190 | 0.85 | 0.10 | 0 | 0.25 | 187.08 | 0.74 | 0.43 |
| Hex | 1D | AB | BE | 55 | A | 0 | 19 | BB | 4A | 2B |
| Octal | 35 | 253 | 276 | 125 | 12 | 0 | 31 | 273 | 112 | 53 |
| Binary | 11101 | 10101011 | 10111110 | 1010101 | 1010 | 0 | 11001 | 10111011 | 1001010 | 101011 |
Color Harmonies of #1DABBE
Complementary color
Monochromatic Colors of #1DABBE
Black with #1DABBE
Text Example
Text Example
White with #1DABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DABBE; }
p { color: rgb(29,171,190); }
H1.HeaderClassName
{
color: #1DABBE;
}
.AnyTagClassName
{
color: #1DABBE;
}
</style>
background-color css
<style>
a { background-color: #1DABBE; }
a { background-color: rgb(29,171,190); }
div.DivClassName
{
background-color: #1DABBE;
}
.BgClassName
{
background-color: #1DABBE;
}
</style>
border-color css
<style>
span { border-color: #1DABBE; }
span { border-color: rgb(29,171,190); }
td.TdClassName
{
border-color: #1DABBE;
}
.TagClassName
{
border-color: #1DABBE;
}
</style>