Shades of Pacific Blue #148AD3
Tints of Pacific Blue #148AD3
RGB
CMYK
RGB Variations
Color information
#148AD3 (or 0x148AD3) is known color: Pacific Blue. HEX triplet: 14, 8A and D3. RGB value is (20,138,211). Sum of RGB (Red+Green+Blue) = 20+138+211=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 211 (82.81% from 255 or 57.18% from 369); Max value from RGB is 211 - color contains mainly: blue. Hex color #148AD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148AD3 is #EB752C. Grayscale: #6E6E6E. Windows color (decimal): -15430957 or 13863444. OLE color: 13863444.
HSL color Cylindrical-coordinate representation of color #148AD3: hue angle of 202.93º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148AD3 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 138 | 211 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.17 |
| HSL | 202.93º | 0.83% | 0.45% | - |
| HSV(B) | 202.93º | 0.91% | 0.83% | - |
| XYZ | 21.13 | 23.03 | 64.96 | - |
| YUV | 111.04 | 184.41 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 211 | 0.91 | 0.35 | 0 | 0.17 | 202.93 | 0.83 | 0.45 |
| Hex | 14 | 8A | D3 | 5B | 23 | 0 | 11 | CB | 53 | 2D |
| Octal | 24 | 212 | 323 | 133 | 43 | 0 | 21 | 313 | 123 | 55 |
| Binary | 10100 | 10001010 | 11010011 | 1011011 | 100011 | 0 | 10001 | 11001011 | 1010011 | 101101 |
Color Harmonies of #148AD3
Complementary color
Monochromatic Colors of #148AD3
Black with #148AD3
Text Example
Text Example
White with #148AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148AD3; }
p { color: rgb(20,138,211); }
H1.HeaderClassName
{
color: #148AD3;
}
.AnyTagClassName
{
color: #148AD3;
}
</style>
background-color css
<style>
a { background-color: #148AD3; }
a { background-color: rgb(20,138,211); }
div.DivClassName
{
background-color: #148AD3;
}
.BgClassName
{
background-color: #148AD3;
}
</style>
border-color css
<style>
span { border-color: #148AD3; }
span { border-color: rgb(20,138,211); }
td.TdClassName
{
border-color: #148AD3;
}
.TagClassName
{
border-color: #148AD3;
}
</style>