Shades of Pacific Blue #138CC8
Tints of Pacific Blue #138CC8
RGB
CMYK
RGB Variations
Color information
#138CC8 (or 0x138CC8) is known color: Pacific Blue. HEX triplet: 13, 8C and C8. RGB value is (19,140,200). Sum of RGB (Red+Green+Blue) = 19+140+200=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 200 (78.52% from 255 or 55.71% from 359); Max value from RGB is 200 - color contains mainly: blue. Hex color #138CC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CC8 is #EC7337. Grayscale: #6E6E6E. Windows color (decimal): -15495992 or 13143059. OLE color: 13143059.
HSL color Cylindrical-coordinate representation of color #138CC8: hue angle of 199.89º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #138CC8 is Cyan = 0.90, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 140 | 200 | - |
| CMYK | 0.90 | 0.3 | 0 | 0.22 |
| HSL | 199.89º | 0.83% | 0.43% | - |
| HSV(B) | 199.89º | 0.91% | 0.78% | - |
| XYZ | 20.07 | 23.06 | 58.04 | - |
| YUV | 110.66 | 178.41 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 200 | 0.90 | 0.3 | 0 | 0.22 | 199.89 | 0.83 | 0.43 |
| Hex | 13 | 8C | C8 | 5A | 1E | 0 | 16 | C8 | 53 | 2B |
| Octal | 23 | 214 | 310 | 132 | 36 | 0 | 26 | 310 | 123 | 53 |
| Binary | 10011 | 10001100 | 11001000 | 1011010 | 11110 | 0 | 10110 | 11001000 | 1010011 | 101011 |
Color Harmonies of #138CC8
Complementary color
Monochromatic Colors of #138CC8
Black with #138CC8
Text Example
Text Example
White with #138CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CC8; }
p { color: rgb(19,140,200); }
H1.HeaderClassName
{
color: #138CC8;
}
.AnyTagClassName
{
color: #138CC8;
}
</style>
background-color css
<style>
a { background-color: #138CC8; }
a { background-color: rgb(19,140,200); }
div.DivClassName
{
background-color: #138CC8;
}
.BgClassName
{
background-color: #138CC8;
}
</style>
border-color css
<style>
span { border-color: #138CC8; }
span { border-color: rgb(19,140,200); }
td.TdClassName
{
border-color: #138CC8;
}
.TagClassName
{
border-color: #138CC8;
}
</style>