Shades of Pacific Blue #148AD6
Tints of Pacific Blue #148AD6
RGB
CMYK
RGB Variations
Color information
#148AD6 (or 0x148AD6) is known color: Pacific Blue. HEX triplet: 14, 8A and D6. RGB value is (20,138,214). Sum of RGB (Red+Green+Blue) = 20+138+214=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 214 (83.98% from 255 or 57.53% from 372); Max value from RGB is 214 - color contains mainly: blue. Hex color #148AD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148AD6 is #EB7529. Grayscale: #6E6E6E. Windows color (decimal): -15430954 or 14060052. OLE color: 14060052.
HSL color Cylindrical-coordinate representation of color #148AD6: hue angle of 203.51º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148AD6 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 138 | 214 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.16 |
| HSL | 203.51º | 0.83% | 0.46% | - |
| HSV(B) | 203.51º | 0.91% | 0.84% | - |
| XYZ | 21.51 | 23.18 | 66.96 | - |
| YUV | 111.38 | 185.91 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 214 | 0.91 | 0.36 | 0 | 0.16 | 203.51 | 0.83 | 0.46 |
| Hex | 14 | 8A | D6 | 5B | 24 | 0 | 10 | CC | 53 | 2E |
| Octal | 24 | 212 | 326 | 133 | 44 | 0 | 20 | 314 | 123 | 56 |
| Binary | 10100 | 10001010 | 11010110 | 1011011 | 100100 | 0 | 10000 | 11001100 | 1010011 | 101110 |
Color Harmonies of #148AD6
Complementary color
Monochromatic Colors of #148AD6
Black with #148AD6
Text Example
Text Example
White with #148AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148AD6; }
p { color: rgb(20,138,214); }
H1.HeaderClassName
{
color: #148AD6;
}
.AnyTagClassName
{
color: #148AD6;
}
</style>
background-color css
<style>
a { background-color: #148AD6; }
a { background-color: rgb(20,138,214); }
div.DivClassName
{
background-color: #148AD6;
}
.BgClassName
{
background-color: #148AD6;
}
</style>
border-color css
<style>
span { border-color: #148AD6; }
span { border-color: rgb(20,138,214); }
td.TdClassName
{
border-color: #148AD6;
}
.TagClassName
{
border-color: #148AD6;
}
</style>