Shades of Pacific Blue #149DD3
Tints of Pacific Blue #149DD3
RGB
CMYK
RGB Variations
Color information
#149DD3 (or 0x149DD3) is known color: Pacific Blue. HEX triplet: 14, 9D and D3. RGB value is (20,157,211). Sum of RGB (Red+Green+Blue) = 20+157+211=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 211 (82.81% from 255 or 54.38% from 388); Max value from RGB is 211 - color contains mainly: blue. Hex color #149DD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149DD3 is #EB622C. Grayscale: #797979. Windows color (decimal): -15426093 or 13868308. OLE color: 13868308.
HSL color Cylindrical-coordinate representation of color #149DD3: hue angle of 196.96º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149DD3 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 157 | 211 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.17 |
| HSL | 196.96º | 0.83% | 0.45% | - |
| HSV(B) | 196.96º | 0.91% | 0.83% | - |
| XYZ | 24.1 | 28.97 | 65.95 | - |
| YUV | 122.19 | 178.11 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 211 | 0.91 | 0.26 | 0 | 0.17 | 196.96 | 0.83 | 0.45 |
| Hex | 14 | 9D | D3 | 5B | 1A | 0 | 11 | C5 | 53 | 2D |
| Octal | 24 | 235 | 323 | 133 | 32 | 0 | 21 | 305 | 123 | 55 |
| Binary | 10100 | 10011101 | 11010011 | 1011011 | 11010 | 0 | 10001 | 11000101 | 1010011 | 101101 |
Color Harmonies of #149DD3
Complementary color
Monochromatic Colors of #149DD3
Black with #149DD3
Text Example
Text Example
White with #149DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149DD3; }
p { color: rgb(20,157,211); }
H1.HeaderClassName
{
color: #149DD3;
}
.AnyTagClassName
{
color: #149DD3;
}
</style>
background-color css
<style>
a { background-color: #149DD3; }
a { background-color: rgb(20,157,211); }
div.DivClassName
{
background-color: #149DD3;
}
.BgClassName
{
background-color: #149DD3;
}
</style>
border-color css
<style>
span { border-color: #149DD3; }
span { border-color: rgb(20,157,211); }
td.TdClassName
{
border-color: #149DD3;
}
.TagClassName
{
border-color: #149DD3;
}
</style>