Shades of Pacific Blue #118ACF
Tints of Pacific Blue #118ACF
RGB
CMYK
RGB Variations
Color information
#118ACF (or 0x118ACF) is known color: Pacific Blue. HEX triplet: 11, 8A and CF. RGB value is (17,138,207). Sum of RGB (Red+Green+Blue) = 17+138+207=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #118ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ACF is #EE7530. Grayscale: #6D6D6D. Windows color (decimal): -15627569 or 13601297. OLE color: 13601297.
HSL color Cylindrical-coordinate representation of color #118ACF: hue angle of 201.79º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118ACF is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 138 | 207 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.19 |
| HSL | 201.79º | 0.85% | 0.44% | - |
| HSV(B) | 201.79º | 0.92% | 0.81% | - |
| XYZ | 20.58 | 22.8 | 62.35 | - |
| YUV | 109.69 | 182.91 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 138 | 207 | 0.92 | 0.33 | 0 | 0.19 | 201.79 | 0.85 | 0.44 |
| Hex | 11 | 8A | CF | 5C | 21 | 0 | 13 | CA | 55 | 2C |
| Octal | 21 | 212 | 317 | 134 | 41 | 0 | 23 | 312 | 125 | 54 |
| Binary | 10001 | 10001010 | 11001111 | 1011100 | 100001 | 0 | 10011 | 11001010 | 1010101 | 101100 |
Color Harmonies of #118ACF
Complementary color
Monochromatic Colors of #118ACF
Black with #118ACF
Text Example
Text Example
White with #118ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118ACF; }
p { color: rgb(17,138,207); }
H1.HeaderClassName
{
color: #118ACF;
}
.AnyTagClassName
{
color: #118ACF;
}
</style>
background-color css
<style>
a { background-color: #118ACF; }
a { background-color: rgb(17,138,207); }
div.DivClassName
{
background-color: #118ACF;
}
.BgClassName
{
background-color: #118ACF;
}
</style>
border-color css
<style>
span { border-color: #118ACF; }
span { border-color: rgb(17,138,207); }
td.TdClassName
{
border-color: #118ACF;
}
.TagClassName
{
border-color: #118ACF;
}
</style>