Shades of Pacific Blue #1D9FCF
Tints of Pacific Blue #1D9FCF
RGB
CMYK
RGB Variations
Color information
#1D9FCF (or 0x1D9FCF) is known color: Pacific Blue. HEX triplet: 1D, 9F and CF. RGB value is (29,159,207). Sum of RGB (Red+Green+Blue) = 29+159+207=395 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.34% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D9FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9FCF is #E26030. Grayscale: #7D7D7D. Windows color (decimal): -14835761 or 13606685. OLE color: 13606685.
HSL color Cylindrical-coordinate representation of color #1D9FCF: hue angle of 196.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D9FCF is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 159 | 207 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.19 |
| HSL | 196.18º | 0.75% | 0.46% | - |
| HSV(B) | 196.18º | 0.86% | 0.81% | - |
| XYZ | 24.17 | 29.56 | 63.46 | - |
| YUV | 125.6 | 173.93 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 159 | 207 | 0.86 | 0.23 | 0 | 0.19 | 196.18 | 0.75 | 0.46 |
| Hex | 1D | 9F | CF | 56 | 17 | 0 | 13 | C4 | 4B | 2E |
| Octal | 35 | 237 | 317 | 126 | 27 | 0 | 23 | 304 | 113 | 56 |
| Binary | 11101 | 10011111 | 11001111 | 1010110 | 10111 | 0 | 10011 | 11000100 | 1001011 | 101110 |
Color Harmonies of #1D9FCF
Complementary color
Monochromatic Colors of #1D9FCF
Black with #1D9FCF
Text Example
Text Example
White with #1D9FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9FCF; }
p { color: rgb(29,159,207); }
H1.HeaderClassName
{
color: #1D9FCF;
}
.AnyTagClassName
{
color: #1D9FCF;
}
</style>
background-color css
<style>
a { background-color: #1D9FCF; }
a { background-color: rgb(29,159,207); }
div.DivClassName
{
background-color: #1D9FCF;
}
.BgClassName
{
background-color: #1D9FCF;
}
</style>
border-color css
<style>
span { border-color: #1D9FCF; }
span { border-color: rgb(29,159,207); }
td.TdClassName
{
border-color: #1D9FCF;
}
.TagClassName
{
border-color: #1D9FCF;
}
</style>