Shades of Pacific Blue #148ECB
Tints of Pacific Blue #148ECB
RGB
CMYK
RGB Variations
Color information
#148ECB (or 0x148ECB) is known color: Pacific Blue. HEX triplet: 14, 8E and CB. RGB value is (20,142,203). Sum of RGB (Red+Green+Blue) = 20+142+203=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #148ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148ECB is #EB7134. Grayscale: #707070. Windows color (decimal): -15429941 or 13340180. OLE color: 13340180.
HSL color Cylindrical-coordinate representation of color #148ECB: hue angle of 200º 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 #148ECB is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 142 | 203 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.20 |
| HSL | 200º | 0.82% | 0.44% | - |
| HSV(B) | 200º | 0.9% | 0.8% | - |
| XYZ | 20.74 | 23.81 | 60 | - |
| YUV | 112.48 | 179.08 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 203 | 0.90 | 0.30 | 0 | 0.20 | 200 | 0.82 | 0.44 |
| Hex | 14 | 8E | CB | 5A | 1E | 0 | 14 | C8 | 52 | 2C |
| Octal | 24 | 216 | 313 | 132 | 36 | 0 | 24 | 310 | 122 | 54 |
| Binary | 10100 | 10001110 | 11001011 | 1011010 | 11110 | 0 | 10100 | 11001000 | 1010010 | 101100 |
Color Harmonies of #148ECB
Complementary color
Monochromatic Colors of #148ECB
Black with #148ECB
Text Example
Text Example
White with #148ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148ECB; }
p { color: rgb(20,142,203); }
H1.HeaderClassName
{
color: #148ECB;
}
.AnyTagClassName
{
color: #148ECB;
}
</style>
background-color css
<style>
a { background-color: #148ECB; }
a { background-color: rgb(20,142,203); }
div.DivClassName
{
background-color: #148ECB;
}
.BgClassName
{
background-color: #148ECB;
}
</style>
border-color css
<style>
span { border-color: #148ECB; }
span { border-color: rgb(20,142,203); }
td.TdClassName
{
border-color: #148ECB;
}
.TagClassName
{
border-color: #148ECB;
}
</style>