Shades of Pacific Blue #148BCE
Tints of Pacific Blue #148BCE
RGB
CMYK
RGB Variations
Color information
#148BCE (or 0x148BCE) is known color: Pacific Blue. HEX triplet: 14, 8B and CE. RGB value is (20,139,206). Sum of RGB (Red+Green+Blue) = 20+139+206=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #148BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148BCE is #EB7431. Grayscale: #6E6E6E. Windows color (decimal): -15430706 or 13536020. OLE color: 13536020.
HSL color Cylindrical-coordinate representation of color #148BCE: hue angle of 201.61º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #148BCE is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 139 | 206 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.19 |
| HSL | 201.61º | 0.82% | 0.44% | - |
| HSV(B) | 201.61º | 0.9% | 0.81% | - |
| XYZ | 20.66 | 23.07 | 61.76 | - |
| YUV | 111.06 | 181.58 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 206 | 0.90 | 0.33 | 0 | 0.19 | 201.61 | 0.82 | 0.44 |
| Hex | 14 | 8B | CE | 5A | 21 | 0 | 13 | CA | 52 | 2C |
| Octal | 24 | 213 | 316 | 132 | 41 | 0 | 23 | 312 | 122 | 54 |
| Binary | 10100 | 10001011 | 11001110 | 1011010 | 100001 | 0 | 10011 | 11001010 | 1010010 | 101100 |
Color Harmonies of #148BCE
Complementary color
Monochromatic Colors of #148BCE
Black with #148BCE
Text Example
Text Example
White with #148BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148BCE; }
p { color: rgb(20,139,206); }
H1.HeaderClassName
{
color: #148BCE;
}
.AnyTagClassName
{
color: #148BCE;
}
</style>
background-color css
<style>
a { background-color: #148BCE; }
a { background-color: rgb(20,139,206); }
div.DivClassName
{
background-color: #148BCE;
}
.BgClassName
{
background-color: #148BCE;
}
</style>
border-color css
<style>
span { border-color: #148BCE; }
span { border-color: rgb(20,139,206); }
td.TdClassName
{
border-color: #148BCE;
}
.TagClassName
{
border-color: #148BCE;
}
</style>