Shades of Pacific Blue #149FCE
Tints of Pacific Blue #149FCE
RGB
CMYK
RGB Variations
Color information
#149FCE (or 0x149FCE) is known color: Pacific Blue. HEX triplet: 14, 9F and CE. RGB value is (20,159,206). Sum of RGB (Red+Green+Blue) = 20+159+206=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #149FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149FCE is #EB6031. Grayscale: #7A7A7A. Windows color (decimal): -15425586 or 13541140. OLE color: 13541140.
HSL color Cylindrical-coordinate representation of color #149FCE: hue angle of 195.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149FCE is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 159 | 206 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.19 |
| HSL | 195.16º | 0.82% | 0.44% | - |
| HSV(B) | 195.16º | 0.9% | 0.81% | - |
| XYZ | 23.83 | 29.4 | 62.81 | - |
| YUV | 122.8 | 174.95 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 159 | 206 | 0.90 | 0.23 | 0 | 0.19 | 195.16 | 0.82 | 0.44 |
| Hex | 14 | 9F | CE | 5A | 17 | 0 | 13 | C3 | 52 | 2C |
| Octal | 24 | 237 | 316 | 132 | 27 | 0 | 23 | 303 | 122 | 54 |
| Binary | 10100 | 10011111 | 11001110 | 1011010 | 10111 | 0 | 10011 | 11000011 | 1010010 | 101100 |
Color Harmonies of #149FCE
Complementary color
Monochromatic Colors of #149FCE
Black with #149FCE
Text Example
Text Example
White with #149FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149FCE; }
p { color: rgb(20,159,206); }
H1.HeaderClassName
{
color: #149FCE;
}
.AnyTagClassName
{
color: #149FCE;
}
</style>
background-color css
<style>
a { background-color: #149FCE; }
a { background-color: rgb(20,159,206); }
div.DivClassName
{
background-color: #149FCE;
}
.BgClassName
{
background-color: #149FCE;
}
</style>
border-color css
<style>
span { border-color: #149FCE; }
span { border-color: rgb(20,159,206); }
td.TdClassName
{
border-color: #149FCE;
}
.TagClassName
{
border-color: #149FCE;
}
</style>