Shades of Pacific Blue #149DCB
Tints of Pacific Blue #149DCB
RGB
CMYK
RGB Variations
Color information
#149DCB (or 0x149DCB) is known color: Pacific Blue. HEX triplet: 14, 9D and CB. RGB value is (20,157,203). Sum of RGB (Red+Green+Blue) = 20+157+203=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #149DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149DCB is #EB6234. Grayscale: #787878. Windows color (decimal): -15426101 or 13344020. OLE color: 13344020.
HSL color Cylindrical-coordinate representation of color #149DCB: hue angle of 195.08º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149DCB is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 157 | 203 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.20 |
| HSL | 195.08º | 0.82% | 0.44% | - |
| HSV(B) | 195.08º | 0.9% | 0.8% | - |
| XYZ | 23.12 | 28.57 | 60.8 | - |
| YUV | 121.28 | 174.11 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 203 | 0.90 | 0.23 | 0 | 0.20 | 195.08 | 0.82 | 0.44 |
| Hex | 14 | 9D | CB | 5A | 17 | 0 | 14 | C3 | 52 | 2C |
| Octal | 24 | 235 | 313 | 132 | 27 | 0 | 24 | 303 | 122 | 54 |
| Binary | 10100 | 10011101 | 11001011 | 1011010 | 10111 | 0 | 10100 | 11000011 | 1010010 | 101100 |
Color Harmonies of #149DCB
Complementary color
Monochromatic Colors of #149DCB
Black with #149DCB
Text Example
Text Example
White with #149DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149DCB; }
p { color: rgb(20,157,203); }
H1.HeaderClassName
{
color: #149DCB;
}
.AnyTagClassName
{
color: #149DCB;
}
</style>
background-color css
<style>
a { background-color: #149DCB; }
a { background-color: rgb(20,157,203); }
div.DivClassName
{
background-color: #149DCB;
}
.BgClassName
{
background-color: #149DCB;
}
</style>
border-color css
<style>
span { border-color: #149DCB; }
span { border-color: rgb(20,157,203); }
td.TdClassName
{
border-color: #149DCB;
}
.TagClassName
{
border-color: #149DCB;
}
</style>