Shades of Pacific Blue #148FCE
Tints of Pacific Blue #148FCE
RGB
CMYK
RGB Variations
Color information
#148FCE (or 0x148FCE) is known color: Pacific Blue. HEX triplet: 14, 8F and CE. RGB value is (20,143,206). Sum of RGB (Red+Green+Blue) = 20+143+206=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #148FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FCE is #EB7031. Grayscale: #717171. Windows color (decimal): -15429682 or 13537044. OLE color: 13537044.
HSL color Cylindrical-coordinate representation of color #148FCE: hue angle of 200.32º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #148FCE is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 143 | 206 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.19 |
| HSL | 200.32º | 0.82% | 0.44% | - |
| HSV(B) | 200.32º | 0.9% | 0.81% | - |
| XYZ | 21.25 | 24.25 | 61.95 | - |
| YUV | 113.41 | 180.25 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 143 | 206 | 0.90 | 0.31 | 0 | 0.19 | 200.32 | 0.82 | 0.44 |
| Hex | 14 | 8F | CE | 5A | 1F | 0 | 13 | C8 | 52 | 2C |
| Octal | 24 | 217 | 316 | 132 | 37 | 0 | 23 | 310 | 122 | 54 |
| Binary | 10100 | 10001111 | 11001110 | 1011010 | 11111 | 0 | 10011 | 11001000 | 1010010 | 101100 |
Color Harmonies of #148FCE
Complementary color
Monochromatic Colors of #148FCE
Black with #148FCE
Text Example
Text Example
White with #148FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148FCE; }
p { color: rgb(20,143,206); }
H1.HeaderClassName
{
color: #148FCE;
}
.AnyTagClassName
{
color: #148FCE;
}
</style>
background-color css
<style>
a { background-color: #148FCE; }
a { background-color: rgb(20,143,206); }
div.DivClassName
{
background-color: #148FCE;
}
.BgClassName
{
background-color: #148FCE;
}
</style>
border-color css
<style>
span { border-color: #148FCE; }
span { border-color: rgb(20,143,206); }
td.TdClassName
{
border-color: #148FCE;
}
.TagClassName
{
border-color: #148FCE;
}
</style>