Shades of Pacific Blue #148ACD
Tints of Pacific Blue #148ACD
RGB
CMYK
RGB Variations
Color information
#148ACD (or 0x148ACD) is known color: Pacific Blue. HEX triplet: 14, 8A and CD. RGB value is (20,138,205). Sum of RGB (Red+Green+Blue) = 20+138+205=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #148ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148ACD is #EB7532. Grayscale: #6D6D6D. Windows color (decimal): -15430963 or 13470228. OLE color: 13470228.
HSL color Cylindrical-coordinate representation of color #148ACD: hue angle of 201.73º 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 #148ACD is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 138 | 205 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.20 |
| HSL | 201.73º | 0.82% | 0.44% | - |
| HSV(B) | 201.73º | 0.9% | 0.8% | - |
| XYZ | 20.4 | 22.73 | 61.07 | - |
| YUV | 110.36 | 181.41 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 205 | 0.90 | 0.33 | 0 | 0.20 | 201.73 | 0.82 | 0.44 |
| Hex | 14 | 8A | CD | 5A | 21 | 0 | 14 | CA | 52 | 2C |
| Octal | 24 | 212 | 315 | 132 | 41 | 0 | 24 | 312 | 122 | 54 |
| Binary | 10100 | 10001010 | 11001101 | 1011010 | 100001 | 0 | 10100 | 11001010 | 1010010 | 101100 |
Color Harmonies of #148ACD
Complementary color
Monochromatic Colors of #148ACD
Black with #148ACD
Text Example
Text Example
White with #148ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148ACD; }
p { color: rgb(20,138,205); }
H1.HeaderClassName
{
color: #148ACD;
}
.AnyTagClassName
{
color: #148ACD;
}
</style>
background-color css
<style>
a { background-color: #148ACD; }
a { background-color: rgb(20,138,205); }
div.DivClassName
{
background-color: #148ACD;
}
.BgClassName
{
background-color: #148ACD;
}
</style>
border-color css
<style>
span { border-color: #148ACD; }
span { border-color: rgb(20,138,205); }
td.TdClassName
{
border-color: #148ACD;
}
.TagClassName
{
border-color: #148ACD;
}
</style>