Shades of Pacific Blue #149CCC
Tints of Pacific Blue #149CCC
RGB
CMYK
RGB Variations
Color information
#149CCC (or 0x149CCC) is known color: Pacific Blue. HEX triplet: 14, 9C and CC. RGB value is (20,156,204). Sum of RGB (Red+Green+Blue) = 20+156+204=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #149CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CCC is #EB6333. Grayscale: #787878. Windows color (decimal): -15426356 or 13409300. OLE color: 13409300.
HSL color Cylindrical-coordinate representation of color #149CCC: hue angle of 195.65º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149CCC is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 156 | 204 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.2 |
| HSL | 195.65º | 0.82% | 0.44% | - |
| HSV(B) | 195.65º | 0.9% | 0.8% | - |
| XYZ | 23.08 | 28.29 | 61.37 | - |
| YUV | 120.81 | 174.94 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 204 | 0.90 | 0.24 | 0 | 0.2 | 195.65 | 0.82 | 0.44 |
| Hex | 14 | 9C | CC | 5A | 18 | 0 | 14 | C4 | 52 | 2C |
| Octal | 24 | 234 | 314 | 132 | 30 | 0 | 24 | 304 | 122 | 54 |
| Binary | 10100 | 10011100 | 11001100 | 1011010 | 11000 | 0 | 10100 | 11000100 | 1010010 | 101100 |
Color Harmonies of #149CCC
Complementary color
Monochromatic Colors of #149CCC
Black with #149CCC
Text Example
Text Example
White with #149CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CCC; }
p { color: rgb(20,156,204); }
H1.HeaderClassName
{
color: #149CCC;
}
.AnyTagClassName
{
color: #149CCC;
}
</style>
background-color css
<style>
a { background-color: #149CCC; }
a { background-color: rgb(20,156,204); }
div.DivClassName
{
background-color: #149CCC;
}
.BgClassName
{
background-color: #149CCC;
}
</style>
border-color css
<style>
span { border-color: #149CCC; }
span { border-color: rgb(20,156,204); }
td.TdClassName
{
border-color: #149CCC;
}
.TagClassName
{
border-color: #149CCC;
}
</style>