Shades of Pacific Blue #1D9DD0
Tints of Pacific Blue #1D9DD0
RGB
CMYK
RGB Variations
Color information
#1D9DD0 (or 0x1D9DD0) is known color: Pacific Blue. HEX triplet: 1D, 9D and D0. RGB value is (29,157,208). Sum of RGB (Red+Green+Blue) = 29+157+208=394 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.36% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 208 (81.64% from 255 or 52.79% from 394); Max value from RGB is 208 - color contains mainly: blue. Hex color #1D9DD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9DD0 is #E2622F. Grayscale: #7C7C7C. Windows color (decimal): -14836272 or 13671709. OLE color: 13671709.
HSL color Cylindrical-coordinate representation of color #1D9DD0: hue angle of 197.09º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D9DD0 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 157 | 208 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.18 |
| HSL | 197.1º | 0.76% | 0.46% | - |
| HSV(B) | 197.1º | 0.86% | 0.82% | - |
| XYZ | 23.95 | 28.93 | 64 | - |
| YUV | 124.54 | 175.09 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 157 | 208 | 0.86 | 0.25 | 0 | 0.18 | 197.1 | 0.76 | 0.46 |
| Hex | 1D | 9D | D0 | 56 | 19 | 0 | 12 | C5 | 4C | 2E |
| Octal | 35 | 235 | 320 | 126 | 31 | 0 | 22 | 305 | 114 | 56 |
| Binary | 11101 | 10011101 | 11010000 | 1010110 | 11001 | 0 | 10010 | 11000101 | 1001100 | 101110 |
Color Harmonies of #1D9DD0
Complementary color
Monochromatic Colors of #1D9DD0
Black with #1D9DD0
Text Example
Text Example
White with #1D9DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9DD0; }
p { color: rgb(29,157,208); }
H1.HeaderClassName
{
color: #1D9DD0;
}
.AnyTagClassName
{
color: #1D9DD0;
}
</style>
background-color css
<style>
a { background-color: #1D9DD0; }
a { background-color: rgb(29,157,208); }
div.DivClassName
{
background-color: #1D9DD0;
}
.BgClassName
{
background-color: #1D9DD0;
}
</style>
border-color css
<style>
span { border-color: #1D9DD0; }
span { border-color: rgb(29,157,208); }
td.TdClassName
{
border-color: #1D9DD0;
}
.TagClassName
{
border-color: #1D9DD0;
}
</style>