Shades of Pelorous #1D95AB
Tints of Pelorous #1D95AB
RGB
CMYK
RGB Variations
Color information
#1D95AB (or 0x1D95AB) is known color: Pelorous. HEX triplet: 1D, 95 and AB. RGB value is (29,149,171). Sum of RGB (Red+Green+Blue) = 29+149+171=349 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.31% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D95AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D95AB is #E26A54. Grayscale: #737373. Windows color (decimal): -14838357 or 11244829. OLE color: 11244829.
HSL color Cylindrical-coordinate representation of color #1D95AB: hue angle of 189.3º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D95AB is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 149 | 171 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.33 |
| HSL | 189.3º | 0.71% | 0.39% | - |
| HSV(B) | 189.3º | 0.83% | 0.67% | - |
| XYZ | 18.6 | 24.7 | 42.31 | - |
| YUV | 115.63 | 159.24 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 149 | 171 | 0.83 | 0.13 | 0 | 0.33 | 189.3 | 0.71 | 0.39 |
| Hex | 1D | 95 | AB | 53 | D | 0 | 21 | BD | 47 | 27 |
| Octal | 35 | 225 | 253 | 123 | 15 | 0 | 41 | 275 | 107 | 47 |
| Binary | 11101 | 10010101 | 10101011 | 1010011 | 1101 | 0 | 100001 | 10111101 | 1000111 | 100111 |
Color Harmonies of #1D95AB
Complementary color
Monochromatic Colors of #1D95AB
Black with #1D95AB
Text Example
Text Example
White with #1D95AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D95AB; }
p { color: rgb(29,149,171); }
H1.HeaderClassName
{
color: #1D95AB;
}
.AnyTagClassName
{
color: #1D95AB;
}
</style>
background-color css
<style>
a { background-color: #1D95AB; }
a { background-color: rgb(29,149,171); }
div.DivClassName
{
background-color: #1D95AB;
}
.BgClassName
{
background-color: #1D95AB;
}
</style>
border-color css
<style>
span { border-color: #1D95AB; }
span { border-color: rgb(29,149,171); }
td.TdClassName
{
border-color: #1D95AB;
}
.TagClassName
{
border-color: #1D95AB;
}
</style>