Shades of Pacific Blue #149FCF
Tints of Pacific Blue #149FCF
RGB
CMYK
RGB Variations
Color information
#149FCF (or 0x149FCF) is known color: Pacific Blue. HEX triplet: 14, 9F and CF. RGB value is (20,159,207). Sum of RGB (Red+Green+Blue) = 20+159+207=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #149FCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149FCF is #EB6030. Grayscale: #7A7A7A. Windows color (decimal): -15425585 or 13606676. OLE color: 13606676.
HSL color Cylindrical-coordinate representation of color #149FCF: hue angle of 195.4º 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 #149FCF is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 159 | 207 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.19 |
| HSL | 195.4º | 0.82% | 0.45% | - |
| HSV(B) | 195.4º | 0.9% | 0.81% | - |
| XYZ | 23.95 | 29.45 | 63.45 | - |
| YUV | 122.91 | 175.45 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 159 | 207 | 0.90 | 0.23 | 0 | 0.19 | 195.4 | 0.82 | 0.45 |
| Hex | 14 | 9F | CF | 5A | 17 | 0 | 13 | C3 | 52 | 2D |
| Octal | 24 | 237 | 317 | 132 | 27 | 0 | 23 | 303 | 122 | 55 |
| Binary | 10100 | 10011111 | 11001111 | 1011010 | 10111 | 0 | 10011 | 11000011 | 1010010 | 101101 |
Color Harmonies of #149FCF
Complementary color
Monochromatic Colors of #149FCF
Black with #149FCF
Text Example
Text Example
White with #149FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149FCF; }
p { color: rgb(20,159,207); }
H1.HeaderClassName
{
color: #149FCF;
}
.AnyTagClassName
{
color: #149FCF;
}
</style>
background-color css
<style>
a { background-color: #149FCF; }
a { background-color: rgb(20,159,207); }
div.DivClassName
{
background-color: #149FCF;
}
.BgClassName
{
background-color: #149FCF;
}
</style>
border-color css
<style>
span { border-color: #149FCF; }
span { border-color: rgb(20,159,207); }
td.TdClassName
{
border-color: #149FCF;
}
.TagClassName
{
border-color: #149FCF;
}
</style>