Shades of Pacific Blue #138ACF
Tints of Pacific Blue #138ACF
RGB
CMYK
RGB Variations
Color information
#138ACF (or 0x138ACF) is known color: Pacific Blue. HEX triplet: 13, 8A and CF. RGB value is (19,138,207). Sum of RGB (Red+Green+Blue) = 19+138+207=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #138ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138ACF is #EC7530. Grayscale: #6D6D6D. Windows color (decimal): -15496497 or 13601299. OLE color: 13601299.
HSL color Cylindrical-coordinate representation of color #138ACF: hue angle of 202.02º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138ACF is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 138 | 207 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.19 |
| HSL | 202.02º | 0.83% | 0.44% | - |
| HSV(B) | 202.02º | 0.91% | 0.81% | - |
| XYZ | 20.62 | 22.82 | 62.35 | - |
| YUV | 110.29 | 182.58 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 207 | 0.91 | 0.33 | 0 | 0.19 | 202.02 | 0.83 | 0.44 |
| Hex | 13 | 8A | CF | 5B | 21 | 0 | 13 | CA | 53 | 2C |
| Octal | 23 | 212 | 317 | 133 | 41 | 0 | 23 | 312 | 123 | 54 |
| Binary | 10011 | 10001010 | 11001111 | 1011011 | 100001 | 0 | 10011 | 11001010 | 1010011 | 101100 |
Color Harmonies of #138ACF
Complementary color
Monochromatic Colors of #138ACF
Black with #138ACF
Text Example
Text Example
White with #138ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138ACF; }
p { color: rgb(19,138,207); }
H1.HeaderClassName
{
color: #138ACF;
}
.AnyTagClassName
{
color: #138ACF;
}
</style>
background-color css
<style>
a { background-color: #138ACF; }
a { background-color: rgb(19,138,207); }
div.DivClassName
{
background-color: #138ACF;
}
.BgClassName
{
background-color: #138ACF;
}
</style>
border-color css
<style>
span { border-color: #138ACF; }
span { border-color: rgb(19,138,207); }
td.TdClassName
{
border-color: #138ACF;
}
.TagClassName
{
border-color: #138ACF;
}
</style>