Shades of Pacific Blue #168ACD
Tints of Pacific Blue #168ACD
RGB
CMYK
RGB Variations
Color information
#168ACD (or 0x168ACD) is known color: Pacific Blue. HEX triplet: 16, 8A and CD. RGB value is (22,138,205). Sum of RGB (Red+Green+Blue) = 22+138+205=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #168ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168ACD is #E97532. Grayscale: #6E6E6E. Windows color (decimal): -15299891 or 13470230. OLE color: 13470230.
HSL color Cylindrical-coordinate representation of color #168ACD: hue angle of 201.97º 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 #168ACD is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 138 | 205 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.20 |
| HSL | 201.97º | 0.81% | 0.45% | - |
| HSV(B) | 201.97º | 0.89% | 0.8% | - |
| XYZ | 20.44 | 22.76 | 61.07 | - |
| YUV | 110.95 | 181.07 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 205 | 0.89 | 0.33 | 0 | 0.20 | 201.97 | 0.81 | 0.45 |
| Hex | 16 | 8A | CD | 59 | 21 | 0 | 14 | CA | 51 | 2D |
| Octal | 26 | 212 | 315 | 131 | 41 | 0 | 24 | 312 | 121 | 55 |
| Binary | 10110 | 10001010 | 11001101 | 1011001 | 100001 | 0 | 10100 | 11001010 | 1010001 | 101101 |
Color Harmonies of #168ACD
Complementary color
Monochromatic Colors of #168ACD
Black with #168ACD
Text Example
Text Example
White with #168ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168ACD; }
p { color: rgb(22,138,205); }
H1.HeaderClassName
{
color: #168ACD;
}
.AnyTagClassName
{
color: #168ACD;
}
</style>
background-color css
<style>
a { background-color: #168ACD; }
a { background-color: rgb(22,138,205); }
div.DivClassName
{
background-color: #168ACD;
}
.BgClassName
{
background-color: #168ACD;
}
</style>
border-color css
<style>
span { border-color: #168ACD; }
span { border-color: rgb(22,138,205); }
td.TdClassName
{
border-color: #168ACD;
}
.TagClassName
{
border-color: #168ACD;
}
</style>