Shades of Pacific Blue #1685CD
Tints of Pacific Blue #1685CD
RGB
CMYK
RGB Variations
Color information
#1685CD (or 0x1685CD) is known color: Pacific Blue. HEX triplet: 16, 85 and CD. RGB value is (22,133,205). Sum of RGB (Red+Green+Blue) = 22+133+205=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #1685CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1685CD is #E97A32. Grayscale: #6B6B6B. Windows color (decimal): -15301171 or 13468950. OLE color: 13468950.
HSL color Cylindrical-coordinate representation of color #1685CD: hue angle of 203.61º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1685CD is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 133 | 205 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.20 |
| HSL | 203.61º | 0.81% | 0.45% | - |
| HSV(B) | 203.61º | 0.89% | 0.8% | - |
| XYZ | 19.74 | 21.35 | 60.84 | - |
| YUV | 108.02 | 182.73 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 205 | 0.89 | 0.35 | 0 | 0.20 | 203.61 | 0.81 | 0.45 |
| Hex | 16 | 85 | CD | 59 | 23 | 0 | 14 | CC | 51 | 2D |
| Octal | 26 | 205 | 315 | 131 | 43 | 0 | 24 | 314 | 121 | 55 |
| Binary | 10110 | 10000101 | 11001101 | 1011001 | 100011 | 0 | 10100 | 11001100 | 1010001 | 101101 |
Color Harmonies of #1685CD
Complementary color
Monochromatic Colors of #1685CD
Black with #1685CD
Text Example
Text Example
White with #1685CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1685CD; }
p { color: rgb(22,133,205); }
H1.HeaderClassName
{
color: #1685CD;
}
.AnyTagClassName
{
color: #1685CD;
}
</style>
background-color css
<style>
a { background-color: #1685CD; }
a { background-color: rgb(22,133,205); }
div.DivClassName
{
background-color: #1685CD;
}
.BgClassName
{
background-color: #1685CD;
}
</style>
border-color css
<style>
span { border-color: #1685CD; }
span { border-color: rgb(22,133,205); }
td.TdClassName
{
border-color: #1685CD;
}
.TagClassName
{
border-color: #1685CD;
}
</style>