Shades of Pacific Blue #148BDA
Tints of Pacific Blue #148BDA
RGB
CMYK
RGB Variations
Color information
#148BDA (or 0x148BDA) is known color: Pacific Blue. HEX triplet: 14, 8B and DA. RGB value is (20,139,218). Sum of RGB (Red+Green+Blue) = 20+139+218=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #148BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148BDA is #EB7425. Grayscale: #6F6F6F. Windows color (decimal): -15430694 or 14322452. OLE color: 14322452.
HSL color Cylindrical-coordinate representation of color #148BDA: hue angle of 203.94º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148BDA is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 139 | 218 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.15 |
| HSL | 203.94º | 0.83% | 0.47% | - |
| HSV(B) | 203.94º | 0.91% | 0.85% | - |
| XYZ | 22.18 | 23.68 | 69.73 | - |
| YUV | 112.43 | 187.58 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 218 | 0.91 | 0.36 | 0 | 0.15 | 203.94 | 0.83 | 0.47 |
| Hex | 14 | 8B | DA | 5B | 24 | 0 | F | CC | 53 | 2F |
| Octal | 24 | 213 | 332 | 133 | 44 | 0 | 17 | 314 | 123 | 57 |
| Binary | 10100 | 10001011 | 11011010 | 1011011 | 100100 | 0 | 1111 | 11001100 | 1010011 | 101111 |
Color Harmonies of #148BDA
Complementary color
Monochromatic Colors of #148BDA
Black with #148BDA
Text Example
Text Example
White with #148BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148BDA; }
p { color: rgb(20,139,218); }
H1.HeaderClassName
{
color: #148BDA;
}
.AnyTagClassName
{
color: #148BDA;
}
</style>
background-color css
<style>
a { background-color: #148BDA; }
a { background-color: rgb(20,139,218); }
div.DivClassName
{
background-color: #148BDA;
}
.BgClassName
{
background-color: #148BDA;
}
</style>
border-color css
<style>
span { border-color: #148BDA; }
span { border-color: rgb(20,139,218); }
td.TdClassName
{
border-color: #148BDA;
}
.TagClassName
{
border-color: #148BDA;
}
</style>