Shades of Pacific Blue #149DCD
Tints of Pacific Blue #149DCD
RGB
CMYK
RGB Variations
Color information
#149DCD (or 0x149DCD) is known color: Pacific Blue. HEX triplet: 14, 9D and CD. RGB value is (20,157,205). Sum of RGB (Red+Green+Blue) = 20+157+205=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #149DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149DCD is #EB6232. Grayscale: #797979. Windows color (decimal): -15426099 or 13475092. OLE color: 13475092.
HSL color Cylindrical-coordinate representation of color #149DCD: hue angle of 195.57º 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 #149DCD is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 157 | 205 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.20 |
| HSL | 195.57º | 0.82% | 0.44% | - |
| HSV(B) | 195.57º | 0.9% | 0.8% | - |
| XYZ | 23.36 | 28.67 | 62.06 | - |
| YUV | 121.51 | 175.11 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 205 | 0.90 | 0.23 | 0 | 0.20 | 195.57 | 0.82 | 0.44 |
| Hex | 14 | 9D | CD | 5A | 17 | 0 | 14 | C4 | 52 | 2C |
| Octal | 24 | 235 | 315 | 132 | 27 | 0 | 24 | 304 | 122 | 54 |
| Binary | 10100 | 10011101 | 11001101 | 1011010 | 10111 | 0 | 10100 | 11000100 | 1010010 | 101100 |
Color Harmonies of #149DCD
Complementary color
Monochromatic Colors of #149DCD
Black with #149DCD
Text Example
Text Example
White with #149DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149DCD; }
p { color: rgb(20,157,205); }
H1.HeaderClassName
{
color: #149DCD;
}
.AnyTagClassName
{
color: #149DCD;
}
</style>
background-color css
<style>
a { background-color: #149DCD; }
a { background-color: rgb(20,157,205); }
div.DivClassName
{
background-color: #149DCD;
}
.BgClassName
{
background-color: #149DCD;
}
</style>
border-color css
<style>
span { border-color: #149DCD; }
span { border-color: rgb(20,157,205); }
td.TdClassName
{
border-color: #149DCD;
}
.TagClassName
{
border-color: #149DCD;
}
</style>