Shades of Pacific Blue #138ACC
Tints of Pacific Blue #138ACC
RGB
CMYK
RGB Variations
Color information
#138ACC (or 0x138ACC) is known color: Pacific Blue. HEX triplet: 13, 8A and CC. RGB value is (19,138,204). Sum of RGB (Red+Green+Blue) = 19+138+204=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #138ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138ACC is #EC7533. Grayscale: #6D6D6D. Windows color (decimal): -15496500 or 13404691. OLE color: 13404691.
HSL color Cylindrical-coordinate representation of color #138ACC: hue angle of 201.41º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138ACC is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 138 | 204 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.2 |
| HSL | 201.41º | 0.83% | 0.44% | - |
| HSV(B) | 201.41º | 0.91% | 0.8% | - |
| XYZ | 20.26 | 22.68 | 60.44 | - |
| YUV | 109.94 | 181.08 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 204 | 0.91 | 0.32 | 0 | 0.2 | 201.41 | 0.83 | 0.44 |
| Hex | 13 | 8A | CC | 5B | 20 | 0 | 14 | C9 | 53 | 2C |
| Octal | 23 | 212 | 314 | 133 | 40 | 0 | 24 | 311 | 123 | 54 |
| Binary | 10011 | 10001010 | 11001100 | 1011011 | 100000 | 0 | 10100 | 11001001 | 1010011 | 101100 |
Color Harmonies of #138ACC
Complementary color
Monochromatic Colors of #138ACC
Black with #138ACC
Text Example
Text Example
White with #138ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138ACC; }
p { color: rgb(19,138,204); }
H1.HeaderClassName
{
color: #138ACC;
}
.AnyTagClassName
{
color: #138ACC;
}
</style>
background-color css
<style>
a { background-color: #138ACC; }
a { background-color: rgb(19,138,204); }
div.DivClassName
{
background-color: #138ACC;
}
.BgClassName
{
background-color: #138ACC;
}
</style>
border-color css
<style>
span { border-color: #138ACC; }
span { border-color: rgb(19,138,204); }
td.TdClassName
{
border-color: #138ACC;
}
.TagClassName
{
border-color: #138ACC;
}
</style>