Shades of Pacific Blue #148ACF
Tints of Pacific Blue #148ACF
RGB
CMYK
RGB Variations
Color information
#148ACF (or 0x148ACF) is known color: Pacific Blue. HEX triplet: 14, 8A and CF. RGB value is (20,138,207). Sum of RGB (Red+Green+Blue) = 20+138+207=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #148ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148ACF is #EB7530. Grayscale: #6E6E6E. Windows color (decimal): -15430961 or 13601300. OLE color: 13601300.
HSL color Cylindrical-coordinate representation of color #148ACF: hue angle of 202.14º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #148ACF is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 138 | 207 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.19 |
| HSL | 202.14º | 0.82% | 0.45% | - |
| HSV(B) | 202.14º | 0.9% | 0.81% | - |
| XYZ | 20.64 | 22.83 | 62.35 | - |
| YUV | 110.58 | 182.41 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 207 | 0.90 | 0.33 | 0 | 0.19 | 202.14 | 0.82 | 0.45 |
| Hex | 14 | 8A | CF | 5A | 21 | 0 | 13 | CA | 52 | 2D |
| Octal | 24 | 212 | 317 | 132 | 41 | 0 | 23 | 312 | 122 | 55 |
| Binary | 10100 | 10001010 | 11001111 | 1011010 | 100001 | 0 | 10011 | 11001010 | 1010010 | 101101 |
Color Harmonies of #148ACF
Complementary color
Monochromatic Colors of #148ACF
Black with #148ACF
Text Example
Text Example
White with #148ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148ACF; }
p { color: rgb(20,138,207); }
H1.HeaderClassName
{
color: #148ACF;
}
.AnyTagClassName
{
color: #148ACF;
}
</style>
background-color css
<style>
a { background-color: #148ACF; }
a { background-color: rgb(20,138,207); }
div.DivClassName
{
background-color: #148ACF;
}
.BgClassName
{
background-color: #148ACF;
}
</style>
border-color css
<style>
span { border-color: #148ACF; }
span { border-color: rgb(20,138,207); }
td.TdClassName
{
border-color: #148ACF;
}
.TagClassName
{
border-color: #148ACF;
}
</style>