Shades of Pacific Blue #138ED6
Tints of Pacific Blue #138ED6
RGB
CMYK
RGB Variations
Color information
#138ED6 (or 0x138ED6) is known color: Pacific Blue. HEX triplet: 13, 8E and D6. RGB value is (19,142,214). Sum of RGB (Red+Green+Blue) = 19+142+214=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 214 (83.98% from 255 or 57.07% from 375); Max value from RGB is 214 - color contains mainly: blue. Hex color #138ED6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138ED6 is #EC7129. Grayscale: #717171. Windows color (decimal): -15495466 or 14061075. OLE color: 14061075.
HSL color Cylindrical-coordinate representation of color #138ED6: hue angle of 202.15º 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 #138ED6 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 142 | 214 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.16 |
| HSL | 202.15º | 0.84% | 0.46% | - |
| HSV(B) | 202.15º | 0.91% | 0.84% | - |
| XYZ | 22.08 | 24.34 | 67.15 | - |
| YUV | 113.43 | 184.75 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 214 | 0.91 | 0.34 | 0 | 0.16 | 202.15 | 0.84 | 0.46 |
| Hex | 13 | 8E | D6 | 5B | 22 | 0 | 10 | CA | 54 | 2E |
| Octal | 23 | 216 | 326 | 133 | 42 | 0 | 20 | 312 | 124 | 56 |
| Binary | 10011 | 10001110 | 11010110 | 1011011 | 100010 | 0 | 10000 | 11001010 | 1010100 | 101110 |
Color Harmonies of #138ED6
Complementary color
Monochromatic Colors of #138ED6
Black with #138ED6
Text Example
Text Example
White with #138ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138ED6; }
p { color: rgb(19,142,214); }
H1.HeaderClassName
{
color: #138ED6;
}
.AnyTagClassName
{
color: #138ED6;
}
</style>
background-color css
<style>
a { background-color: #138ED6; }
a { background-color: rgb(19,142,214); }
div.DivClassName
{
background-color: #138ED6;
}
.BgClassName
{
background-color: #138ED6;
}
</style>
border-color css
<style>
span { border-color: #138ED6; }
span { border-color: rgb(19,142,214); }
td.TdClassName
{
border-color: #138ED6;
}
.TagClassName
{
border-color: #138ED6;
}
</style>