Shades of Pacific Blue #138BCD
Tints of Pacific Blue #138BCD
RGB
CMYK
RGB Variations
Color information
#138BCD (or 0x138BCD) is known color: Pacific Blue. HEX triplet: 13, 8B and CD. RGB value is (19,139,205). Sum of RGB (Red+Green+Blue) = 19+139+205=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #138BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BCD is #EC7432. Grayscale: #6E6E6E. Windows color (decimal): -15496243 or 13470483. OLE color: 13470483.
HSL color Cylindrical-coordinate representation of color #138BCD: hue angle of 201.29º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138BCD is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 139 | 205 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.20 |
| HSL | 201.29º | 0.83% | 0.44% | - |
| HSV(B) | 201.29º | 0.91% | 0.8% | - |
| XYZ | 20.52 | 23.01 | 61.12 | - |
| YUV | 110.64 | 181.24 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 205 | 0.91 | 0.32 | 0 | 0.20 | 201.29 | 0.83 | 0.44 |
| Hex | 13 | 8B | CD | 5B | 20 | 0 | 14 | C9 | 53 | 2C |
| Octal | 23 | 213 | 315 | 133 | 40 | 0 | 24 | 311 | 123 | 54 |
| Binary | 10011 | 10001011 | 11001101 | 1011011 | 100000 | 0 | 10100 | 11001001 | 1010011 | 101100 |
Color Harmonies of #138BCD
Complementary color
Monochromatic Colors of #138BCD
Black with #138BCD
Text Example
Text Example
White with #138BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138BCD; }
p { color: rgb(19,139,205); }
H1.HeaderClassName
{
color: #138BCD;
}
.AnyTagClassName
{
color: #138BCD;
}
</style>
background-color css
<style>
a { background-color: #138BCD; }
a { background-color: rgb(19,139,205); }
div.DivClassName
{
background-color: #138BCD;
}
.BgClassName
{
background-color: #138BCD;
}
</style>
border-color css
<style>
span { border-color: #138BCD; }
span { border-color: rgb(19,139,205); }
td.TdClassName
{
border-color: #138BCD;
}
.TagClassName
{
border-color: #138BCD;
}
</style>