Shades of Pelorous #149FBC
Tints of Pelorous #149FBC
RGB
CMYK
RGB Variations
Color information
#149FBC (or 0x149FBC) is known color: Pelorous. HEX triplet: 14, 9F and BC. RGB value is (20,159,188). Sum of RGB (Red+Green+Blue) = 20+159+188=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #149FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149FBC is #EB6043. Grayscale: #787878. Windows color (decimal): -15425604 or 12361492. OLE color: 12361492.
HSL color Cylindrical-coordinate representation of color #149FBC: hue angle of 190.36º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149FBC is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 159 | 188 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.26 |
| HSL | 190.36º | 0.81% | 0.41% | - |
| HSV(B) | 190.36º | 0.89% | 0.74% | - |
| XYZ | 21.76 | 28.58 | 51.95 | - |
| YUV | 120.75 | 165.95 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 159 | 188 | 0.89 | 0.15 | 0 | 0.26 | 190.36 | 0.81 | 0.41 |
| Hex | 14 | 9F | BC | 59 | F | 0 | 1A | BE | 51 | 29 |
| Octal | 24 | 237 | 274 | 131 | 17 | 0 | 32 | 276 | 121 | 51 |
| Binary | 10100 | 10011111 | 10111100 | 1011001 | 1111 | 0 | 11010 | 10111110 | 1010001 | 101001 |
Color Harmonies of #149FBC
Complementary color
Monochromatic Colors of #149FBC
Black with #149FBC
Text Example
Text Example
White with #149FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149FBC; }
p { color: rgb(20,159,188); }
H1.HeaderClassName
{
color: #149FBC;
}
.AnyTagClassName
{
color: #149FBC;
}
</style>
background-color css
<style>
a { background-color: #149FBC; }
a { background-color: rgb(20,159,188); }
div.DivClassName
{
background-color: #149FBC;
}
.BgClassName
{
background-color: #149FBC;
}
</style>
border-color css
<style>
span { border-color: #149FBC; }
span { border-color: rgb(20,159,188); }
td.TdClassName
{
border-color: #149FBC;
}
.TagClassName
{
border-color: #149FBC;
}
</style>