Shades of Pelorous #149BBC
Tints of Pelorous #149BBC
RGB
CMYK
RGB Variations
Color information
#149BBC (or 0x149BBC) is known color: Pelorous. HEX triplet: 14, 9B and BC. RGB value is (20,155,188). Sum of RGB (Red+Green+Blue) = 20+155+188=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #149BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149BBC is #EB6443. Grayscale: #767676. Windows color (decimal): -15426628 or 12360468. OLE color: 12360468.
HSL color Cylindrical-coordinate representation of color #149BBC: hue angle of 191.79º 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 #149BBC is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 155 | 188 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.26 |
| HSL | 191.79º | 0.81% | 0.41% | - |
| HSV(B) | 191.79º | 0.89% | 0.74% | - |
| XYZ | 21.09 | 27.22 | 51.72 | - |
| YUV | 118.4 | 167.27 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 155 | 188 | 0.89 | 0.18 | 0 | 0.26 | 191.79 | 0.81 | 0.41 |
| Hex | 14 | 9B | BC | 59 | 12 | 0 | 1A | C0 | 51 | 29 |
| Octal | 24 | 233 | 274 | 131 | 22 | 0 | 32 | 300 | 121 | 51 |
| Binary | 10100 | 10011011 | 10111100 | 1011001 | 10010 | 0 | 11010 | 11000000 | 1010001 | 101001 |
Color Harmonies of #149BBC
Complementary color
Monochromatic Colors of #149BBC
Black with #149BBC
Text Example
Text Example
White with #149BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149BBC; }
p { color: rgb(20,155,188); }
H1.HeaderClassName
{
color: #149BBC;
}
.AnyTagClassName
{
color: #149BBC;
}
</style>
background-color css
<style>
a { background-color: #149BBC; }
a { background-color: rgb(20,155,188); }
div.DivClassName
{
background-color: #149BBC;
}
.BgClassName
{
background-color: #149BBC;
}
</style>
border-color css
<style>
span { border-color: #149BBC; }
span { border-color: rgb(20,155,188); }
td.TdClassName
{
border-color: #149BBC;
}
.TagClassName
{
border-color: #149BBC;
}
</style>