Shades of Pelorous #1699BD
Tints of Pelorous #1699BD
RGB
CMYK
RGB Variations
Color information
#1699BD (or 0x1699BD) is known color: Pelorous. HEX triplet: 16, 99 and BD. RGB value is (22,153,189). Sum of RGB (Red+Green+Blue) = 22+153+189=364 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.04% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #1699BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1699BD is #E96642. Grayscale: #757575. Windows color (decimal): -15296067 or 12425494. OLE color: 12425494.
HSL color Cylindrical-coordinate representation of color #1699BD: hue angle of 192.93º 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 #1699BD is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 153 | 189 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.26 |
| HSL | 192.93º | 0.79% | 0.41% | - |
| HSV(B) | 192.93º | 0.88% | 0.74% | - |
| XYZ | 20.91 | 26.63 | 52.18 | - |
| YUV | 117.94 | 168.1 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 153 | 189 | 0.88 | 0.19 | 0 | 0.26 | 192.93 | 0.79 | 0.41 |
| Hex | 16 | 99 | BD | 58 | 13 | 0 | 1A | C1 | 4F | 29 |
| Octal | 26 | 231 | 275 | 130 | 23 | 0 | 32 | 301 | 117 | 51 |
| Binary | 10110 | 10011001 | 10111101 | 1011000 | 10011 | 0 | 11010 | 11000001 | 1001111 | 101001 |
Color Harmonies of #1699BD
Complementary color
Monochromatic Colors of #1699BD
Black with #1699BD
Text Example
Text Example
White with #1699BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1699BD; }
p { color: rgb(22,153,189); }
H1.HeaderClassName
{
color: #1699BD;
}
.AnyTagClassName
{
color: #1699BD;
}
</style>
background-color css
<style>
a { background-color: #1699BD; }
a { background-color: rgb(22,153,189); }
div.DivClassName
{
background-color: #1699BD;
}
.BgClassName
{
background-color: #1699BD;
}
</style>
border-color css
<style>
span { border-color: #1699BD; }
span { border-color: rgb(22,153,189); }
td.TdClassName
{
border-color: #1699BD;
}
.TagClassName
{
border-color: #1699BD;
}
</style>