Shades of Pelorous #149CBB
Tints of Pelorous #149CBB
RGB
CMYK
RGB Variations
Color information
#149CBB (or 0x149CBB) is known color: Pelorous. HEX triplet: 14, 9C and BB. RGB value is (20,156,187). Sum of RGB (Red+Green+Blue) = 20+156+187=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #149CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CBB is #EB6344. Grayscale: #767676. Windows color (decimal): -15426373 or 12295188. OLE color: 12295188.
HSL color Cylindrical-coordinate representation of color #149CBB: hue angle of 191.14º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149CBB is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 156 | 187 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.27 |
| HSL | 191.14º | 0.81% | 0.41% | - |
| HSV(B) | 191.14º | 0.89% | 0.73% | - |
| XYZ | 21.15 | 27.51 | 51.21 | - |
| YUV | 118.87 | 166.44 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 187 | 0.89 | 0.17 | 0 | 0.27 | 191.14 | 0.81 | 0.41 |
| Hex | 14 | 9C | BB | 59 | 11 | 0 | 1B | BF | 51 | 29 |
| Octal | 24 | 234 | 273 | 131 | 21 | 0 | 33 | 277 | 121 | 51 |
| Binary | 10100 | 10011100 | 10111011 | 1011001 | 10001 | 0 | 11011 | 10111111 | 1010001 | 101001 |
Color Harmonies of #149CBB
Complementary color
Monochromatic Colors of #149CBB
Black with #149CBB
Text Example
Text Example
White with #149CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CBB; }
p { color: rgb(20,156,187); }
H1.HeaderClassName
{
color: #149CBB;
}
.AnyTagClassName
{
color: #149CBB;
}
</style>
background-color css
<style>
a { background-color: #149CBB; }
a { background-color: rgb(20,156,187); }
div.DivClassName
{
background-color: #149CBB;
}
.BgClassName
{
background-color: #149CBB;
}
</style>
border-color css
<style>
span { border-color: #149CBB; }
span { border-color: rgb(20,156,187); }
td.TdClassName
{
border-color: #149CBB;
}
.TagClassName
{
border-color: #149CBB;
}
</style>