Shades of Pacific Blue #148BCD
Tints of Pacific Blue #148BCD
RGB
CMYK
RGB Variations
Color information
#148BCD (or 0x148BCD) is known color: Pacific Blue. HEX triplet: 14, 8B and CD. RGB value is (20,139,205). Sum of RGB (Red+Green+Blue) = 20+139+205=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #148BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148BCD is #EB7432. Grayscale: #6E6E6E. Windows color (decimal): -15430707 or 13470484. OLE color: 13470484.
HSL color Cylindrical-coordinate representation of color #148BCD: hue angle of 201.41º 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 #148BCD is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 139 | 205 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.20 |
| HSL | 201.41º | 0.82% | 0.44% | - |
| HSV(B) | 201.41º | 0.9% | 0.8% | - |
| XYZ | 20.54 | 23.02 | 61.12 | - |
| YUV | 110.94 | 181.08 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 205 | 0.90 | 0.32 | 0 | 0.20 | 201.41 | 0.82 | 0.44 |
| Hex | 14 | 8B | CD | 5A | 20 | 0 | 14 | C9 | 52 | 2C |
| Octal | 24 | 213 | 315 | 132 | 40 | 0 | 24 | 311 | 122 | 54 |
| Binary | 10100 | 10001011 | 11001101 | 1011010 | 100000 | 0 | 10100 | 11001001 | 1010010 | 101100 |
Color Harmonies of #148BCD
Complementary color
Monochromatic Colors of #148BCD
Black with #148BCD
Text Example
Text Example
White with #148BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148BCD; }
p { color: rgb(20,139,205); }
H1.HeaderClassName
{
color: #148BCD;
}
.AnyTagClassName
{
color: #148BCD;
}
</style>
background-color css
<style>
a { background-color: #148BCD; }
a { background-color: rgb(20,139,205); }
div.DivClassName
{
background-color: #148BCD;
}
.BgClassName
{
background-color: #148BCD;
}
</style>
border-color css
<style>
span { border-color: #148BCD; }
span { border-color: rgb(20,139,205); }
td.TdClassName
{
border-color: #148BCD;
}
.TagClassName
{
border-color: #148BCD;
}
</style>