Shades of Pacific Blue #13A0BC
Tints of Pacific Blue #13A0BC
RGB
CMYK
RGB Variations
Color information
#13A0BC (or 0x13A0BC) is known color: Pacific Blue. HEX triplet: 13, A0 and BC. RGB value is (19,160,188). Sum of RGB (Red+Green+Blue) = 19+160+188=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 160 (62.89% from 255 or 43.60% 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 #13A0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A0BC is #EC5F43. Grayscale: #787878. Windows color (decimal): -15490884 or 12361747. OLE color: 12361747.
HSL color Cylindrical-coordinate representation of color #13A0BC: hue angle of 189.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13A0BC is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 160 | 188 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.26 |
| HSL | 189.94º | 0.82% | 0.41% | - |
| HSV(B) | 189.94º | 0.9% | 0.74% | - |
| XYZ | 21.92 | 28.91 | 52 | - |
| YUV | 121.03 | 165.79 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 160 | 188 | 0.90 | 0.15 | 0 | 0.26 | 189.94 | 0.82 | 0.41 |
| Hex | 13 | A0 | BC | 5A | F | 0 | 1A | BE | 52 | 29 |
| Octal | 23 | 240 | 274 | 132 | 17 | 0 | 32 | 276 | 122 | 51 |
| Binary | 10011 | 10100000 | 10111100 | 1011010 | 1111 | 0 | 11010 | 10111110 | 1010010 | 101001 |
Color Harmonies of #13A0BC
Complementary color
Monochromatic Colors of #13A0BC
Black with #13A0BC
Text Example
Text Example
White with #13A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A0BC; }
p { color: rgb(19,160,188); }
H1.HeaderClassName
{
color: #13A0BC;
}
.AnyTagClassName
{
color: #13A0BC;
}
</style>
background-color css
<style>
a { background-color: #13A0BC; }
a { background-color: rgb(19,160,188); }
div.DivClassName
{
background-color: #13A0BC;
}
.BgClassName
{
background-color: #13A0BC;
}
</style>
border-color css
<style>
span { border-color: #13A0BC; }
span { border-color: rgb(19,160,188); }
td.TdClassName
{
border-color: #13A0BC;
}
.TagClassName
{
border-color: #13A0BC;
}
</style>