Shades of Pacific Blue #138ACD
Tints of Pacific Blue #138ACD
RGB
CMYK
RGB Variations
Color information
#138ACD (or 0x138ACD) is known color: Pacific Blue. HEX triplet: 13, 8A and CD. RGB value is (19,138,205). Sum of RGB (Red+Green+Blue) = 19+138+205=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #138ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138ACD is #EC7532. Grayscale: #6D6D6D. Windows color (decimal): -15496499 or 13470227. OLE color: 13470227.
HSL color Cylindrical-coordinate representation of color #138ACD: hue angle of 201.61º 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 #138ACD is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 138 | 205 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.20 |
| HSL | 201.61º | 0.83% | 0.44% | - |
| HSV(B) | 201.61º | 0.91% | 0.8% | - |
| XYZ | 20.38 | 22.72 | 61.07 | - |
| YUV | 110.06 | 181.58 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 205 | 0.91 | 0.33 | 0 | 0.20 | 201.61 | 0.83 | 0.44 |
| Hex | 13 | 8A | CD | 5B | 21 | 0 | 14 | CA | 53 | 2C |
| Octal | 23 | 212 | 315 | 133 | 41 | 0 | 24 | 312 | 123 | 54 |
| Binary | 10011 | 10001010 | 11001101 | 1011011 | 100001 | 0 | 10100 | 11001010 | 1010011 | 101100 |
Color Harmonies of #138ACD
Complementary color
Monochromatic Colors of #138ACD
Black with #138ACD
Text Example
Text Example
White with #138ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138ACD; }
p { color: rgb(19,138,205); }
H1.HeaderClassName
{
color: #138ACD;
}
.AnyTagClassName
{
color: #138ACD;
}
</style>
background-color css
<style>
a { background-color: #138ACD; }
a { background-color: rgb(19,138,205); }
div.DivClassName
{
background-color: #138ACD;
}
.BgClassName
{
background-color: #138ACD;
}
</style>
border-color css
<style>
span { border-color: #138ACD; }
span { border-color: rgb(19,138,205); }
td.TdClassName
{
border-color: #138ACD;
}
.TagClassName
{
border-color: #138ACD;
}
</style>