Shades of Pacific Blue #149CDC
Tints of Pacific Blue #149CDC
RGB
CMYK
RGB Variations
Color information
#149CDC (or 0x149CDC) is known color: Pacific Blue. HEX triplet: 14, 9C and DC. RGB value is (20,156,220). Sum of RGB (Red+Green+Blue) = 20+156+220=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #149CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CDC is #EB6323. Grayscale: #7A7A7A. Windows color (decimal): -15426340 or 14457876. OLE color: 14457876.
HSL color Cylindrical-coordinate representation of color #149CDC: hue angle of 199.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149CDC is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 156 | 220 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.14 |
| HSL | 199.2º | 0.83% | 0.47% | - |
| HSV(B) | 199.2º | 0.91% | 0.86% | - |
| XYZ | 25.1 | 29.09 | 72 | - |
| YUV | 122.63 | 182.94 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 220 | 0.91 | 0.29 | 0 | 0.14 | 199.2 | 0.83 | 0.47 |
| Hex | 14 | 9C | DC | 5B | 1D | 0 | E | C7 | 53 | 2F |
| Octal | 24 | 234 | 334 | 133 | 35 | 0 | 16 | 307 | 123 | 57 |
| Binary | 10100 | 10011100 | 11011100 | 1011011 | 11101 | 0 | 1110 | 11000111 | 1010011 | 101111 |
Color Harmonies of #149CDC
Complementary color
Monochromatic Colors of #149CDC
Black with #149CDC
Text Example
Text Example
White with #149CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CDC; }
p { color: rgb(20,156,220); }
H1.HeaderClassName
{
color: #149CDC;
}
.AnyTagClassName
{
color: #149CDC;
}
</style>
background-color css
<style>
a { background-color: #149CDC; }
a { background-color: rgb(20,156,220); }
div.DivClassName
{
background-color: #149CDC;
}
.BgClassName
{
background-color: #149CDC;
}
</style>
border-color css
<style>
span { border-color: #149CDC; }
span { border-color: rgb(20,156,220); }
td.TdClassName
{
border-color: #149CDC;
}
.TagClassName
{
border-color: #149CDC;
}
</style>