Shades of Pacific Blue #138FD6
Tints of Pacific Blue #138FD6
RGB
CMYK
RGB Variations
Color information
#138FD6 (or 0x138FD6) is known color: Pacific Blue. HEX triplet: 13, 8F and D6. RGB value is (19,143,214). Sum of RGB (Red+Green+Blue) = 19+143+214=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 214 (83.98% from 255 or 56.91% from 376); Max value from RGB is 214 - color contains mainly: blue. Hex color #138FD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FD6 is #EC7029. Grayscale: #717171. Windows color (decimal): -15495210 or 14061331. OLE color: 14061331.
HSL color Cylindrical-coordinate representation of color #138FD6: hue angle of 201.85º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138FD6 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 143 | 214 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.16 |
| HSL | 201.85º | 0.84% | 0.46% | - |
| HSV(B) | 201.85º | 0.91% | 0.84% | - |
| XYZ | 22.23 | 24.64 | 67.2 | - |
| YUV | 114.02 | 184.42 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 143 | 214 | 0.91 | 0.33 | 0 | 0.16 | 201.85 | 0.84 | 0.46 |
| Hex | 13 | 8F | D6 | 5B | 21 | 0 | 10 | CA | 54 | 2E |
| Octal | 23 | 217 | 326 | 133 | 41 | 0 | 20 | 312 | 124 | 56 |
| Binary | 10011 | 10001111 | 11010110 | 1011011 | 100001 | 0 | 10000 | 11001010 | 1010100 | 101110 |
Color Harmonies of #138FD6
Complementary color
Monochromatic Colors of #138FD6
Black with #138FD6
Text Example
Text Example
White with #138FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138FD6; }
p { color: rgb(19,143,214); }
H1.HeaderClassName
{
color: #138FD6;
}
.AnyTagClassName
{
color: #138FD6;
}
</style>
background-color css
<style>
a { background-color: #138FD6; }
a { background-color: rgb(19,143,214); }
div.DivClassName
{
background-color: #138FD6;
}
.BgClassName
{
background-color: #138FD6;
}
</style>
border-color css
<style>
span { border-color: #138FD6; }
span { border-color: rgb(19,143,214); }
td.TdClassName
{
border-color: #138FD6;
}
.TagClassName
{
border-color: #138FD6;
}
</style>