Shades of Pacific Blue #149BCE
Tints of Pacific Blue #149BCE
RGB
CMYK
RGB Variations
Color information
#149BCE (or 0x149BCE) is known color: Pacific Blue. HEX triplet: 14, 9B and CE. RGB value is (20,155,206). Sum of RGB (Red+Green+Blue) = 20+155+206=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #149BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149BCE is #EB6431. Grayscale: #787878. Windows color (decimal): -15426610 or 13540116. OLE color: 13540116.
HSL color Cylindrical-coordinate representation of color #149BCE: hue angle of 196.45º 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 #149BCE is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 155 | 206 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.19 |
| HSL | 196.45º | 0.82% | 0.44% | - |
| HSV(B) | 196.45º | 0.9% | 0.81% | - |
| XYZ | 23.15 | 28.05 | 62.59 | - |
| YUV | 120.45 | 176.27 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 155 | 206 | 0.90 | 0.25 | 0 | 0.19 | 196.45 | 0.82 | 0.44 |
| Hex | 14 | 9B | CE | 5A | 19 | 0 | 13 | C4 | 52 | 2C |
| Octal | 24 | 233 | 316 | 132 | 31 | 0 | 23 | 304 | 122 | 54 |
| Binary | 10100 | 10011011 | 11001110 | 1011010 | 11001 | 0 | 10011 | 11000100 | 1010010 | 101100 |
Color Harmonies of #149BCE
Complementary color
Monochromatic Colors of #149BCE
Black with #149BCE
Text Example
Text Example
White with #149BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149BCE; }
p { color: rgb(20,155,206); }
H1.HeaderClassName
{
color: #149BCE;
}
.AnyTagClassName
{
color: #149BCE;
}
</style>
background-color css
<style>
a { background-color: #149BCE; }
a { background-color: rgb(20,155,206); }
div.DivClassName
{
background-color: #149BCE;
}
.BgClassName
{
background-color: #149BCE;
}
</style>
border-color css
<style>
span { border-color: #149BCE; }
span { border-color: rgb(20,155,206); }
td.TdClassName
{
border-color: #149BCE;
}
.TagClassName
{
border-color: #149BCE;
}
</style>