Shades of Pacific Blue #149CCE
Tints of Pacific Blue #149CCE
RGB
CMYK
RGB Variations
Color information
#149CCE (or 0x149CCE) is known color: Pacific Blue. HEX triplet: 14, 9C and CE. RGB value is (20,156,206). Sum of RGB (Red+Green+Blue) = 20+156+206=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #149CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CCE is #EB6331. Grayscale: #787878. Windows color (decimal): -15426354 or 13540372. OLE color: 13540372.
HSL color Cylindrical-coordinate representation of color #149CCE: hue angle of 196.13º 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 #149CCE is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 156 | 206 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.19 |
| HSL | 196.13º | 0.82% | 0.44% | - |
| HSV(B) | 196.13º | 0.9% | 0.81% | - |
| XYZ | 23.32 | 28.38 | 62.64 | - |
| YUV | 121.04 | 175.94 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 206 | 0.90 | 0.24 | 0 | 0.19 | 196.13 | 0.82 | 0.44 |
| Hex | 14 | 9C | CE | 5A | 18 | 0 | 13 | C4 | 52 | 2C |
| Octal | 24 | 234 | 316 | 132 | 30 | 0 | 23 | 304 | 122 | 54 |
| Binary | 10100 | 10011100 | 11001110 | 1011010 | 11000 | 0 | 10011 | 11000100 | 1010010 | 101100 |
Color Harmonies of #149CCE
Complementary color
Monochromatic Colors of #149CCE
Black with #149CCE
Text Example
Text Example
White with #149CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CCE; }
p { color: rgb(20,156,206); }
H1.HeaderClassName
{
color: #149CCE;
}
.AnyTagClassName
{
color: #149CCE;
}
</style>
background-color css
<style>
a { background-color: #149CCE; }
a { background-color: rgb(20,156,206); }
div.DivClassName
{
background-color: #149CCE;
}
.BgClassName
{
background-color: #149CCE;
}
</style>
border-color css
<style>
span { border-color: #149CCE; }
span { border-color: rgb(20,156,206); }
td.TdClassName
{
border-color: #149CCE;
}
.TagClassName
{
border-color: #149CCE;
}
</style>