Shades of Pacific Blue #149ADF
Tints of Pacific Blue #149ADF
RGB
CMYK
RGB Variations
Color information
#149ADF (or 0x149ADF) is known color: Pacific Blue. HEX triplet: 14, 9A and DF. RGB value is (20,154,223). Sum of RGB (Red+Green+Blue) = 20+154+223=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #149ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ADF is #EB6520. Grayscale: #797979. Windows color (decimal): -15426849 or 14653972. OLE color: 14653972.
HSL color Cylindrical-coordinate representation of color #149ADF: hue angle of 200.39º 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 #149ADF is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 154 | 223 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.13 |
| HSL | 200.39º | 0.84% | 0.48% | - |
| HSV(B) | 200.39º | 0.91% | 0.87% | - |
| XYZ | 25.16 | 28.59 | 74 | - |
| YUV | 121.8 | 185.11 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 154 | 223 | 0.91 | 0.31 | 0 | 0.13 | 200.39 | 0.84 | 0.48 |
| Hex | 14 | 9A | DF | 5B | 1F | 0 | D | C8 | 54 | 30 |
| Octal | 24 | 232 | 337 | 133 | 37 | 0 | 15 | 310 | 124 | 60 |
| Binary | 10100 | 10011010 | 11011111 | 1011011 | 11111 | 0 | 1101 | 11001000 | 1010100 | 110000 |
Color Harmonies of #149ADF
Complementary color
Monochromatic Colors of #149ADF
Black with #149ADF
Text Example
Text Example
White with #149ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149ADF; }
p { color: rgb(20,154,223); }
H1.HeaderClassName
{
color: #149ADF;
}
.AnyTagClassName
{
color: #149ADF;
}
</style>
background-color css
<style>
a { background-color: #149ADF; }
a { background-color: rgb(20,154,223); }
div.DivClassName
{
background-color: #149ADF;
}
.BgClassName
{
background-color: #149ADF;
}
</style>
border-color css
<style>
span { border-color: #149ADF; }
span { border-color: rgb(20,154,223); }
td.TdClassName
{
border-color: #149ADF;
}
.TagClassName
{
border-color: #149ADF;
}
</style>