Shades of Pelorous #1D96BA
Tints of Pelorous #1D96BA
RGB
CMYK
RGB Variations
Color information
#1D96BA (or 0x1D96BA) is known color: Pelorous. HEX triplet: 1D, 96 and BA. RGB value is (29,150,186). Sum of RGB (Red+Green+Blue) = 29+150+186=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D96BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D96BA is #E26945. Grayscale: #757575. Windows color (decimal): -14838086 or 12228125. OLE color: 12228125.
HSL color Cylindrical-coordinate representation of color #1D96BA: hue angle of 193.76º 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 #1D96BA is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 150 | 186 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.27 |
| HSL | 193.76º | 0.73% | 0.42% | - |
| HSV(B) | 193.76º | 0.84% | 0.73% | - |
| XYZ | 20.28 | 25.62 | 50.33 | - |
| YUV | 117.93 | 166.41 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 150 | 186 | 0.84 | 0.19 | 0 | 0.27 | 193.76 | 0.73 | 0.42 |
| Hex | 1D | 96 | BA | 54 | 13 | 0 | 1B | C2 | 49 | 2A |
| Octal | 35 | 226 | 272 | 124 | 23 | 0 | 33 | 302 | 111 | 52 |
| Binary | 11101 | 10010110 | 10111010 | 1010100 | 10011 | 0 | 11011 | 11000010 | 1001001 | 101010 |
Color Harmonies of #1D96BA
Complementary color
Monochromatic Colors of #1D96BA
Black with #1D96BA
Text Example
Text Example
White with #1D96BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D96BA; }
p { color: rgb(29,150,186); }
H1.HeaderClassName
{
color: #1D96BA;
}
.AnyTagClassName
{
color: #1D96BA;
}
</style>
background-color css
<style>
a { background-color: #1D96BA; }
a { background-color: rgb(29,150,186); }
div.DivClassName
{
background-color: #1D96BA;
}
.BgClassName
{
background-color: #1D96BA;
}
</style>
border-color css
<style>
span { border-color: #1D96BA; }
span { border-color: rgb(29,150,186); }
td.TdClassName
{
border-color: #1D96BA;
}
.TagClassName
{
border-color: #1D96BA;
}
</style>