Shades of Pacific Blue #138CDA
Tints of Pacific Blue #138CDA
RGB
CMYK
RGB Variations
Color information
#138CDA (or 0x138CDA) is known color: Pacific Blue. HEX triplet: 13, 8C and DA. RGB value is (19,140,218). Sum of RGB (Red+Green+Blue) = 19+140+218=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #138CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CDA is #EC7325. Grayscale: #707070. Windows color (decimal): -15495974 or 14322707. OLE color: 14322707.
HSL color Cylindrical-coordinate representation of color #138CDA: hue angle of 203.52º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138CDA is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 140 | 218 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.15 |
| HSL | 203.52º | 0.84% | 0.46% | - |
| HSV(B) | 203.52º | 0.91% | 0.85% | - |
| XYZ | 22.3 | 23.96 | 69.78 | - |
| YUV | 112.71 | 187.41 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 218 | 0.91 | 0.36 | 0 | 0.15 | 203.52 | 0.84 | 0.46 |
| Hex | 13 | 8C | DA | 5B | 24 | 0 | F | CC | 54 | 2E |
| Octal | 23 | 214 | 332 | 133 | 44 | 0 | 17 | 314 | 124 | 56 |
| Binary | 10011 | 10001100 | 11011010 | 1011011 | 100100 | 0 | 1111 | 11001100 | 1010100 | 101110 |
Color Harmonies of #138CDA
Complementary color
Monochromatic Colors of #138CDA
Black with #138CDA
Text Example
Text Example
White with #138CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CDA; }
p { color: rgb(19,140,218); }
H1.HeaderClassName
{
color: #138CDA;
}
.AnyTagClassName
{
color: #138CDA;
}
</style>
background-color css
<style>
a { background-color: #138CDA; }
a { background-color: rgb(19,140,218); }
div.DivClassName
{
background-color: #138CDA;
}
.BgClassName
{
background-color: #138CDA;
}
</style>
border-color css
<style>
span { border-color: #138CDA; }
span { border-color: rgb(19,140,218); }
td.TdClassName
{
border-color: #138CDA;
}
.TagClassName
{
border-color: #138CDA;
}
</style>