Shades of Pacific Blue #148CCC
Tints of Pacific Blue #148CCC
RGB
CMYK
RGB Variations
Color information
#148CCC (or 0x148CCC) is known color: Pacific Blue. HEX triplet: 14, 8C and CC. RGB value is (20,140,204). Sum of RGB (Red+Green+Blue) = 20+140+204=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #148CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148CCC is #EB7333. Grayscale: #6F6F6F. Windows color (decimal): -15430452 or 13405204. OLE color: 13405204.
HSL color Cylindrical-coordinate representation of color #148CCC: hue angle of 200.87º 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 #148CCC is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 140 | 204 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.2 |
| HSL | 200.87º | 0.82% | 0.44% | - |
| HSV(B) | 200.87º | 0.9% | 0.8% | - |
| XYZ | 20.57 | 23.26 | 60.53 | - |
| YUV | 111.42 | 180.24 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 140 | 204 | 0.90 | 0.31 | 0 | 0.2 | 200.87 | 0.82 | 0.44 |
| Hex | 14 | 8C | CC | 5A | 1F | 0 | 14 | C9 | 52 | 2C |
| Octal | 24 | 214 | 314 | 132 | 37 | 0 | 24 | 311 | 122 | 54 |
| Binary | 10100 | 10001100 | 11001100 | 1011010 | 11111 | 0 | 10100 | 11001001 | 1010010 | 101100 |
Color Harmonies of #148CCC
Complementary color
Monochromatic Colors of #148CCC
Black with #148CCC
Text Example
Text Example
White with #148CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148CCC; }
p { color: rgb(20,140,204); }
H1.HeaderClassName
{
color: #148CCC;
}
.AnyTagClassName
{
color: #148CCC;
}
</style>
background-color css
<style>
a { background-color: #148CCC; }
a { background-color: rgb(20,140,204); }
div.DivClassName
{
background-color: #148CCC;
}
.BgClassName
{
background-color: #148CCC;
}
</style>
border-color css
<style>
span { border-color: #148CCC; }
span { border-color: rgb(20,140,204); }
td.TdClassName
{
border-color: #148CCC;
}
.TagClassName
{
border-color: #148CCC;
}
</style>