Shades of Pacific Blue #149BDF
Tints of Pacific Blue #149BDF
RGB
CMYK
RGB Variations
Color information
#149BDF (or 0x149BDF) is known color: Pacific Blue. HEX triplet: 14, 9B and DF. RGB value is (20,155,223). Sum of RGB (Red+Green+Blue) = 20+155+223=398 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.03% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #149BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149BDF is #EB6420. Grayscale: #797979. Windows color (decimal): -15426593 or 14654228. OLE color: 14654228.
HSL color Cylindrical-coordinate representation of color #149BDF: hue angle of 200.1º 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 #149BDF is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 155 | 223 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.13 |
| HSL | 200.1º | 0.84% | 0.48% | - |
| HSV(B) | 200.1º | 0.91% | 0.87% | - |
| XYZ | 25.33 | 28.92 | 74.06 | - |
| YUV | 122.39 | 184.77 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 155 | 223 | 0.91 | 0.30 | 0 | 0.13 | 200.1 | 0.84 | 0.48 |
| Hex | 14 | 9B | DF | 5B | 1E | 0 | D | C8 | 54 | 30 |
| Octal | 24 | 233 | 337 | 133 | 36 | 0 | 15 | 310 | 124 | 60 |
| Binary | 10100 | 10011011 | 11011111 | 1011011 | 11110 | 0 | 1101 | 11001000 | 1010100 | 110000 |
Color Harmonies of #149BDF
Complementary color
Monochromatic Colors of #149BDF
Black with #149BDF
Text Example
Text Example
White with #149BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149BDF; }
p { color: rgb(20,155,223); }
H1.HeaderClassName
{
color: #149BDF;
}
.AnyTagClassName
{
color: #149BDF;
}
</style>
background-color css
<style>
a { background-color: #149BDF; }
a { background-color: rgb(20,155,223); }
div.DivClassName
{
background-color: #149BDF;
}
.BgClassName
{
background-color: #149BDF;
}
</style>
border-color css
<style>
span { border-color: #149BDF; }
span { border-color: rgb(20,155,223); }
td.TdClassName
{
border-color: #149BDF;
}
.TagClassName
{
border-color: #149BDF;
}
</style>