Shades of Pacific Blue #118ACD
Tints of Pacific Blue #118ACD
RGB
CMYK
RGB Variations
Color information
#118ACD (or 0x118ACD) is known color: Pacific Blue. HEX triplet: 11, 8A and CD. RGB value is (17,138,205). Sum of RGB (Red+Green+Blue) = 17+138+205=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #118ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ACD is #EE7532. Grayscale: #6D6D6D. Windows color (decimal): -15627571 or 13470225. OLE color: 13470225.
HSL color Cylindrical-coordinate representation of color #118ACD: hue angle of 201.38º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118ACD is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 138 | 205 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.20 |
| HSL | 201.38º | 0.85% | 0.44% | - |
| HSV(B) | 201.38º | 0.92% | 0.8% | - |
| XYZ | 20.34 | 22.7 | 61.07 | - |
| YUV | 109.46 | 181.91 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 138 | 205 | 0.92 | 0.33 | 0 | 0.20 | 201.38 | 0.85 | 0.44 |
| Hex | 11 | 8A | CD | 5C | 21 | 0 | 14 | C9 | 55 | 2C |
| Octal | 21 | 212 | 315 | 134 | 41 | 0 | 24 | 311 | 125 | 54 |
| Binary | 10001 | 10001010 | 11001101 | 1011100 | 100001 | 0 | 10100 | 11001001 | 1010101 | 101100 |
Color Harmonies of #118ACD
Complementary color
Monochromatic Colors of #118ACD
Black with #118ACD
Text Example
Text Example
White with #118ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118ACD; }
p { color: rgb(17,138,205); }
H1.HeaderClassName
{
color: #118ACD;
}
.AnyTagClassName
{
color: #118ACD;
}
</style>
background-color css
<style>
a { background-color: #118ACD; }
a { background-color: rgb(17,138,205); }
div.DivClassName
{
background-color: #118ACD;
}
.BgClassName
{
background-color: #118ACD;
}
</style>
border-color css
<style>
span { border-color: #118ACD; }
span { border-color: rgb(17,138,205); }
td.TdClassName
{
border-color: #118ACD;
}
.TagClassName
{
border-color: #118ACD;
}
</style>