Shades of Pacific Blue #148BCC
Tints of Pacific Blue #148BCC
RGB
CMYK
RGB Variations
Color information
#148BCC (or 0x148BCC) is known color: Pacific Blue. HEX triplet: 14, 8B and CC. RGB value is (20,139,204). Sum of RGB (Red+Green+Blue) = 20+139+204=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #148BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148BCC is #EB7433. Grayscale: #6E6E6E. Windows color (decimal): -15430708 or 13404948. OLE color: 13404948.
HSL color Cylindrical-coordinate representation of color #148BCC: hue angle of 201.2º 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 #148BCC is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 139 | 204 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.2 |
| HSL | 201.2º | 0.82% | 0.44% | - |
| HSV(B) | 201.2º | 0.9% | 0.8% | - |
| XYZ | 20.42 | 22.97 | 60.48 | - |
| YUV | 110.83 | 180.58 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 204 | 0.90 | 0.32 | 0 | 0.2 | 201.2 | 0.82 | 0.44 |
| Hex | 14 | 8B | CC | 5A | 20 | 0 | 14 | C9 | 52 | 2C |
| Octal | 24 | 213 | 314 | 132 | 40 | 0 | 24 | 311 | 122 | 54 |
| Binary | 10100 | 10001011 | 11001100 | 1011010 | 100000 | 0 | 10100 | 11001001 | 1010010 | 101100 |
Color Harmonies of #148BCC
Complementary color
Monochromatic Colors of #148BCC
Black with #148BCC
Text Example
Text Example
White with #148BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148BCC; }
p { color: rgb(20,139,204); }
H1.HeaderClassName
{
color: #148BCC;
}
.AnyTagClassName
{
color: #148BCC;
}
</style>
background-color css
<style>
a { background-color: #148BCC; }
a { background-color: rgb(20,139,204); }
div.DivClassName
{
background-color: #148BCC;
}
.BgClassName
{
background-color: #148BCC;
}
</style>
border-color css
<style>
span { border-color: #148BCC; }
span { border-color: rgb(20,139,204); }
td.TdClassName
{
border-color: #148BCC;
}
.TagClassName
{
border-color: #148BCC;
}
</style>