Shades of Pacific Blue #149ADC
Tints of Pacific Blue #149ADC
RGB
CMYK
RGB Variations
Color information
#149ADC (or 0x149ADC) is known color: Pacific Blue. HEX triplet: 14, 9A and DC. RGB value is (20,154,220). Sum of RGB (Red+Green+Blue) = 20+154+220=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #149ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ADC is #EB6523. Grayscale: #797979. Windows color (decimal): -15426852 or 14457364. OLE color: 14457364.
HSL color Cylindrical-coordinate representation of color #149ADC: hue angle of 199.8º 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 #149ADC is Cyan = 0.91, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 154 | 220 | - |
| CMYK | 0.91 | 0.3 | 0 | 0.14 |
| HSL | 199.8º | 0.83% | 0.47% | - |
| HSV(B) | 199.8º | 0.91% | 0.86% | - |
| XYZ | 24.76 | 28.43 | 71.89 | - |
| YUV | 121.46 | 183.61 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 154 | 220 | 0.91 | 0.3 | 0 | 0.14 | 199.8 | 0.83 | 0.47 |
| Hex | 14 | 9A | DC | 5B | 1E | 0 | E | C8 | 53 | 2F |
| Octal | 24 | 232 | 334 | 133 | 36 | 0 | 16 | 310 | 123 | 57 |
| Binary | 10100 | 10011010 | 11011100 | 1011011 | 11110 | 0 | 1110 | 11001000 | 1010011 | 101111 |
Color Harmonies of #149ADC
Complementary color
Monochromatic Colors of #149ADC
Black with #149ADC
Text Example
Text Example
White with #149ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149ADC; }
p { color: rgb(20,154,220); }
H1.HeaderClassName
{
color: #149ADC;
}
.AnyTagClassName
{
color: #149ADC;
}
</style>
background-color css
<style>
a { background-color: #149ADC; }
a { background-color: rgb(20,154,220); }
div.DivClassName
{
background-color: #149ADC;
}
.BgClassName
{
background-color: #149ADC;
}
</style>
border-color css
<style>
span { border-color: #149ADC; }
span { border-color: rgb(20,154,220); }
td.TdClassName
{
border-color: #149ADC;
}
.TagClassName
{
border-color: #149ADC;
}
</style>