Shades of Pacific Blue #149ECD
Tints of Pacific Blue #149ECD
RGB
CMYK
RGB Variations
Color information
#149ECD (or 0x149ECD) is known color: Pacific Blue. HEX triplet: 14, 9E and CD. RGB value is (20,158,205). Sum of RGB (Red+Green+Blue) = 20+158+205=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #149ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ECD is #EB6132. Grayscale: #797979. Windows color (decimal): -15425843 or 13475348. OLE color: 13475348.
HSL color Cylindrical-coordinate representation of color #149ECD: hue angle of 195.24º 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 #149ECD is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 158 | 205 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.20 |
| HSL | 195.24º | 0.82% | 0.44% | - |
| HSV(B) | 195.24º | 0.9% | 0.8% | - |
| XYZ | 23.53 | 29.01 | 62.12 | - |
| YUV | 122.1 | 174.78 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 205 | 0.90 | 0.23 | 0 | 0.20 | 195.24 | 0.82 | 0.44 |
| Hex | 14 | 9E | CD | 5A | 17 | 0 | 14 | C3 | 52 | 2C |
| Octal | 24 | 236 | 315 | 132 | 27 | 0 | 24 | 303 | 122 | 54 |
| Binary | 10100 | 10011110 | 11001101 | 1011010 | 10111 | 0 | 10100 | 11000011 | 1010010 | 101100 |
Color Harmonies of #149ECD
Complementary color
Monochromatic Colors of #149ECD
Black with #149ECD
Text Example
Text Example
White with #149ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149ECD; }
p { color: rgb(20,158,205); }
H1.HeaderClassName
{
color: #149ECD;
}
.AnyTagClassName
{
color: #149ECD;
}
</style>
background-color css
<style>
a { background-color: #149ECD; }
a { background-color: rgb(20,158,205); }
div.DivClassName
{
background-color: #149ECD;
}
.BgClassName
{
background-color: #149ECD;
}
</style>
border-color css
<style>
span { border-color: #149ECD; }
span { border-color: rgb(20,158,205); }
td.TdClassName
{
border-color: #149ECD;
}
.TagClassName
{
border-color: #149ECD;
}
</style>