Shades of Pacific Blue #148EDB
Tints of Pacific Blue #148EDB
RGB
CMYK
RGB Variations
Color information
#148EDB (or 0x148EDB) is known color: Pacific Blue. HEX triplet: 14, 8E and DB. RGB value is (20,142,219). Sum of RGB (Red+Green+Blue) = 20+142+219=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #148EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148EDB is #EB7124. Grayscale: #717171. Windows color (decimal): -15429925 or 14388756. OLE color: 14388756.
HSL color Cylindrical-coordinate representation of color #148EDB: hue angle of 203.22º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148EDB is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 142 | 219 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.14 |
| HSL | 203.22º | 0.83% | 0.47% | - |
| HSV(B) | 203.22º | 0.91% | 0.86% | - |
| XYZ | 22.75 | 24.61 | 70.57 | - |
| YUV | 114.3 | 187.08 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 219 | 0.91 | 0.35 | 0 | 0.14 | 203.22 | 0.83 | 0.47 |
| Hex | 14 | 8E | DB | 5B | 23 | 0 | E | CB | 53 | 2F |
| Octal | 24 | 216 | 333 | 133 | 43 | 0 | 16 | 313 | 123 | 57 |
| Binary | 10100 | 10001110 | 11011011 | 1011011 | 100011 | 0 | 1110 | 11001011 | 1010011 | 101111 |
Color Harmonies of #148EDB
Complementary color
Monochromatic Colors of #148EDB
Black with #148EDB
Text Example
Text Example
White with #148EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148EDB; }
p { color: rgb(20,142,219); }
H1.HeaderClassName
{
color: #148EDB;
}
.AnyTagClassName
{
color: #148EDB;
}
</style>
background-color css
<style>
a { background-color: #148EDB; }
a { background-color: rgb(20,142,219); }
div.DivClassName
{
background-color: #148EDB;
}
.BgClassName
{
background-color: #148EDB;
}
</style>
border-color css
<style>
span { border-color: #148EDB; }
span { border-color: rgb(20,142,219); }
td.TdClassName
{
border-color: #148EDB;
}
.TagClassName
{
border-color: #148EDB;
}
</style>