Shades of Pacific Blue #1684CB
Tints of Pacific Blue #1684CB
RGB
CMYK
RGB Variations
Color information
#1684CB (or 0x1684CB) is known color: Pacific Blue. HEX triplet: 16, 84 and CB. RGB value is (22,132,203). Sum of RGB (Red+Green+Blue) = 22+132+203=357 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.16% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #1684CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1684CB is #E97B34. Grayscale: #6A6A6A. Windows color (decimal): -15301429 or 13337622. OLE color: 13337622.
HSL color Cylindrical-coordinate representation of color #1684CB: hue angle of 203.54º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1684CB is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 132 | 203 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.20 |
| HSL | 203.54º | 0.8% | 0.44% | - |
| HSV(B) | 203.54º | 0.89% | 0.8% | - |
| XYZ | 19.36 | 20.98 | 59.53 | - |
| YUV | 107.2 | 182.06 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 132 | 203 | 0.89 | 0.35 | 0 | 0.20 | 203.54 | 0.8 | 0.44 |
| Hex | 16 | 84 | CB | 59 | 23 | 0 | 14 | CC | 50 | 2C |
| Octal | 26 | 204 | 313 | 131 | 43 | 0 | 24 | 314 | 120 | 54 |
| Binary | 10110 | 10000100 | 11001011 | 1011001 | 100011 | 0 | 10100 | 11001100 | 1010000 | 101100 |
Color Harmonies of #1684CB
Complementary color
Monochromatic Colors of #1684CB
Black with #1684CB
Text Example
Text Example
White with #1684CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1684CB; }
p { color: rgb(22,132,203); }
H1.HeaderClassName
{
color: #1684CB;
}
.AnyTagClassName
{
color: #1684CB;
}
</style>
background-color css
<style>
a { background-color: #1684CB; }
a { background-color: rgb(22,132,203); }
div.DivClassName
{
background-color: #1684CB;
}
.BgClassName
{
background-color: #1684CB;
}
</style>
border-color css
<style>
span { border-color: #1684CB; }
span { border-color: rgb(22,132,203); }
td.TdClassName
{
border-color: #1684CB;
}
.TagClassName
{
border-color: #1684CB;
}
</style>