Shades of Pelorous #1697B3
Tints of Pelorous #1697B3
RGB
CMYK
RGB Variations
Color information
#1697B3 (or 0x1697B3) is known color: Pelorous. HEX triplet: 16, 97 and B3. RGB value is (22,151,179). Sum of RGB (Red+Green+Blue) = 22+151+179=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #1697B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1697B3 is #E9684C. Grayscale: #737373. Windows color (decimal): -15296589 or 11769622. OLE color: 11769622.
HSL color Cylindrical-coordinate representation of color #1697B3: hue angle of 190.7º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1697B3 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 22 | 151 | 179 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.30 |
| HSL | 190.7º | 0.78% | 0.39% | - |
| HSV(B) | 190.7º | 0.88% | 0.7% | - |
| XYZ | 19.53 | 25.56 | 46.55 | - |
| YUV | 115.62 | 163.76 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 179 | 0.88 | 0.16 | 0 | 0.30 | 190.7 | 0.78 | 0.39 |
| Hex | 16 | 97 | B3 | 58 | 10 | 0 | 1E | BF | 4E | 27 |
| Octal | 26 | 227 | 263 | 130 | 20 | 0 | 36 | 277 | 116 | 47 |
| Binary | 10110 | 10010111 | 10110011 | 1011000 | 10000 | 0 | 11110 | 10111111 | 1001110 | 100111 |
Color Harmonies of #1697B3
Complementary color
Monochromatic Colors of #1697B3
Black with #1697B3
Text Example
Text Example
White with #1697B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1697B3; }
p { color: rgb(22,151,179); }
H1.HeaderClassName
{
color: #1697B3;
}
.AnyTagClassName
{
color: #1697B3;
}
</style>
background-color css
<style>
a { background-color: #1697B3; }
a { background-color: rgb(22,151,179); }
div.DivClassName
{
background-color: #1697B3;
}
.BgClassName
{
background-color: #1697B3;
}
</style>
border-color css
<style>
span { border-color: #1697B3; }
span { border-color: rgb(22,151,179); }
td.TdClassName
{
border-color: #1697B3;
}
.TagClassName
{
border-color: #1697B3;
}
</style>