Shades of Pacific Blue #148EC5
Tints of Pacific Blue #148EC5
RGB
CMYK
RGB Variations
Color information
#148EC5 (or 0x148EC5) is known color: Pacific Blue. HEX triplet: 14, 8E and C5. RGB value is (20,142,197). Sum of RGB (Red+Green+Blue) = 20+142+197=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 197 (77.34% from 255 or 54.87% from 359); Max value from RGB is 197 - color contains mainly: blue. Hex color #148EC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148EC5 is #EB713A. Grayscale: #6F6F6F. Windows color (decimal): -15429947 or 12946964. OLE color: 12946964.
HSL color Cylindrical-coordinate representation of color #148EC5: hue angle of 198.64º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #148EC5 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 142 | 197 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.23 |
| HSL | 198.64º | 0.82% | 0.43% | - |
| HSV(B) | 198.64º | 0.9% | 0.77% | - |
| XYZ | 20.04 | 23.53 | 56.31 | - |
| YUV | 111.79 | 176.08 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 197 | 0.90 | 0.28 | 0 | 0.23 | 198.64 | 0.82 | 0.43 |
| Hex | 14 | 8E | C5 | 5A | 1C | 0 | 17 | C7 | 52 | 2B |
| Octal | 24 | 216 | 305 | 132 | 34 | 0 | 27 | 307 | 122 | 53 |
| Binary | 10100 | 10001110 | 11000101 | 1011010 | 11100 | 0 | 10111 | 11000111 | 1010010 | 101011 |
Color Harmonies of #148EC5
Complementary color
Monochromatic Colors of #148EC5
Black with #148EC5
Text Example
Text Example
White with #148EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148EC5; }
p { color: rgb(20,142,197); }
H1.HeaderClassName
{
color: #148EC5;
}
.AnyTagClassName
{
color: #148EC5;
}
</style>
background-color css
<style>
a { background-color: #148EC5; }
a { background-color: rgb(20,142,197); }
div.DivClassName
{
background-color: #148EC5;
}
.BgClassName
{
background-color: #148EC5;
}
</style>
border-color css
<style>
span { border-color: #148EC5; }
span { border-color: rgb(20,142,197); }
td.TdClassName
{
border-color: #148EC5;
}
.TagClassName
{
border-color: #148EC5;
}
</style>