Shades of Pacific Blue #168CD1
Tints of Pacific Blue #168CD1
RGB
CMYK
RGB Variations
Color information
#168CD1 (or 0x168CD1) is known color: Pacific Blue. HEX triplet: 16, 8C and D1. RGB value is (22,140,209). Sum of RGB (Red+Green+Blue) = 22+140+209=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 209 (82.03% from 255 or 56.33% from 371); Max value from RGB is 209 - color contains mainly: blue. Hex color #168CD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168CD1 is #E9732E. Grayscale: #707070. Windows color (decimal): -15299375 or 13732886. OLE color: 13732886.
HSL color Cylindrical-coordinate representation of color #168CD1: hue angle of 202.14º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #168CD1 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 140 | 209 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.18 |
| HSL | 202.14º | 0.81% | 0.45% | - |
| HSV(B) | 202.14º | 0.89% | 0.82% | - |
| XYZ | 21.22 | 23.53 | 63.75 | - |
| YUV | 112.58 | 182.41 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 209 | 0.89 | 0.33 | 0 | 0.18 | 202.14 | 0.81 | 0.45 |
| Hex | 16 | 8C | D1 | 59 | 21 | 0 | 12 | CA | 51 | 2D |
| Octal | 26 | 214 | 321 | 131 | 41 | 0 | 22 | 312 | 121 | 55 |
| Binary | 10110 | 10001100 | 11010001 | 1011001 | 100001 | 0 | 10010 | 11001010 | 1010001 | 101101 |
Color Harmonies of #168CD1
Complementary color
Monochromatic Colors of #168CD1
Black with #168CD1
Text Example
Text Example
White with #168CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168CD1; }
p { color: rgb(22,140,209); }
H1.HeaderClassName
{
color: #168CD1;
}
.AnyTagClassName
{
color: #168CD1;
}
</style>
background-color css
<style>
a { background-color: #168CD1; }
a { background-color: rgb(22,140,209); }
div.DivClassName
{
background-color: #168CD1;
}
.BgClassName
{
background-color: #168CD1;
}
</style>
border-color css
<style>
span { border-color: #168CD1; }
span { border-color: rgb(22,140,209); }
td.TdClassName
{
border-color: #168CD1;
}
.TagClassName
{
border-color: #168CD1;
}
</style>