Shades of Pacific Blue #148ECD
Tints of Pacific Blue #148ECD
RGB
CMYK
RGB Variations
Color information
#148ECD (or 0x148ECD) is known color: Pacific Blue. HEX triplet: 14, 8E and CD. RGB value is (20,142,205). Sum of RGB (Red+Green+Blue) = 20+142+205=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #148ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148ECD is #EB7132. Grayscale: #707070. Windows color (decimal): -15429939 or 13471252. OLE color: 13471252.
HSL color Cylindrical-coordinate representation of color #148ECD: hue angle of 200.43º 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 #148ECD is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 142 | 205 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.20 |
| HSL | 200.43º | 0.82% | 0.44% | - |
| HSV(B) | 200.43º | 0.9% | 0.8% | - |
| XYZ | 20.98 | 23.9 | 61.27 | - |
| YUV | 112.7 | 180.08 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 205 | 0.90 | 0.31 | 0 | 0.20 | 200.43 | 0.82 | 0.44 |
| Hex | 14 | 8E | CD | 5A | 1F | 0 | 14 | C8 | 52 | 2C |
| Octal | 24 | 216 | 315 | 132 | 37 | 0 | 24 | 310 | 122 | 54 |
| Binary | 10100 | 10001110 | 11001101 | 1011010 | 11111 | 0 | 10100 | 11001000 | 1010010 | 101100 |
Color Harmonies of #148ECD
Complementary color
Monochromatic Colors of #148ECD
Black with #148ECD
Text Example
Text Example
White with #148ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148ECD; }
p { color: rgb(20,142,205); }
H1.HeaderClassName
{
color: #148ECD;
}
.AnyTagClassName
{
color: #148ECD;
}
</style>
background-color css
<style>
a { background-color: #148ECD; }
a { background-color: rgb(20,142,205); }
div.DivClassName
{
background-color: #148ECD;
}
.BgClassName
{
background-color: #148ECD;
}
</style>
border-color css
<style>
span { border-color: #148ECD; }
span { border-color: rgb(20,142,205); }
td.TdClassName
{
border-color: #148ECD;
}
.TagClassName
{
border-color: #148ECD;
}
</style>