Shades of Pacific Blue #119BCD
Tints of Pacific Blue #119BCD
RGB
CMYK
RGB Variations
Color information
#119BCD (or 0x119BCD) is known color: Pacific Blue. HEX triplet: 11, 9B and CD. RGB value is (17,155,205). Sum of RGB (Red+Green+Blue) = 17+155+205=377 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.51% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #119BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119BCD is #EE6432. Grayscale: #777777. Windows color (decimal): -15623219 or 13474577. OLE color: 13474577.
HSL color Cylindrical-coordinate representation of color #119BCD: hue angle of 195.96º 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 #119BCD is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 155 | 205 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.20 |
| HSL | 195.96º | 0.85% | 0.44% | - |
| HSV(B) | 195.96º | 0.92% | 0.8% | - |
| XYZ | 22.97 | 27.97 | 61.95 | - |
| YUV | 119.44 | 176.28 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 205 | 0.92 | 0.24 | 0 | 0.20 | 195.96 | 0.85 | 0.44 |
| Hex | 11 | 9B | CD | 5C | 18 | 0 | 14 | C4 | 55 | 2C |
| Octal | 21 | 233 | 315 | 134 | 30 | 0 | 24 | 304 | 125 | 54 |
| Binary | 10001 | 10011011 | 11001101 | 1011100 | 11000 | 0 | 10100 | 11000100 | 1010101 | 101100 |
Color Harmonies of #119BCD
Complementary color
Monochromatic Colors of #119BCD
Black with #119BCD
Text Example
Text Example
White with #119BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119BCD; }
p { color: rgb(17,155,205); }
H1.HeaderClassName
{
color: #119BCD;
}
.AnyTagClassName
{
color: #119BCD;
}
</style>
background-color css
<style>
a { background-color: #119BCD; }
a { background-color: rgb(17,155,205); }
div.DivClassName
{
background-color: #119BCD;
}
.BgClassName
{
background-color: #119BCD;
}
</style>
border-color css
<style>
span { border-color: #119BCD; }
span { border-color: rgb(17,155,205); }
td.TdClassName
{
border-color: #119BCD;
}
.TagClassName
{
border-color: #119BCD;
}
</style>