Shades of Pacific Blue #148FC5
Tints of Pacific Blue #148FC5
RGB
CMYK
RGB Variations
Color information
#148FC5 (or 0x148FC5) is known color: Pacific Blue. HEX triplet: 14, 8F and C5. RGB value is (20,143,197). Sum of RGB (Red+Green+Blue) = 20+143+197=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 197 (77.34% from 255 or 54.72% from 360); Max value from RGB is 197 - color contains mainly: blue. Hex color #148FC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FC5 is #EB703A. Grayscale: #707070. Windows color (decimal): -15429691 or 12947220. OLE color: 12947220.
HSL color Cylindrical-coordinate representation of color #148FC5: hue angle of 198.31º 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 #148FC5 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 143 | 197 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.23 |
| HSL | 198.31º | 0.82% | 0.43% | - |
| HSV(B) | 198.31º | 0.9% | 0.77% | - |
| XYZ | 20.19 | 23.82 | 56.36 | - |
| YUV | 112.38 | 175.75 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 143 | 197 | 0.90 | 0.27 | 0 | 0.23 | 198.31 | 0.82 | 0.43 |
| Hex | 14 | 8F | C5 | 5A | 1B | 0 | 17 | C6 | 52 | 2B |
| Octal | 24 | 217 | 305 | 132 | 33 | 0 | 27 | 306 | 122 | 53 |
| Binary | 10100 | 10001111 | 11000101 | 1011010 | 11011 | 0 | 10111 | 11000110 | 1010010 | 101011 |
Color Harmonies of #148FC5
Complementary color
Monochromatic Colors of #148FC5
Black with #148FC5
Text Example
Text Example
White with #148FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148FC5; }
p { color: rgb(20,143,197); }
H1.HeaderClassName
{
color: #148FC5;
}
.AnyTagClassName
{
color: #148FC5;
}
</style>
background-color css
<style>
a { background-color: #148FC5; }
a { background-color: rgb(20,143,197); }
div.DivClassName
{
background-color: #148FC5;
}
.BgClassName
{
background-color: #148FC5;
}
</style>
border-color css
<style>
span { border-color: #148FC5; }
span { border-color: rgb(20,143,197); }
td.TdClassName
{
border-color: #148FC5;
}
.TagClassName
{
border-color: #148FC5;
}
</style>