Shades of Pacific Blue #149ADE
Tints of Pacific Blue #149ADE
RGB
CMYK
RGB Variations
Color information
#149ADE (or 0x149ADE) is known color: Pacific Blue. HEX triplet: 14, 9A and DE. RGB value is (20,154,222). Sum of RGB (Red+Green+Blue) = 20+154+222=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #149ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ADE is #EB6521. Grayscale: #797979. Windows color (decimal): -15426850 or 14588436. OLE color: 14588436.
HSL color Cylindrical-coordinate representation of color #149ADE: hue angle of 200.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149ADE is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 154 | 222 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.13 |
| HSL | 200.2º | 0.83% | 0.47% | - |
| HSV(B) | 200.2º | 0.91% | 0.87% | - |
| XYZ | 25.03 | 28.53 | 73.3 | - |
| YUV | 121.69 | 184.61 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 154 | 222 | 0.91 | 0.31 | 0 | 0.13 | 200.2 | 0.83 | 0.47 |
| Hex | 14 | 9A | DE | 5B | 1F | 0 | D | C8 | 53 | 2F |
| Octal | 24 | 232 | 336 | 133 | 37 | 0 | 15 | 310 | 123 | 57 |
| Binary | 10100 | 10011010 | 11011110 | 1011011 | 11111 | 0 | 1101 | 11001000 | 1010011 | 101111 |
Color Harmonies of #149ADE
Complementary color
Monochromatic Colors of #149ADE
Black with #149ADE
Text Example
Text Example
White with #149ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149ADE; }
p { color: rgb(20,154,222); }
H1.HeaderClassName
{
color: #149ADE;
}
.AnyTagClassName
{
color: #149ADE;
}
</style>
background-color css
<style>
a { background-color: #149ADE; }
a { background-color: rgb(20,154,222); }
div.DivClassName
{
background-color: #149ADE;
}
.BgClassName
{
background-color: #149ADE;
}
</style>
border-color css
<style>
span { border-color: #149ADE; }
span { border-color: rgb(20,154,222); }
td.TdClassName
{
border-color: #149ADE;
}
.TagClassName
{
border-color: #149ADE;
}
</style>