Shades of Pacific Blue #149ACD
Tints of Pacific Blue #149ACD
RGB
CMYK
RGB Variations
Color information
#149ACD (or 0x149ACD) is known color: Pacific Blue. HEX triplet: 14, 9A and CD. RGB value is (20,154,205). Sum of RGB (Red+Green+Blue) = 20+154+205=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #149ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ACD is #EB6532. Grayscale: #777777. Windows color (decimal): -15426867 or 13474324. OLE color: 13474324.
HSL color Cylindrical-coordinate representation of color #149ACD: hue angle of 196.54º 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 #149ACD is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 154 | 205 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.20 |
| HSL | 196.54º | 0.82% | 0.44% | - |
| HSV(B) | 196.54º | 0.9% | 0.8% | - |
| XYZ | 22.86 | 27.67 | 61.89 | - |
| YUV | 119.75 | 176.11 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 154 | 205 | 0.90 | 0.25 | 0 | 0.20 | 196.54 | 0.82 | 0.44 |
| Hex | 14 | 9A | CD | 5A | 19 | 0 | 14 | C5 | 52 | 2C |
| Octal | 24 | 232 | 315 | 132 | 31 | 0 | 24 | 305 | 122 | 54 |
| Binary | 10100 | 10011010 | 11001101 | 1011010 | 11001 | 0 | 10100 | 11000101 | 1010010 | 101100 |
Color Harmonies of #149ACD
Complementary color
Monochromatic Colors of #149ACD
Black with #149ACD
Text Example
Text Example
White with #149ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149ACD; }
p { color: rgb(20,154,205); }
H1.HeaderClassName
{
color: #149ACD;
}
.AnyTagClassName
{
color: #149ACD;
}
</style>
background-color css
<style>
a { background-color: #149ACD; }
a { background-color: rgb(20,154,205); }
div.DivClassName
{
background-color: #149ACD;
}
.BgClassName
{
background-color: #149ACD;
}
</style>
border-color css
<style>
span { border-color: #149ACD; }
span { border-color: rgb(20,154,205); }
td.TdClassName
{
border-color: #149ACD;
}
.TagClassName
{
border-color: #149ACD;
}
</style>