Shades of Pacific Blue #138FD5
Tints of Pacific Blue #138FD5
RGB
CMYK
RGB Variations
Color information
#138FD5 (or 0x138FD5) is known color: Pacific Blue. HEX triplet: 13, 8F and D5. RGB value is (19,143,213). Sum of RGB (Red+Green+Blue) = 19+143+213=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #138FD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FD5 is #EC702A. Grayscale: #717171. Windows color (decimal): -15495211 or 13995795. OLE color: 13995795.
HSL color Cylindrical-coordinate representation of color #138FD5: hue angle of 201.65º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138FD5 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 143 | 213 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.16 |
| HSL | 201.65º | 0.84% | 0.45% | - |
| HSV(B) | 201.65º | 0.91% | 0.84% | - |
| XYZ | 22.1 | 24.59 | 66.53 | - |
| YUV | 113.9 | 183.92 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 143 | 213 | 0.91 | 0.33 | 0 | 0.16 | 201.65 | 0.84 | 0.45 |
| Hex | 13 | 8F | D5 | 5B | 21 | 0 | 10 | CA | 54 | 2D |
| Octal | 23 | 217 | 325 | 133 | 41 | 0 | 20 | 312 | 124 | 55 |
| Binary | 10011 | 10001111 | 11010101 | 1011011 | 100001 | 0 | 10000 | 11001010 | 1010100 | 101101 |
Color Harmonies of #138FD5
Complementary color
Monochromatic Colors of #138FD5
Black with #138FD5
Text Example
Text Example
White with #138FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138FD5; }
p { color: rgb(19,143,213); }
H1.HeaderClassName
{
color: #138FD5;
}
.AnyTagClassName
{
color: #138FD5;
}
</style>
background-color css
<style>
a { background-color: #138FD5; }
a { background-color: rgb(19,143,213); }
div.DivClassName
{
background-color: #138FD5;
}
.BgClassName
{
background-color: #138FD5;
}
</style>
border-color css
<style>
span { border-color: #138FD5; }
span { border-color: rgb(19,143,213); }
td.TdClassName
{
border-color: #138FD5;
}
.TagClassName
{
border-color: #138FD5;
}
</style>