Shades of Pacific Blue #1698DA
Tints of Pacific Blue #1698DA
RGB
CMYK
RGB Variations
Color information
#1698DA (or 0x1698DA) is known color: Pacific Blue. HEX triplet: 16, 98 and DA. RGB value is (22,152,218). Sum of RGB (Red+Green+Blue) = 22+152+218=392 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.61% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #1698DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1698DA is #E96725. Grayscale: #787878. Windows color (decimal): -15296294 or 14325782. OLE color: 14325782.
HSL color Cylindrical-coordinate representation of color #1698DA: hue angle of 200.2º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1698DA is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 152 | 218 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.15 |
| HSL | 200.2º | 0.82% | 0.47% | - |
| HSV(B) | 200.2º | 0.9% | 0.85% | - |
| XYZ | 24.21 | 27.69 | 70.4 | - |
| YUV | 120.65 | 182.93 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 218 | 0.90 | 0.30 | 0 | 0.15 | 200.2 | 0.82 | 0.47 |
| Hex | 16 | 98 | DA | 5A | 1E | 0 | F | C8 | 52 | 2F |
| Octal | 26 | 230 | 332 | 132 | 36 | 0 | 17 | 310 | 122 | 57 |
| Binary | 10110 | 10011000 | 11011010 | 1011010 | 11110 | 0 | 1111 | 11001000 | 1010010 | 101111 |
Color Harmonies of #1698DA
Complementary color
Monochromatic Colors of #1698DA
Black with #1698DA
Text Example
Text Example
White with #1698DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1698DA; }
p { color: rgb(22,152,218); }
H1.HeaderClassName
{
color: #1698DA;
}
.AnyTagClassName
{
color: #1698DA;
}
</style>
background-color css
<style>
a { background-color: #1698DA; }
a { background-color: rgb(22,152,218); }
div.DivClassName
{
background-color: #1698DA;
}
.BgClassName
{
background-color: #1698DA;
}
</style>
border-color css
<style>
span { border-color: #1698DA; }
span { border-color: rgb(22,152,218); }
td.TdClassName
{
border-color: #1698DA;
}
.TagClassName
{
border-color: #1698DA;
}
</style>