Shades of Pacific Blue #138FCD
Tints of Pacific Blue #138FCD
RGB
CMYK
RGB Variations
Color information
#138FCD (or 0x138FCD) is known color: Pacific Blue. HEX triplet: 13, 8F and CD. RGB value is (19,143,205). Sum of RGB (Red+Green+Blue) = 19+143+205=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #138FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FCD is #EC7032. Grayscale: #707070. Windows color (decimal): -15495219 or 13471507. OLE color: 13471507.
HSL color Cylindrical-coordinate representation of color #138FCD: hue angle of 200º 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 #138FCD is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 143 | 205 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.20 |
| HSL | 200º | 0.83% | 0.44% | - |
| HSV(B) | 200º | 0.91% | 0.8% | - |
| XYZ | 21.11 | 24.19 | 61.31 | - |
| YUV | 112.99 | 179.92 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 143 | 205 | 0.91 | 0.30 | 0 | 0.20 | 200 | 0.83 | 0.44 |
| Hex | 13 | 8F | CD | 5B | 1E | 0 | 14 | C8 | 53 | 2C |
| Octal | 23 | 217 | 315 | 133 | 36 | 0 | 24 | 310 | 123 | 54 |
| Binary | 10011 | 10001111 | 11001101 | 1011011 | 11110 | 0 | 10100 | 11001000 | 1010011 | 101100 |
Color Harmonies of #138FCD
Complementary color
Monochromatic Colors of #138FCD
Black with #138FCD
Text Example
Text Example
White with #138FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138FCD; }
p { color: rgb(19,143,205); }
H1.HeaderClassName
{
color: #138FCD;
}
.AnyTagClassName
{
color: #138FCD;
}
</style>
background-color css
<style>
a { background-color: #138FCD; }
a { background-color: rgb(19,143,205); }
div.DivClassName
{
background-color: #138FCD;
}
.BgClassName
{
background-color: #138FCD;
}
</style>
border-color css
<style>
span { border-color: #138FCD; }
span { border-color: rgb(19,143,205); }
td.TdClassName
{
border-color: #138FCD;
}
.TagClassName
{
border-color: #138FCD;
}
</style>