Shades of Pacific Blue #149CDF
Tints of Pacific Blue #149CDF
RGB
CMYK
RGB Variations
Color information
#149CDF (or 0x149CDF) is known color: Pacific Blue. HEX triplet: 14, 9C and DF. RGB value is (20,156,223). Sum of RGB (Red+Green+Blue) = 20+156+223=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #149CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CDF is #EB6320. Grayscale: #7A7A7A. Windows color (decimal): -15426337 or 14654484. OLE color: 14654484.
HSL color Cylindrical-coordinate representation of color #149CDF: hue angle of 199.8º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149CDF is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 156 | 223 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.13 |
| HSL | 199.8º | 0.84% | 0.48% | - |
| HSV(B) | 199.8º | 0.91% | 0.87% | - |
| XYZ | 25.5 | 29.25 | 74.11 | - |
| YUV | 122.97 | 184.44 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 223 | 0.91 | 0.30 | 0 | 0.13 | 199.8 | 0.84 | 0.48 |
| Hex | 14 | 9C | DF | 5B | 1E | 0 | D | C8 | 54 | 30 |
| Octal | 24 | 234 | 337 | 133 | 36 | 0 | 15 | 310 | 124 | 60 |
| Binary | 10100 | 10011100 | 11011111 | 1011011 | 11110 | 0 | 1101 | 11001000 | 1010100 | 110000 |
Color Harmonies of #149CDF
Complementary color
Monochromatic Colors of #149CDF
Black with #149CDF
Text Example
Text Example
White with #149CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CDF; }
p { color: rgb(20,156,223); }
H1.HeaderClassName
{
color: #149CDF;
}
.AnyTagClassName
{
color: #149CDF;
}
</style>
background-color css
<style>
a { background-color: #149CDF; }
a { background-color: rgb(20,156,223); }
div.DivClassName
{
background-color: #149CDF;
}
.BgClassName
{
background-color: #149CDF;
}
</style>
border-color css
<style>
span { border-color: #149CDF; }
span { border-color: rgb(20,156,223); }
td.TdClassName
{
border-color: #149CDF;
}
.TagClassName
{
border-color: #149CDF;
}
</style>