Shades of Pacific Blue #149CCD
Tints of Pacific Blue #149CCD
RGB
CMYK
RGB Variations
Color information
#149CCD (or 0x149CCD) is known color: Pacific Blue. HEX triplet: 14, 9C and CD. RGB value is (20,156,205). Sum of RGB (Red+Green+Blue) = 20+156+205=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #149CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CCD is #EB6332. Grayscale: #787878. Windows color (decimal): -15426355 or 13474836. OLE color: 13474836.
HSL color Cylindrical-coordinate representation of color #149CCD: hue angle of 195.89º 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 #149CCD is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 156 | 205 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.20 |
| HSL | 195.89º | 0.82% | 0.44% | - |
| HSV(B) | 195.89º | 0.9% | 0.8% | - |
| XYZ | 23.2 | 28.33 | 62 | - |
| YUV | 120.92 | 175.44 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 205 | 0.90 | 0.24 | 0 | 0.20 | 195.89 | 0.82 | 0.44 |
| Hex | 14 | 9C | CD | 5A | 18 | 0 | 14 | C4 | 52 | 2C |
| Octal | 24 | 234 | 315 | 132 | 30 | 0 | 24 | 304 | 122 | 54 |
| Binary | 10100 | 10011100 | 11001101 | 1011010 | 11000 | 0 | 10100 | 11000100 | 1010010 | 101100 |
Color Harmonies of #149CCD
Complementary color
Monochromatic Colors of #149CCD
Black with #149CCD
Text Example
Text Example
White with #149CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CCD; }
p { color: rgb(20,156,205); }
H1.HeaderClassName
{
color: #149CCD;
}
.AnyTagClassName
{
color: #149CCD;
}
</style>
background-color css
<style>
a { background-color: #149CCD; }
a { background-color: rgb(20,156,205); }
div.DivClassName
{
background-color: #149CCD;
}
.BgClassName
{
background-color: #149CCD;
}
</style>
border-color css
<style>
span { border-color: #149CCD; }
span { border-color: rgb(20,156,205); }
td.TdClassName
{
border-color: #149CCD;
}
.TagClassName
{
border-color: #149CCD;
}
</style>