Shades of Pelorous #1D9FBB
Tints of Pelorous #1D9FBB
RGB
CMYK
RGB Variations
Color information
#1D9FBB (or 0x1D9FBB) is known color: Pelorous. HEX triplet: 1D, 9F and BB. RGB value is (29,159,187). Sum of RGB (Red+Green+Blue) = 29+159+187=375 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.73% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D9FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9FBB is #E26044. Grayscale: #7B7B7B. Windows color (decimal): -14835781 or 12295965. OLE color: 12295965.
HSL color Cylindrical-coordinate representation of color #1D9FBB: hue angle of 190.63º 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 #1D9FBB is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 159 | 187 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.27 |
| HSL | 190.63º | 0.73% | 0.42% | - |
| HSV(B) | 190.63º | 0.84% | 0.73% | - |
| XYZ | 21.87 | 28.65 | 51.39 | - |
| YUV | 123.32 | 163.93 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 159 | 187 | 0.84 | 0.15 | 0 | 0.27 | 190.63 | 0.73 | 0.42 |
| Hex | 1D | 9F | BB | 54 | F | 0 | 1B | BF | 49 | 2A |
| Octal | 35 | 237 | 273 | 124 | 17 | 0 | 33 | 277 | 111 | 52 |
| Binary | 11101 | 10011111 | 10111011 | 1010100 | 1111 | 0 | 11011 | 10111111 | 1001001 | 101010 |
Color Harmonies of #1D9FBB
Complementary color
Monochromatic Colors of #1D9FBB
Black with #1D9FBB
Text Example
Text Example
White with #1D9FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9FBB; }
p { color: rgb(29,159,187); }
H1.HeaderClassName
{
color: #1D9FBB;
}
.AnyTagClassName
{
color: #1D9FBB;
}
</style>
background-color css
<style>
a { background-color: #1D9FBB; }
a { background-color: rgb(29,159,187); }
div.DivClassName
{
background-color: #1D9FBB;
}
.BgClassName
{
background-color: #1D9FBB;
}
</style>
border-color css
<style>
span { border-color: #1D9FBB; }
span { border-color: rgb(29,159,187); }
td.TdClassName
{
border-color: #1D9FBB;
}
.TagClassName
{
border-color: #1D9FBB;
}
</style>