Shades of Pacific Blue #149CD2
Tints of Pacific Blue #149CD2
RGB
CMYK
RGB Variations
Color information
#149CD2 (or 0x149CD2) is known color: Pacific Blue. HEX triplet: 14, 9C and D2. RGB value is (20,156,210). Sum of RGB (Red+Green+Blue) = 20+156+210=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 210 (82.42% from 255 or 54.40% from 386); Max value from RGB is 210 - color contains mainly: blue. Hex color #149CD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CD2 is #EB632D. Grayscale: #797979. Windows color (decimal): -15426350 or 13802516. OLE color: 13802516.
HSL color Cylindrical-coordinate representation of color #149CD2: hue angle of 197.05º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149CD2 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 156 | 210 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.18 |
| HSL | 197.05º | 0.83% | 0.45% | - |
| HSV(B) | 197.05º | 0.9% | 0.82% | - |
| XYZ | 23.81 | 28.58 | 65.23 | - |
| YUV | 121.49 | 177.94 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 210 | 0.90 | 0.26 | 0 | 0.18 | 197.05 | 0.83 | 0.45 |
| Hex | 14 | 9C | D2 | 5A | 1A | 0 | 12 | C5 | 53 | 2D |
| Octal | 24 | 234 | 322 | 132 | 32 | 0 | 22 | 305 | 123 | 55 |
| Binary | 10100 | 10011100 | 11010010 | 1011010 | 11010 | 0 | 10010 | 11000101 | 1010011 | 101101 |
Color Harmonies of #149CD2
Complementary color
Monochromatic Colors of #149CD2
Black with #149CD2
Text Example
Text Example
White with #149CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CD2; }
p { color: rgb(20,156,210); }
H1.HeaderClassName
{
color: #149CD2;
}
.AnyTagClassName
{
color: #149CD2;
}
</style>
background-color css
<style>
a { background-color: #149CD2; }
a { background-color: rgb(20,156,210); }
div.DivClassName
{
background-color: #149CD2;
}
.BgClassName
{
background-color: #149CD2;
}
</style>
border-color css
<style>
span { border-color: #149CD2; }
span { border-color: rgb(20,156,210); }
td.TdClassName
{
border-color: #149CD2;
}
.TagClassName
{
border-color: #149CD2;
}
</style>