Shades of Pacific Blue #138BCF
Tints of Pacific Blue #138BCF
RGB
CMYK
RGB Variations
Color information
#138BCF (or 0x138BCF) is known color: Pacific Blue. HEX triplet: 13, 8B and CF. RGB value is (19,139,207). Sum of RGB (Red+Green+Blue) = 19+139+207=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #138BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BCF is #EC7430. Grayscale: #6E6E6E. Windows color (decimal): -15496241 or 13601555. OLE color: 13601555.
HSL color Cylindrical-coordinate representation of color #138BCF: hue angle of 201.7º 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 #138BCF is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 139 | 207 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.19 |
| HSL | 201.7º | 0.83% | 0.44% | - |
| HSV(B) | 201.7º | 0.91% | 0.81% | - |
| XYZ | 20.76 | 23.11 | 62.4 | - |
| YUV | 110.87 | 182.24 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 207 | 0.91 | 0.33 | 0 | 0.19 | 201.7 | 0.83 | 0.44 |
| Hex | 13 | 8B | CF | 5B | 21 | 0 | 13 | CA | 53 | 2C |
| Octal | 23 | 213 | 317 | 133 | 41 | 0 | 23 | 312 | 123 | 54 |
| Binary | 10011 | 10001011 | 11001111 | 1011011 | 100001 | 0 | 10011 | 11001010 | 1010011 | 101100 |
Color Harmonies of #138BCF
Complementary color
Monochromatic Colors of #138BCF
Black with #138BCF
Text Example
Text Example
White with #138BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138BCF; }
p { color: rgb(19,139,207); }
H1.HeaderClassName
{
color: #138BCF;
}
.AnyTagClassName
{
color: #138BCF;
}
</style>
background-color css
<style>
a { background-color: #138BCF; }
a { background-color: rgb(19,139,207); }
div.DivClassName
{
background-color: #138BCF;
}
.BgClassName
{
background-color: #138BCF;
}
</style>
border-color css
<style>
span { border-color: #138BCF; }
span { border-color: rgb(19,139,207); }
td.TdClassName
{
border-color: #138BCF;
}
.TagClassName
{
border-color: #138BCF;
}
</style>