Shades of Pelorous #1D99BB
Tints of Pelorous #1D99BB
RGB
CMYK
RGB Variations
Color information
#1D99BB (or 0x1D99BB) is known color: Pelorous. HEX triplet: 1D, 99 and BB. RGB value is (29,153,187). Sum of RGB (Red+Green+Blue) = 29+153+187=369 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.86% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D99BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D99BB is #E26644. Grayscale: #777777. Windows color (decimal): -14837317 or 12294429. OLE color: 12294429.
HSL color Cylindrical-coordinate representation of color #1D99BB: hue angle of 192.91º 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 #1D99BB is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 153 | 187 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.27 |
| HSL | 192.91º | 0.73% | 0.42% | - |
| HSV(B) | 192.91º | 0.84% | 0.73% | - |
| XYZ | 20.87 | 26.63 | 51.05 | - |
| YUV | 119.8 | 165.92 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 153 | 187 | 0.84 | 0.18 | 0 | 0.27 | 192.91 | 0.73 | 0.42 |
| Hex | 1D | 99 | BB | 54 | 12 | 0 | 1B | C1 | 49 | 2A |
| Octal | 35 | 231 | 273 | 124 | 22 | 0 | 33 | 301 | 111 | 52 |
| Binary | 11101 | 10011001 | 10111011 | 1010100 | 10010 | 0 | 11011 | 11000001 | 1001001 | 101010 |
Color Harmonies of #1D99BB
Complementary color
Monochromatic Colors of #1D99BB
Black with #1D99BB
Text Example
Text Example
White with #1D99BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D99BB; }
p { color: rgb(29,153,187); }
H1.HeaderClassName
{
color: #1D99BB;
}
.AnyTagClassName
{
color: #1D99BB;
}
</style>
background-color css
<style>
a { background-color: #1D99BB; }
a { background-color: rgb(29,153,187); }
div.DivClassName
{
background-color: #1D99BB;
}
.BgClassName
{
background-color: #1D99BB;
}
</style>
border-color css
<style>
span { border-color: #1D99BB; }
span { border-color: rgb(29,153,187); }
td.TdClassName
{
border-color: #1D99BB;
}
.TagClassName
{
border-color: #1D99BB;
}
</style>