Shades of Pacific Blue #138FD0
Tints of Pacific Blue #138FD0
RGB
CMYK
RGB Variations
Color information
#138FD0 (or 0x138FD0) is known color: Pacific Blue. HEX triplet: 13, 8F and D0. RGB value is (19,143,208). Sum of RGB (Red+Green+Blue) = 19+143+208=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 208 (81.64% from 255 or 56.22% from 370); Max value from RGB is 208 - color contains mainly: blue. Hex color #138FD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FD0 is #EC702F. Grayscale: #707070. Windows color (decimal): -15495216 or 13668115. OLE color: 13668115.
HSL color Cylindrical-coordinate representation of color #138FD0: hue angle of 200.63º 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 #138FD0 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 143 | 208 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.18 |
| HSL | 200.63º | 0.83% | 0.45% | - |
| HSV(B) | 200.63º | 0.91% | 0.82% | - |
| XYZ | 21.48 | 24.34 | 63.24 | - |
| YUV | 113.33 | 181.42 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 143 | 208 | 0.91 | 0.31 | 0 | 0.18 | 200.63 | 0.83 | 0.45 |
| Hex | 13 | 8F | D0 | 5B | 1F | 0 | 12 | C9 | 53 | 2D |
| Octal | 23 | 217 | 320 | 133 | 37 | 0 | 22 | 311 | 123 | 55 |
| Binary | 10011 | 10001111 | 11010000 | 1011011 | 11111 | 0 | 10010 | 11001001 | 1010011 | 101101 |
Color Harmonies of #138FD0
Complementary color
Monochromatic Colors of #138FD0
Black with #138FD0
Text Example
Text Example
White with #138FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138FD0; }
p { color: rgb(19,143,208); }
H1.HeaderClassName
{
color: #138FD0;
}
.AnyTagClassName
{
color: #138FD0;
}
</style>
background-color css
<style>
a { background-color: #138FD0; }
a { background-color: rgb(19,143,208); }
div.DivClassName
{
background-color: #138FD0;
}
.BgClassName
{
background-color: #138FD0;
}
</style>
border-color css
<style>
span { border-color: #138FD0; }
span { border-color: rgb(19,143,208); }
td.TdClassName
{
border-color: #138FD0;
}
.TagClassName
{
border-color: #138FD0;
}
</style>