Shades of Pacific Blue #149ECC
Tints of Pacific Blue #149ECC
RGB
CMYK
RGB Variations
Color information
#149ECC (or 0x149ECC) is known color: Pacific Blue. HEX triplet: 14, 9E and CC. RGB value is (20,158,204). Sum of RGB (Red+Green+Blue) = 20+158+204=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #149ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ECC is #EB6133. Grayscale: #797979. Windows color (decimal): -15425844 or 13409812. OLE color: 13409812.
HSL color Cylindrical-coordinate representation of color #149ECC: hue angle of 195º 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 #149ECC is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 158 | 204 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.2 |
| HSL | 195º | 0.82% | 0.44% | - |
| HSV(B) | 195º | 0.9% | 0.8% | - |
| XYZ | 23.41 | 28.96 | 61.48 | - |
| YUV | 121.98 | 174.28 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 204 | 0.90 | 0.23 | 0 | 0.2 | 195 | 0.82 | 0.44 |
| Hex | 14 | 9E | CC | 5A | 17 | 0 | 14 | C3 | 52 | 2C |
| Octal | 24 | 236 | 314 | 132 | 27 | 0 | 24 | 303 | 122 | 54 |
| Binary | 10100 | 10011110 | 11001100 | 1011010 | 10111 | 0 | 10100 | 11000011 | 1010010 | 101100 |
Color Harmonies of #149ECC
Complementary color
Monochromatic Colors of #149ECC
Black with #149ECC
Text Example
Text Example
White with #149ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149ECC; }
p { color: rgb(20,158,204); }
H1.HeaderClassName
{
color: #149ECC;
}
.AnyTagClassName
{
color: #149ECC;
}
</style>
background-color css
<style>
a { background-color: #149ECC; }
a { background-color: rgb(20,158,204); }
div.DivClassName
{
background-color: #149ECC;
}
.BgClassName
{
background-color: #149ECC;
}
</style>
border-color css
<style>
span { border-color: #149ECC; }
span { border-color: rgb(20,158,204); }
td.TdClassName
{
border-color: #149ECC;
}
.TagClassName
{
border-color: #149ECC;
}
</style>