Shades of Pacific Blue #1698DD
Tints of Pacific Blue #1698DD
RGB
CMYK
RGB Variations
Color information
#1698DD (or 0x1698DD) is known color: Pacific Blue. HEX triplet: 16, 98 and DD. RGB value is (22,152,221). Sum of RGB (Red+Green+Blue) = 22+152+221=395 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.57% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #1698DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1698DD is #E96722. Grayscale: #787878. Windows color (decimal): -15296291 or 14522390. OLE color: 14522390.
HSL color Cylindrical-coordinate representation of color #1698DD: hue angle of 200.8º 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 #1698DD is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 152 | 221 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.13 |
| HSL | 200.8º | 0.82% | 0.48% | - |
| HSV(B) | 200.8º | 0.9% | 0.87% | - |
| XYZ | 24.61 | 27.85 | 72.48 | - |
| YUV | 121 | 184.43 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 221 | 0.90 | 0.31 | 0 | 0.13 | 200.8 | 0.82 | 0.48 |
| Hex | 16 | 98 | DD | 5A | 1F | 0 | D | C9 | 52 | 30 |
| Octal | 26 | 230 | 335 | 132 | 37 | 0 | 15 | 311 | 122 | 60 |
| Binary | 10110 | 10011000 | 11011101 | 1011010 | 11111 | 0 | 1101 | 11001001 | 1010010 | 110000 |
Color Harmonies of #1698DD
Complementary color
Monochromatic Colors of #1698DD
Black with #1698DD
Text Example
Text Example
White with #1698DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1698DD; }
p { color: rgb(22,152,221); }
H1.HeaderClassName
{
color: #1698DD;
}
.AnyTagClassName
{
color: #1698DD;
}
</style>
background-color css
<style>
a { background-color: #1698DD; }
a { background-color: rgb(22,152,221); }
div.DivClassName
{
background-color: #1698DD;
}
.BgClassName
{
background-color: #1698DD;
}
</style>
border-color css
<style>
span { border-color: #1698DD; }
span { border-color: rgb(22,152,221); }
td.TdClassName
{
border-color: #1698DD;
}
.TagClassName
{
border-color: #1698DD;
}
</style>