Shades of Pacific Blue #138CCF
Tints of Pacific Blue #138CCF
RGB
CMYK
RGB Variations
Color information
#138CCF (or 0x138CCF) is known color: Pacific Blue. HEX triplet: 13, 8C and CF. RGB value is (19,140,207). Sum of RGB (Red+Green+Blue) = 19+140+207=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #138CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CCF is #EC7330. Grayscale: #6F6F6F. Windows color (decimal): -15495985 or 13601811. OLE color: 13601811.
HSL color Cylindrical-coordinate representation of color #138CCF: hue angle of 201.38º 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 #138CCF is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 140 | 207 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.19 |
| HSL | 201.38º | 0.83% | 0.44% | - |
| HSV(B) | 201.38º | 0.91% | 0.81% | - |
| XYZ | 20.91 | 23.4 | 62.45 | - |
| YUV | 111.46 | 181.91 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 207 | 0.91 | 0.32 | 0 | 0.19 | 201.38 | 0.83 | 0.44 |
| Hex | 13 | 8C | CF | 5B | 20 | 0 | 13 | C9 | 53 | 2C |
| Octal | 23 | 214 | 317 | 133 | 40 | 0 | 23 | 311 | 123 | 54 |
| Binary | 10011 | 10001100 | 11001111 | 1011011 | 100000 | 0 | 10011 | 11001001 | 1010011 | 101100 |
Color Harmonies of #138CCF
Complementary color
Monochromatic Colors of #138CCF
Black with #138CCF
Text Example
Text Example
White with #138CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CCF; }
p { color: rgb(19,140,207); }
H1.HeaderClassName
{
color: #138CCF;
}
.AnyTagClassName
{
color: #138CCF;
}
</style>
background-color css
<style>
a { background-color: #138CCF; }
a { background-color: rgb(19,140,207); }
div.DivClassName
{
background-color: #138CCF;
}
.BgClassName
{
background-color: #138CCF;
}
</style>
border-color css
<style>
span { border-color: #138CCF; }
span { border-color: rgb(19,140,207); }
td.TdClassName
{
border-color: #138CCF;
}
.TagClassName
{
border-color: #138CCF;
}
</style>