Shades of Pacific Blue #149DCF
Tints of Pacific Blue #149DCF
RGB
CMYK
RGB Variations
Color information
#149DCF (or 0x149DCF) is known color: Pacific Blue. HEX triplet: 14, 9D and CF. RGB value is (20,157,207). Sum of RGB (Red+Green+Blue) = 20+157+207=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #149DCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149DCF is #EB6230. Grayscale: #797979. Windows color (decimal): -15426097 or 13606164. OLE color: 13606164.
HSL color Cylindrical-coordinate representation of color #149DCF: hue angle of 196.04º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149DCF is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 157 | 207 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.19 |
| HSL | 196.04º | 0.82% | 0.45% | - |
| HSV(B) | 196.04º | 0.9% | 0.81% | - |
| XYZ | 23.61 | 28.77 | 63.34 | - |
| YUV | 121.74 | 176.11 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 207 | 0.90 | 0.24 | 0 | 0.19 | 196.04 | 0.82 | 0.45 |
| Hex | 14 | 9D | CF | 5A | 18 | 0 | 13 | C4 | 52 | 2D |
| Octal | 24 | 235 | 317 | 132 | 30 | 0 | 23 | 304 | 122 | 55 |
| Binary | 10100 | 10011101 | 11001111 | 1011010 | 11000 | 0 | 10011 | 11000100 | 1010010 | 101101 |
Color Harmonies of #149DCF
Complementary color
Monochromatic Colors of #149DCF
Black with #149DCF
Text Example
Text Example
White with #149DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149DCF; }
p { color: rgb(20,157,207); }
H1.HeaderClassName
{
color: #149DCF;
}
.AnyTagClassName
{
color: #149DCF;
}
</style>
background-color css
<style>
a { background-color: #149DCF; }
a { background-color: rgb(20,157,207); }
div.DivClassName
{
background-color: #149DCF;
}
.BgClassName
{
background-color: #149DCF;
}
</style>
border-color css
<style>
span { border-color: #149DCF; }
span { border-color: rgb(20,157,207); }
td.TdClassName
{
border-color: #149DCF;
}
.TagClassName
{
border-color: #149DCF;
}
</style>