Shades of Pacific Blue #138ACE
Tints of Pacific Blue #138ACE
RGB
CMYK
RGB Variations
Color information
#138ACE (or 0x138ACE) is known color: Pacific Blue. HEX triplet: 13, 8A and CE. RGB value is (19,138,206). Sum of RGB (Red+Green+Blue) = 19+138+206=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #138ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138ACE is #EC7531. Grayscale: #6D6D6D. Windows color (decimal): -15496498 or 13535763. OLE color: 13535763.
HSL color Cylindrical-coordinate representation of color #138ACE: hue angle of 201.82º 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 #138ACE is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 138 | 206 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.19 |
| HSL | 201.82º | 0.83% | 0.44% | - |
| HSV(B) | 201.82º | 0.91% | 0.81% | - |
| XYZ | 20.5 | 22.77 | 61.71 | - |
| YUV | 110.17 | 182.08 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 206 | 0.91 | 0.33 | 0 | 0.19 | 201.82 | 0.83 | 0.44 |
| Hex | 13 | 8A | CE | 5B | 21 | 0 | 13 | CA | 53 | 2C |
| Octal | 23 | 212 | 316 | 133 | 41 | 0 | 23 | 312 | 123 | 54 |
| Binary | 10011 | 10001010 | 11001110 | 1011011 | 100001 | 0 | 10011 | 11001010 | 1010011 | 101100 |
Color Harmonies of #138ACE
Complementary color
Monochromatic Colors of #138ACE
Black with #138ACE
Text Example
Text Example
White with #138ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138ACE; }
p { color: rgb(19,138,206); }
H1.HeaderClassName
{
color: #138ACE;
}
.AnyTagClassName
{
color: #138ACE;
}
</style>
background-color css
<style>
a { background-color: #138ACE; }
a { background-color: rgb(19,138,206); }
div.DivClassName
{
background-color: #138ACE;
}
.BgClassName
{
background-color: #138ACE;
}
</style>
border-color css
<style>
span { border-color: #138ACE; }
span { border-color: rgb(19,138,206); }
td.TdClassName
{
border-color: #138ACE;
}
.TagClassName
{
border-color: #138ACE;
}
</style>