Shades of Pacific Blue #138DD0
Tints of Pacific Blue #138DD0
RGB
CMYK
RGB Variations
Color information
#138DD0 (or 0x138DD0) is known color: Pacific Blue. HEX triplet: 13, 8D and D0. RGB value is (19,141,208). Sum of RGB (Red+Green+Blue) = 19+141+208=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 208 (81.64% from 255 or 56.52% from 368); Max value from RGB is 208 - color contains mainly: blue. Hex color #138DD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138DD0 is #EC722F. Grayscale: #6F6F6F. Windows color (decimal): -15495728 or 13667603. OLE color: 13667603.
HSL color Cylindrical-coordinate representation of color #138DD0: hue angle of 201.27º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138DD0 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 141 | 208 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.18 |
| HSL | 201.27º | 0.83% | 0.45% | - |
| HSV(B) | 201.27º | 0.91% | 0.82% | - |
| XYZ | 21.18 | 23.74 | 63.14 | - |
| YUV | 112.16 | 182.08 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 208 | 0.91 | 0.32 | 0 | 0.18 | 201.27 | 0.83 | 0.45 |
| Hex | 13 | 8D | D0 | 5B | 20 | 0 | 12 | C9 | 53 | 2D |
| Octal | 23 | 215 | 320 | 133 | 40 | 0 | 22 | 311 | 123 | 55 |
| Binary | 10011 | 10001101 | 11010000 | 1011011 | 100000 | 0 | 10010 | 11001001 | 1010011 | 101101 |
Color Harmonies of #138DD0
Complementary color
Monochromatic Colors of #138DD0
Black with #138DD0
Text Example
Text Example
White with #138DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138DD0; }
p { color: rgb(19,141,208); }
H1.HeaderClassName
{
color: #138DD0;
}
.AnyTagClassName
{
color: #138DD0;
}
</style>
background-color css
<style>
a { background-color: #138DD0; }
a { background-color: rgb(19,141,208); }
div.DivClassName
{
background-color: #138DD0;
}
.BgClassName
{
background-color: #138DD0;
}
</style>
border-color css
<style>
span { border-color: #138DD0; }
span { border-color: rgb(19,141,208); }
td.TdClassName
{
border-color: #138DD0;
}
.TagClassName
{
border-color: #138DD0;
}
</style>