Shades of Pacific Blue #1695DC
Tints of Pacific Blue #1695DC
RGB
CMYK
RGB Variations
Color information
#1695DC (or 0x1695DC) is known color: Pacific Blue. HEX triplet: 16, 95 and DC. RGB value is (22,149,220). Sum of RGB (Red+Green+Blue) = 22+149+220=391 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.63% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #1695DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1695DC is #E96A23. Grayscale: #767676. Windows color (decimal): -15297060 or 14456086. OLE color: 14456086.
HSL color Cylindrical-coordinate representation of color #1695DC: hue angle of 201.52º 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 #1695DC is Cyan = 0.9, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 149 | 220 | - |
| CMYK | 0.9 | 0.32 | 0 | 0.14 |
| HSL | 201.52º | 0.82% | 0.47% | - |
| HSV(B) | 201.52º | 0.9% | 0.86% | - |
| XYZ | 24 | 26.83 | 71.62 | - |
| YUV | 119.12 | 184.92 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 220 | 0.9 | 0.32 | 0 | 0.14 | 201.52 | 0.82 | 0.47 |
| Hex | 16 | 95 | DC | 5A | 20 | 0 | E | CA | 52 | 2F |
| Octal | 26 | 225 | 334 | 132 | 40 | 0 | 16 | 312 | 122 | 57 |
| Binary | 10110 | 10010101 | 11011100 | 1011010 | 100000 | 0 | 1110 | 11001010 | 1010010 | 101111 |
Color Harmonies of #1695DC
Complementary color
Monochromatic Colors of #1695DC
Black with #1695DC
Text Example
Text Example
White with #1695DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1695DC; }
p { color: rgb(22,149,220); }
H1.HeaderClassName
{
color: #1695DC;
}
.AnyTagClassName
{
color: #1695DC;
}
</style>
background-color css
<style>
a { background-color: #1695DC; }
a { background-color: rgb(22,149,220); }
div.DivClassName
{
background-color: #1695DC;
}
.BgClassName
{
background-color: #1695DC;
}
</style>
border-color css
<style>
span { border-color: #1695DC; }
span { border-color: rgb(22,149,220); }
td.TdClassName
{
border-color: #1695DC;
}
.TagClassName
{
border-color: #1695DC;
}
</style>