Shades of Pacific Blue #149ECB
Tints of Pacific Blue #149ECB
RGB
CMYK
RGB Variations
Color information
#149ECB (or 0x149ECB) is known color: Pacific Blue. HEX triplet: 14, 9E and CB. RGB value is (20,158,203). Sum of RGB (Red+Green+Blue) = 20+158+203=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #149ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ECB is #EB6134. Grayscale: #797979. Windows color (decimal): -15425845 or 13344276. OLE color: 13344276.
HSL color Cylindrical-coordinate representation of color #149ECB: hue angle of 194.75º 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 #149ECB is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 158 | 203 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.20 |
| HSL | 194.75º | 0.82% | 0.44% | - |
| HSV(B) | 194.75º | 0.9% | 0.8% | - |
| XYZ | 23.29 | 28.91 | 60.85 | - |
| YUV | 121.87 | 173.78 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 203 | 0.90 | 0.22 | 0 | 0.20 | 194.75 | 0.82 | 0.44 |
| Hex | 14 | 9E | CB | 5A | 16 | 0 | 14 | C3 | 52 | 2C |
| Octal | 24 | 236 | 313 | 132 | 26 | 0 | 24 | 303 | 122 | 54 |
| Binary | 10100 | 10011110 | 11001011 | 1011010 | 10110 | 0 | 10100 | 11000011 | 1010010 | 101100 |
Color Harmonies of #149ECB
Complementary color
Monochromatic Colors of #149ECB
Black with #149ECB
Text Example
Text Example
White with #149ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149ECB; }
p { color: rgb(20,158,203); }
H1.HeaderClassName
{
color: #149ECB;
}
.AnyTagClassName
{
color: #149ECB;
}
</style>
background-color css
<style>
a { background-color: #149ECB; }
a { background-color: rgb(20,158,203); }
div.DivClassName
{
background-color: #149ECB;
}
.BgClassName
{
background-color: #149ECB;
}
</style>
border-color css
<style>
span { border-color: #149ECB; }
span { border-color: rgb(20,158,203); }
td.TdClassName
{
border-color: #149ECB;
}
.TagClassName
{
border-color: #149ECB;
}
</style>