Shades of Pacific Blue #168CCB
Tints of Pacific Blue #168CCB
RGB
CMYK
RGB Variations
Color information
#168CCB (or 0x168CCB) is known color: Pacific Blue. HEX triplet: 16, 8C and CB. RGB value is (22,140,203). Sum of RGB (Red+Green+Blue) = 22+140+203=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #168CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168CCB is #E97334. Grayscale: #6F6F6F. Windows color (decimal): -15299381 or 13339670. OLE color: 13339670.
HSL color Cylindrical-coordinate representation of color #168CCB: hue angle of 200.88º 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 #168CCB is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 140 | 203 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.20 |
| HSL | 200.88º | 0.8% | 0.44% | - |
| HSV(B) | 200.88º | 0.89% | 0.8% | - |
| XYZ | 20.49 | 23.24 | 59.91 | - |
| YUV | 111.9 | 179.41 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 203 | 0.89 | 0.31 | 0 | 0.20 | 200.88 | 0.8 | 0.44 |
| Hex | 16 | 8C | CB | 59 | 1F | 0 | 14 | C9 | 50 | 2C |
| Octal | 26 | 214 | 313 | 131 | 37 | 0 | 24 | 311 | 120 | 54 |
| Binary | 10110 | 10001100 | 11001011 | 1011001 | 11111 | 0 | 10100 | 11001001 | 1010000 | 101100 |
Color Harmonies of #168CCB
Complementary color
Monochromatic Colors of #168CCB
Black with #168CCB
Text Example
Text Example
White with #168CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168CCB; }
p { color: rgb(22,140,203); }
H1.HeaderClassName
{
color: #168CCB;
}
.AnyTagClassName
{
color: #168CCB;
}
</style>
background-color css
<style>
a { background-color: #168CCB; }
a { background-color: rgb(22,140,203); }
div.DivClassName
{
background-color: #168CCB;
}
.BgClassName
{
background-color: #168CCB;
}
</style>
border-color css
<style>
span { border-color: #168CCB; }
span { border-color: rgb(22,140,203); }
td.TdClassName
{
border-color: #168CCB;
}
.TagClassName
{
border-color: #168CCB;
}
</style>