Shades of Pelorous #1690BD
Tints of Pelorous #1690BD
RGB
CMYK
RGB Variations
Color information
#1690BD (or 0x1690BD) is known color: Pelorous. HEX triplet: 16, 90 and BD. RGB value is (22,144,189). Sum of RGB (Red+Green+Blue) = 22+144+189=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #1690BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1690BD is #E96F42. Grayscale: #707070. Windows color (decimal): -15298371 or 12423190. OLE color: 12423190.
HSL color Cylindrical-coordinate representation of color #1690BD: hue angle of 196.17º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1690BD is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 144 | 189 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.26 |
| HSL | 196.17º | 0.79% | 0.41% | - |
| HSV(B) | 196.17º | 0.88% | 0.74% | - |
| XYZ | 19.49 | 23.79 | 51.71 | - |
| YUV | 112.65 | 171.08 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 144 | 189 | 0.88 | 0.24 | 0 | 0.26 | 196.17 | 0.79 | 0.41 |
| Hex | 16 | 90 | BD | 58 | 18 | 0 | 1A | C4 | 4F | 29 |
| Octal | 26 | 220 | 275 | 130 | 30 | 0 | 32 | 304 | 117 | 51 |
| Binary | 10110 | 10010000 | 10111101 | 1011000 | 11000 | 0 | 11010 | 11000100 | 1001111 | 101001 |
Color Harmonies of #1690BD
Complementary color
Monochromatic Colors of #1690BD
Black with #1690BD
Text Example
Text Example
White with #1690BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1690BD; }
p { color: rgb(22,144,189); }
H1.HeaderClassName
{
color: #1690BD;
}
.AnyTagClassName
{
color: #1690BD;
}
</style>
background-color css
<style>
a { background-color: #1690BD; }
a { background-color: rgb(22,144,189); }
div.DivClassName
{
background-color: #1690BD;
}
.BgClassName
{
background-color: #1690BD;
}
</style>
border-color css
<style>
span { border-color: #1690BD; }
span { border-color: rgb(22,144,189); }
td.TdClassName
{
border-color: #1690BD;
}
.TagClassName
{
border-color: #1690BD;
}
</style>