Shades of Pacific Blue #149DDF
Tints of Pacific Blue #149DDF
RGB
CMYK
RGB Variations
Color information
#149DDF (or 0x149DDF) is known color: Pacific Blue. HEX triplet: 14, 9D and DF. RGB value is (20,157,223). Sum of RGB (Red+Green+Blue) = 20+157+223=400 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #149DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149DDF is #EB6220. Grayscale: #7B7B7B. Windows color (decimal): -15426081 or 14654740. OLE color: 14654740.
HSL color Cylindrical-coordinate representation of color #149DDF: hue angle of 199.51º 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 #149DDF is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 157 | 223 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.13 |
| HSL | 199.51º | 0.84% | 0.48% | - |
| HSV(B) | 199.51º | 0.91% | 0.87% | - |
| XYZ | 25.66 | 29.59 | 74.17 | - |
| YUV | 123.56 | 184.11 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 223 | 0.91 | 0.30 | 0 | 0.13 | 199.51 | 0.84 | 0.48 |
| Hex | 14 | 9D | DF | 5B | 1E | 0 | D | C8 | 54 | 30 |
| Octal | 24 | 235 | 337 | 133 | 36 | 0 | 15 | 310 | 124 | 60 |
| Binary | 10100 | 10011101 | 11011111 | 1011011 | 11110 | 0 | 1101 | 11001000 | 1010100 | 110000 |
Color Harmonies of #149DDF
Complementary color
Monochromatic Colors of #149DDF
Black with #149DDF
Text Example
Text Example
White with #149DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149DDF; }
p { color: rgb(20,157,223); }
H1.HeaderClassName
{
color: #149DDF;
}
.AnyTagClassName
{
color: #149DDF;
}
</style>
background-color css
<style>
a { background-color: #149DDF; }
a { background-color: rgb(20,157,223); }
div.DivClassName
{
background-color: #149DDF;
}
.BgClassName
{
background-color: #149DDF;
}
</style>
border-color css
<style>
span { border-color: #149DDF; }
span { border-color: rgb(20,157,223); }
td.TdClassName
{
border-color: #149DDF;
}
.TagClassName
{
border-color: #149DDF;
}
</style>