Shades of Pacific Blue #148FCD
Tints of Pacific Blue #148FCD
RGB
CMYK
RGB Variations
Color information
#148FCD (or 0x148FCD) is known color: Pacific Blue. HEX triplet: 14, 8F and CD. RGB value is (20,143,205). Sum of RGB (Red+Green+Blue) = 20+143+205=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #148FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FCD is #EB7032. Grayscale: #707070. Windows color (decimal): -15429683 or 13471508. OLE color: 13471508.
HSL color Cylindrical-coordinate representation of color #148FCD: hue angle of 200.11º 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 #148FCD is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 143 | 205 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.20 |
| HSL | 200.11º | 0.82% | 0.44% | - |
| HSV(B) | 200.11º | 0.9% | 0.8% | - |
| XYZ | 21.13 | 24.2 | 61.32 | - |
| YUV | 113.29 | 179.75 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 143 | 205 | 0.90 | 0.30 | 0 | 0.20 | 200.11 | 0.82 | 0.44 |
| Hex | 14 | 8F | CD | 5A | 1E | 0 | 14 | C8 | 52 | 2C |
| Octal | 24 | 217 | 315 | 132 | 36 | 0 | 24 | 310 | 122 | 54 |
| Binary | 10100 | 10001111 | 11001101 | 1011010 | 11110 | 0 | 10100 | 11001000 | 1010010 | 101100 |
Color Harmonies of #148FCD
Complementary color
Monochromatic Colors of #148FCD
Black with #148FCD
Text Example
Text Example
White with #148FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148FCD; }
p { color: rgb(20,143,205); }
H1.HeaderClassName
{
color: #148FCD;
}
.AnyTagClassName
{
color: #148FCD;
}
</style>
background-color css
<style>
a { background-color: #148FCD; }
a { background-color: rgb(20,143,205); }
div.DivClassName
{
background-color: #148FCD;
}
.BgClassName
{
background-color: #148FCD;
}
</style>
border-color css
<style>
span { border-color: #148FCD; }
span { border-color: rgb(20,143,205); }
td.TdClassName
{
border-color: #148FCD;
}
.TagClassName
{
border-color: #148FCD;
}
</style>