Shades of Pelorous #1D8FA6
Tints of Pelorous #1D8FA6
RGB
CMYK
RGB Variations
Color information
#1D8FA6 (or 0x1D8FA6) is known color: Pelorous. HEX triplet: 1D, 8F and A6. RGB value is (29,143,166). Sum of RGB (Red+Green+Blue) = 29+143+166=338 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.58% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 166 (65.23% from 255 or 49.11% from 338); Max value from RGB is 166 - color contains mainly: blue. Hex color #1D8FA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8FA6 is #E27059. Grayscale: #6F6F6F. Windows color (decimal): -14839898 or 10915613. OLE color: 10915613.
HSL color Cylindrical-coordinate representation of color #1D8FA6: hue angle of 190.07º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D8FA6 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 143 | 166 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.35 |
| HSL | 190.07º | 0.7% | 0.38% | - |
| HSV(B) | 190.07º | 0.83% | 0.65% | - |
| XYZ | 17.21 | 22.66 | 39.54 | - |
| YUV | 111.54 | 158.73 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 143 | 166 | 0.83 | 0.14 | 0 | 0.35 | 190.07 | 0.7 | 0.38 |
| Hex | 1D | 8F | A6 | 53 | E | 0 | 23 | BE | 46 | 26 |
| Octal | 35 | 217 | 246 | 123 | 16 | 0 | 43 | 276 | 106 | 46 |
| Binary | 11101 | 10001111 | 10100110 | 1010011 | 1110 | 0 | 100011 | 10111110 | 1000110 | 100110 |
Color Harmonies of #1D8FA6
Complementary color
Monochromatic Colors of #1D8FA6
Black with #1D8FA6
Text Example
Text Example
White with #1D8FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8FA6; }
p { color: rgb(29,143,166); }
H1.HeaderClassName
{
color: #1D8FA6;
}
.AnyTagClassName
{
color: #1D8FA6;
}
</style>
background-color css
<style>
a { background-color: #1D8FA6; }
a { background-color: rgb(29,143,166); }
div.DivClassName
{
background-color: #1D8FA6;
}
.BgClassName
{
background-color: #1D8FA6;
}
</style>
border-color css
<style>
span { border-color: #1D8FA6; }
span { border-color: rgb(29,143,166); }
td.TdClassName
{
border-color: #1D8FA6;
}
.TagClassName
{
border-color: #1D8FA6;
}
</style>