Shades of Pacific Blue #148BCB
Tints of Pacific Blue #148BCB
RGB
CMYK
RGB Variations
Color information
#148BCB (or 0x148BCB) is known color: Pacific Blue. HEX triplet: 14, 8B and CB. RGB value is (20,139,203). Sum of RGB (Red+Green+Blue) = 20+139+203=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #148BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148BCB is #EB7434. Grayscale: #6E6E6E. Windows color (decimal): -15430709 or 13339412. OLE color: 13339412.
HSL color Cylindrical-coordinate representation of color #148BCB: hue angle of 200.98º 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 #148BCB is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 139 | 203 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.20 |
| HSL | 200.98º | 0.82% | 0.44% | - |
| HSV(B) | 200.98º | 0.9% | 0.8% | - |
| XYZ | 20.3 | 22.93 | 59.86 | - |
| YUV | 110.72 | 180.08 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 203 | 0.90 | 0.32 | 0 | 0.20 | 200.98 | 0.82 | 0.44 |
| Hex | 14 | 8B | CB | 5A | 20 | 0 | 14 | C9 | 52 | 2C |
| Octal | 24 | 213 | 313 | 132 | 40 | 0 | 24 | 311 | 122 | 54 |
| Binary | 10100 | 10001011 | 11001011 | 1011010 | 100000 | 0 | 10100 | 11001001 | 1010010 | 101100 |
Color Harmonies of #148BCB
Complementary color
Monochromatic Colors of #148BCB
Black with #148BCB
Text Example
Text Example
White with #148BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148BCB; }
p { color: rgb(20,139,203); }
H1.HeaderClassName
{
color: #148BCB;
}
.AnyTagClassName
{
color: #148BCB;
}
</style>
background-color css
<style>
a { background-color: #148BCB; }
a { background-color: rgb(20,139,203); }
div.DivClassName
{
background-color: #148BCB;
}
.BgClassName
{
background-color: #148BCB;
}
</style>
border-color css
<style>
span { border-color: #148BCB; }
span { border-color: rgb(20,139,203); }
td.TdClassName
{
border-color: #148BCB;
}
.TagClassName
{
border-color: #148BCB;
}
</style>