Shades of Pelorous #14A3BC
Tints of Pelorous #14A3BC
RGB
CMYK
RGB Variations
Color information
#14A3BC (or 0x14A3BC) is known color: Pelorous. HEX triplet: 14, A3 and BC. RGB value is (20,163,188). Sum of RGB (Red+Green+Blue) = 20+163+188=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #14A3BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A3BC is #EB5C43. Grayscale: #7A7A7A. Windows color (decimal): -15424580 or 12362516. OLE color: 12362516.
HSL color Cylindrical-coordinate representation of color #14A3BC: hue angle of 188.93º 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 #14A3BC is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 163 | 188 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.26 |
| HSL | 188.93º | 0.81% | 0.41% | - |
| HSV(B) | 188.93º | 0.89% | 0.74% | - |
| XYZ | 22.46 | 29.97 | 52.18 | - |
| YUV | 123.09 | 164.62 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 163 | 188 | 0.89 | 0.13 | 0 | 0.26 | 188.93 | 0.81 | 0.41 |
| Hex | 14 | A3 | BC | 59 | D | 0 | 1A | BD | 51 | 29 |
| Octal | 24 | 243 | 274 | 131 | 15 | 0 | 32 | 275 | 121 | 51 |
| Binary | 10100 | 10100011 | 10111100 | 1011001 | 1101 | 0 | 11010 | 10111101 | 1010001 | 101001 |
Color Harmonies of #14A3BC
Complementary color
Monochromatic Colors of #14A3BC
Black with #14A3BC
Text Example
Text Example
White with #14A3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A3BC; }
p { color: rgb(20,163,188); }
H1.HeaderClassName
{
color: #14A3BC;
}
.AnyTagClassName
{
color: #14A3BC;
}
</style>
background-color css
<style>
a { background-color: #14A3BC; }
a { background-color: rgb(20,163,188); }
div.DivClassName
{
background-color: #14A3BC;
}
.BgClassName
{
background-color: #14A3BC;
}
</style>
border-color css
<style>
span { border-color: #14A3BC; }
span { border-color: rgb(20,163,188); }
td.TdClassName
{
border-color: #14A3BC;
}
.TagClassName
{
border-color: #14A3BC;
}
</style>