Shades of Pacific Blue #148FC3
Tints of Pacific Blue #148FC3
RGB
CMYK
RGB Variations
Color information
#148FC3 (or 0x148FC3) is known color: Pacific Blue. HEX triplet: 14, 8F and C3. RGB value is (20,143,195). Sum of RGB (Red+Green+Blue) = 20+143+195=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 195 (76.56% from 255 or 54.47% from 358); Max value from RGB is 195 - color contains mainly: blue. Hex color #148FC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FC3 is #EB703C. Grayscale: #6F6F6F. Windows color (decimal): -15429693 or 12816148. OLE color: 12816148.
HSL color Cylindrical-coordinate representation of color #148FC3: hue angle of 197.83º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #148FC3 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 143 | 195 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.24 |
| HSL | 197.83º | 0.81% | 0.42% | - |
| HSV(B) | 197.83º | 0.9% | 0.76% | - |
| XYZ | 19.96 | 23.73 | 55.16 | - |
| YUV | 112.15 | 174.75 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 143 | 195 | 0.90 | 0.27 | 0 | 0.24 | 197.83 | 0.81 | 0.42 |
| Hex | 14 | 8F | C3 | 5A | 1B | 0 | 18 | C6 | 51 | 2A |
| Octal | 24 | 217 | 303 | 132 | 33 | 0 | 30 | 306 | 121 | 52 |
| Binary | 10100 | 10001111 | 11000011 | 1011010 | 11011 | 0 | 11000 | 11000110 | 1010001 | 101010 |
Color Harmonies of #148FC3
Complementary color
Monochromatic Colors of #148FC3
Black with #148FC3
Text Example
Text Example
White with #148FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148FC3; }
p { color: rgb(20,143,195); }
H1.HeaderClassName
{
color: #148FC3;
}
.AnyTagClassName
{
color: #148FC3;
}
</style>
background-color css
<style>
a { background-color: #148FC3; }
a { background-color: rgb(20,143,195); }
div.DivClassName
{
background-color: #148FC3;
}
.BgClassName
{
background-color: #148FC3;
}
</style>
border-color css
<style>
span { border-color: #148FC3; }
span { border-color: rgb(20,143,195); }
td.TdClassName
{
border-color: #148FC3;
}
.TagClassName
{
border-color: #148FC3;
}
</style>