Shades of Pacific Blue #1698DB
Tints of Pacific Blue #1698DB
RGB
CMYK
RGB Variations
Color information
#1698DB (or 0x1698DB) is known color: Pacific Blue. HEX triplet: 16, 98 and DB. RGB value is (22,152,219). Sum of RGB (Red+Green+Blue) = 22+152+219=393 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.60% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #1698DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1698DB is #E96724. Grayscale: #787878. Windows color (decimal): -15296293 or 14391318. OLE color: 14391318.
HSL color Cylindrical-coordinate representation of color #1698DB: hue angle of 200.41º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1698DB is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 152 | 219 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.14 |
| HSL | 200.41º | 0.82% | 0.47% | - |
| HSV(B) | 200.41º | 0.9% | 0.86% | - |
| XYZ | 24.35 | 27.74 | 71.09 | - |
| YUV | 120.77 | 183.43 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 219 | 0.90 | 0.31 | 0 | 0.14 | 200.41 | 0.82 | 0.47 |
| Hex | 16 | 98 | DB | 5A | 1F | 0 | E | C8 | 52 | 2F |
| Octal | 26 | 230 | 333 | 132 | 37 | 0 | 16 | 310 | 122 | 57 |
| Binary | 10110 | 10011000 | 11011011 | 1011010 | 11111 | 0 | 1110 | 11001000 | 1010010 | 101111 |
Color Harmonies of #1698DB
Complementary color
Monochromatic Colors of #1698DB
Black with #1698DB
Text Example
Text Example
White with #1698DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1698DB; }
p { color: rgb(22,152,219); }
H1.HeaderClassName
{
color: #1698DB;
}
.AnyTagClassName
{
color: #1698DB;
}
</style>
background-color css
<style>
a { background-color: #1698DB; }
a { background-color: rgb(22,152,219); }
div.DivClassName
{
background-color: #1698DB;
}
.BgClassName
{
background-color: #1698DB;
}
</style>
border-color css
<style>
span { border-color: #1698DB; }
span { border-color: rgb(22,152,219); }
td.TdClassName
{
border-color: #1698DB;
}
.TagClassName
{
border-color: #1698DB;
}
</style>