Shades of Pacific Blue #149CC8
Tints of Pacific Blue #149CC8
RGB
CMYK
RGB Variations
Color information
#149CC8 (or 0x149CC8) is known color: Pacific Blue. HEX triplet: 14, 9C and C8. RGB value is (20,156,200). Sum of RGB (Red+Green+Blue) = 20+156+200=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 200 (78.52% from 255 or 53.19% from 376); Max value from RGB is 200 - color contains mainly: blue. Hex color #149CC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CC8 is #EB6337. Grayscale: #787878. Windows color (decimal): -15426360 or 13147156. OLE color: 13147156.
HSL color Cylindrical-coordinate representation of color #149CC8: hue angle of 194.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149CC8 is Cyan = 0.9, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 156 | 200 | - |
| CMYK | 0.9 | 0.22 | 0 | 0.22 |
| HSL | 194.67º | 0.82% | 0.43% | - |
| HSV(B) | 194.67º | 0.9% | 0.78% | - |
| XYZ | 22.6 | 28.1 | 58.88 | - |
| YUV | 120.35 | 172.94 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 200 | 0.9 | 0.22 | 0 | 0.22 | 194.67 | 0.82 | 0.43 |
| Hex | 14 | 9C | C8 | 5A | 16 | 0 | 16 | C3 | 52 | 2B |
| Octal | 24 | 234 | 310 | 132 | 26 | 0 | 26 | 303 | 122 | 53 |
| Binary | 10100 | 10011100 | 11001000 | 1011010 | 10110 | 0 | 10110 | 11000011 | 1010010 | 101011 |
Color Harmonies of #149CC8
Complementary color
Monochromatic Colors of #149CC8
Black with #149CC8
Text Example
Text Example
White with #149CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CC8; }
p { color: rgb(20,156,200); }
H1.HeaderClassName
{
color: #149CC8;
}
.AnyTagClassName
{
color: #149CC8;
}
</style>
background-color css
<style>
a { background-color: #149CC8; }
a { background-color: rgb(20,156,200); }
div.DivClassName
{
background-color: #149CC8;
}
.BgClassName
{
background-color: #149CC8;
}
</style>
border-color css
<style>
span { border-color: #149CC8; }
span { border-color: rgb(20,156,200); }
td.TdClassName
{
border-color: #149CC8;
}
.TagClassName
{
border-color: #149CC8;
}
</style>