Shades of Pacific Blue #169ACB
Tints of Pacific Blue #169ACB
RGB
CMYK
RGB Variations
Color information
#169ACB (or 0x169ACB) is known color: Pacific Blue. HEX triplet: 16, 9A and CB. RGB value is (22,154,203). Sum of RGB (Red+Green+Blue) = 22+154+203=379 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.80% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #169ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169ACB is #E96534. Grayscale: #777777. Windows color (decimal): -15295797 or 13343254. OLE color: 13343254.
HSL color Cylindrical-coordinate representation of color #169ACB: hue angle of 196.24º 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 #169ACB is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 154 | 203 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.20 |
| HSL | 196.24º | 0.8% | 0.44% | - |
| HSV(B) | 196.24º | 0.89% | 0.8% | - |
| XYZ | 22.67 | 27.59 | 60.63 | - |
| YUV | 120.12 | 174.77 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 154 | 203 | 0.89 | 0.24 | 0 | 0.20 | 196.24 | 0.8 | 0.44 |
| Hex | 16 | 9A | CB | 59 | 18 | 0 | 14 | C4 | 50 | 2C |
| Octal | 26 | 232 | 313 | 131 | 30 | 0 | 24 | 304 | 120 | 54 |
| Binary | 10110 | 10011010 | 11001011 | 1011001 | 11000 | 0 | 10100 | 11000100 | 1010000 | 101100 |
Color Harmonies of #169ACB
Complementary color
Monochromatic Colors of #169ACB
Black with #169ACB
Text Example
Text Example
White with #169ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169ACB; }
p { color: rgb(22,154,203); }
H1.HeaderClassName
{
color: #169ACB;
}
.AnyTagClassName
{
color: #169ACB;
}
</style>
background-color css
<style>
a { background-color: #169ACB; }
a { background-color: rgb(22,154,203); }
div.DivClassName
{
background-color: #169ACB;
}
.BgClassName
{
background-color: #169ACB;
}
</style>
border-color css
<style>
span { border-color: #169ACB; }
span { border-color: rgb(22,154,203); }
td.TdClassName
{
border-color: #169ACB;
}
.TagClassName
{
border-color: #169ACB;
}
</style>