Shades of Pacific Blue #149BCF
Tints of Pacific Blue #149BCF
RGB
CMYK
RGB Variations
Color information
#149BCF (or 0x149BCF) is known color: Pacific Blue. HEX triplet: 14, 9B and CF. RGB value is (20,155,207). Sum of RGB (Red+Green+Blue) = 20+155+207=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #149BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149BCF is #EB6430. Grayscale: #787878. Windows color (decimal): -15426609 or 13605652. OLE color: 13605652.
HSL color Cylindrical-coordinate representation of color #149BCF: hue angle of 196.68º 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 #149BCF is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 155 | 207 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.19 |
| HSL | 196.68º | 0.82% | 0.45% | - |
| HSV(B) | 196.68º | 0.9% | 0.81% | - |
| XYZ | 23.27 | 28.1 | 63.23 | - |
| YUV | 120.56 | 176.77 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 155 | 207 | 0.90 | 0.25 | 0 | 0.19 | 196.68 | 0.82 | 0.45 |
| Hex | 14 | 9B | CF | 5A | 19 | 0 | 13 | C5 | 52 | 2D |
| Octal | 24 | 233 | 317 | 132 | 31 | 0 | 23 | 305 | 122 | 55 |
| Binary | 10100 | 10011011 | 11001111 | 1011010 | 11001 | 0 | 10011 | 11000101 | 1010010 | 101101 |
Color Harmonies of #149BCF
Complementary color
Monochromatic Colors of #149BCF
Black with #149BCF
Text Example
Text Example
White with #149BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149BCF; }
p { color: rgb(20,155,207); }
H1.HeaderClassName
{
color: #149BCF;
}
.AnyTagClassName
{
color: #149BCF;
}
</style>
background-color css
<style>
a { background-color: #149BCF; }
a { background-color: rgb(20,155,207); }
div.DivClassName
{
background-color: #149BCF;
}
.BgClassName
{
background-color: #149BCF;
}
</style>
border-color css
<style>
span { border-color: #149BCF; }
span { border-color: rgb(20,155,207); }
td.TdClassName
{
border-color: #149BCF;
}
.TagClassName
{
border-color: #149BCF;
}
</style>