Shades of Pelorous #1D9FBA
Tints of Pelorous #1D9FBA
RGB
CMYK
RGB Variations
Color information
#1D9FBA (or 0x1D9FBA) is known color: Pelorous. HEX triplet: 1D, 9F and BA. RGB value is (29,159,186). Sum of RGB (Red+Green+Blue) = 29+159+186=374 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.75% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D9FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9FBA is #E26045. Grayscale: #7A7A7A. Windows color (decimal): -14835782 or 12230429. OLE color: 12230429.
HSL color Cylindrical-coordinate representation of color #1D9FBA: hue angle of 190.32º 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 #1D9FBA is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 159 | 186 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.27 |
| HSL | 190.32º | 0.73% | 0.42% | - |
| HSV(B) | 190.32º | 0.84% | 0.73% | - |
| XYZ | 21.77 | 28.6 | 50.83 | - |
| YUV | 123.21 | 163.43 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 159 | 186 | 0.84 | 0.15 | 0 | 0.27 | 190.32 | 0.73 | 0.42 |
| Hex | 1D | 9F | BA | 54 | F | 0 | 1B | BE | 49 | 2A |
| Octal | 35 | 237 | 272 | 124 | 17 | 0 | 33 | 276 | 111 | 52 |
| Binary | 11101 | 10011111 | 10111010 | 1010100 | 1111 | 0 | 11011 | 10111110 | 1001001 | 101010 |
Color Harmonies of #1D9FBA
Complementary color
Monochromatic Colors of #1D9FBA
Black with #1D9FBA
Text Example
Text Example
White with #1D9FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9FBA; }
p { color: rgb(29,159,186); }
H1.HeaderClassName
{
color: #1D9FBA;
}
.AnyTagClassName
{
color: #1D9FBA;
}
</style>
background-color css
<style>
a { background-color: #1D9FBA; }
a { background-color: rgb(29,159,186); }
div.DivClassName
{
background-color: #1D9FBA;
}
.BgClassName
{
background-color: #1D9FBA;
}
</style>
border-color css
<style>
span { border-color: #1D9FBA; }
span { border-color: rgb(29,159,186); }
td.TdClassName
{
border-color: #1D9FBA;
}
.TagClassName
{
border-color: #1D9FBA;
}
</style>