Shades of Pacific Blue #149FE1
Tints of Pacific Blue #149FE1
RGB
CMYK
RGB Variations
Color information
#149FE1 (or 0x149FE1) is known color: Pacific Blue. HEX triplet: 14, 9F and E1. RGB value is (20,159,225). Sum of RGB (Red+Green+Blue) = 20+159+225=404 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.95% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #149FE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149FE1 is #EB601E. Grayscale: #7C7C7C. Windows color (decimal): -15425567 or 14786324. OLE color: 14786324.
HSL color Cylindrical-coordinate representation of color #149FE1: hue angle of 199.32º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149FE1 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 159 | 225 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.12 |
| HSL | 199.32º | 0.84% | 0.48% | - |
| HSV(B) | 199.32º | 0.91% | 0.88% | - |
| XYZ | 26.28 | 30.38 | 75.71 | - |
| YUV | 124.96 | 184.45 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 159 | 225 | 0.91 | 0.29 | 0 | 0.12 | 199.32 | 0.84 | 0.48 |
| Hex | 14 | 9F | E1 | 5B | 1D | 0 | C | C7 | 54 | 30 |
| Octal | 24 | 237 | 341 | 133 | 35 | 0 | 14 | 307 | 124 | 60 |
| Binary | 10100 | 10011111 | 11100001 | 1011011 | 11101 | 0 | 1100 | 11000111 | 1010100 | 110000 |
Color Harmonies of #149FE1
Complementary color
Monochromatic Colors of #149FE1
Black with #149FE1
Text Example
Text Example
White with #149FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149FE1; }
p { color: rgb(20,159,225); }
H1.HeaderClassName
{
color: #149FE1;
}
.AnyTagClassName
{
color: #149FE1;
}
</style>
background-color css
<style>
a { background-color: #149FE1; }
a { background-color: rgb(20,159,225); }
div.DivClassName
{
background-color: #149FE1;
}
.BgClassName
{
background-color: #149FE1;
}
</style>
border-color css
<style>
span { border-color: #149FE1; }
span { border-color: rgb(20,159,225); }
td.TdClassName
{
border-color: #149FE1;
}
.TagClassName
{
border-color: #149FE1;
}
</style>