Shades of Pacific Blue #169FDD
Tints of Pacific Blue #169FDD
RGB
CMYK
RGB Variations
Color information
#169FDD (or 0x169FDD) is known color: Pacific Blue. HEX triplet: 16, 9F and DD. RGB value is (22,159,221). Sum of RGB (Red+Green+Blue) = 22+159+221=402 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.47% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #169FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169FDD is #E96022. Grayscale: #7C7C7C. Windows color (decimal): -15294499 or 14524182. OLE color: 14524182.
HSL color Cylindrical-coordinate representation of color #169FDD: hue angle of 198.69º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #169FDD is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 159 | 221 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.13 |
| HSL | 198.69º | 0.82% | 0.48% | - |
| HSV(B) | 198.69º | 0.9% | 0.87% | - |
| XYZ | 25.78 | 30.19 | 72.87 | - |
| YUV | 125.11 | 182.11 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 159 | 221 | 0.90 | 0.28 | 0 | 0.13 | 198.69 | 0.82 | 0.48 |
| Hex | 16 | 9F | DD | 5A | 1C | 0 | D | C7 | 52 | 30 |
| Octal | 26 | 237 | 335 | 132 | 34 | 0 | 15 | 307 | 122 | 60 |
| Binary | 10110 | 10011111 | 11011101 | 1011010 | 11100 | 0 | 1101 | 11000111 | 1010010 | 110000 |
Color Harmonies of #169FDD
Complementary color
Monochromatic Colors of #169FDD
Black with #169FDD
Text Example
Text Example
White with #169FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169FDD; }
p { color: rgb(22,159,221); }
H1.HeaderClassName
{
color: #169FDD;
}
.AnyTagClassName
{
color: #169FDD;
}
</style>
background-color css
<style>
a { background-color: #169FDD; }
a { background-color: rgb(22,159,221); }
div.DivClassName
{
background-color: #169FDD;
}
.BgClassName
{
background-color: #169FDD;
}
</style>
border-color css
<style>
span { border-color: #169FDD; }
span { border-color: rgb(22,159,221); }
td.TdClassName
{
border-color: #169FDD;
}
.TagClassName
{
border-color: #169FDD;
}
</style>