Shades of Pacific Blue #1699DA
Tints of Pacific Blue #1699DA
RGB
CMYK
RGB Variations
Color information
#1699DA (or 0x1699DA) is known color: Pacific Blue. HEX triplet: 16, 99 and DA. RGB value is (22,153,218). Sum of RGB (Red+Green+Blue) = 22+153+218=393 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.60% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #1699DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1699DA is #E96625. Grayscale: #787878. Windows color (decimal): -15296038 or 14326038. OLE color: 14326038.
HSL color Cylindrical-coordinate representation of color #1699DA: hue angle of 199.9º 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 #1699DA is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 153 | 218 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.15 |
| HSL | 199.9º | 0.82% | 0.47% | - |
| HSV(B) | 199.9º | 0.9% | 0.85% | - |
| XYZ | 24.38 | 28.02 | 70.45 | - |
| YUV | 121.24 | 182.6 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 153 | 218 | 0.90 | 0.30 | 0 | 0.15 | 199.9 | 0.82 | 0.47 |
| Hex | 16 | 99 | DA | 5A | 1E | 0 | F | C8 | 52 | 2F |
| Octal | 26 | 231 | 332 | 132 | 36 | 0 | 17 | 310 | 122 | 57 |
| Binary | 10110 | 10011001 | 11011010 | 1011010 | 11110 | 0 | 1111 | 11001000 | 1010010 | 101111 |
Color Harmonies of #1699DA
Complementary color
Monochromatic Colors of #1699DA
Black with #1699DA
Text Example
Text Example
White with #1699DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1699DA; }
p { color: rgb(22,153,218); }
H1.HeaderClassName
{
color: #1699DA;
}
.AnyTagClassName
{
color: #1699DA;
}
</style>
background-color css
<style>
a { background-color: #1699DA; }
a { background-color: rgb(22,153,218); }
div.DivClassName
{
background-color: #1699DA;
}
.BgClassName
{
background-color: #1699DA;
}
</style>
border-color css
<style>
span { border-color: #1699DA; }
span { border-color: rgb(22,153,218); }
td.TdClassName
{
border-color: #1699DA;
}
.TagClassName
{
border-color: #1699DA;
}
</style>