Shades of Pacific Blue #138CCE
Tints of Pacific Blue #138CCE
RGB
CMYK
RGB Variations
Color information
#138CCE (or 0x138CCE) is known color: Pacific Blue. HEX triplet: 13, 8C and CE. RGB value is (19,140,206). Sum of RGB (Red+Green+Blue) = 19+140+206=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #138CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CCE is #EC7331. Grayscale: #6E6E6E. Windows color (decimal): -15495986 or 13536275. OLE color: 13536275.
HSL color Cylindrical-coordinate representation of color #138CCE: hue angle of 201.18º 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 #138CCE is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 140 | 206 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.19 |
| HSL | 201.18º | 0.83% | 0.44% | - |
| HSV(B) | 201.18º | 0.91% | 0.81% | - |
| XYZ | 20.79 | 23.35 | 61.8 | - |
| YUV | 111.35 | 181.41 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 206 | 0.91 | 0.32 | 0 | 0.19 | 201.18 | 0.83 | 0.44 |
| Hex | 13 | 8C | CE | 5B | 20 | 0 | 13 | C9 | 53 | 2C |
| Octal | 23 | 214 | 316 | 133 | 40 | 0 | 23 | 311 | 123 | 54 |
| Binary | 10011 | 10001100 | 11001110 | 1011011 | 100000 | 0 | 10011 | 11001001 | 1010011 | 101100 |
Color Harmonies of #138CCE
Complementary color
Monochromatic Colors of #138CCE
Black with #138CCE
Text Example
Text Example
White with #138CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CCE; }
p { color: rgb(19,140,206); }
H1.HeaderClassName
{
color: #138CCE;
}
.AnyTagClassName
{
color: #138CCE;
}
</style>
background-color css
<style>
a { background-color: #138CCE; }
a { background-color: rgb(19,140,206); }
div.DivClassName
{
background-color: #138CCE;
}
.BgClassName
{
background-color: #138CCE;
}
</style>
border-color css
<style>
span { border-color: #138CCE; }
span { border-color: rgb(19,140,206); }
td.TdClassName
{
border-color: #138CCE;
}
.TagClassName
{
border-color: #138CCE;
}
</style>