Shades of Pacific Blue #119CBD
Tints of Pacific Blue #119CBD
RGB
CMYK
RGB Variations
Color information
#119CBD (or 0x119CBD) is known color: Pacific Blue. HEX triplet: 11, 9C and BD. RGB value is (17,156,189). Sum of RGB (Red+Green+Blue) = 17+156+189=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #119CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CBD is #EE6342. Grayscale: #757575. Windows color (decimal): -15622979 or 12426257. OLE color: 12426257.
HSL color Cylindrical-coordinate representation of color #119CBD: hue angle of 191.51º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #119CBD is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 156 | 189 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.26 |
| HSL | 191.51º | 0.83% | 0.4% | - |
| HSV(B) | 191.51º | 0.91% | 0.74% | - |
| XYZ | 21.3 | 27.57 | 52.34 | - |
| YUV | 118.2 | 167.95 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 189 | 0.91 | 0.17 | 0 | 0.26 | 191.51 | 0.83 | 0.4 |
| Hex | 11 | 9C | BD | 5B | 11 | 0 | 1A | C0 | 53 | 28 |
| Octal | 21 | 234 | 275 | 133 | 21 | 0 | 32 | 300 | 123 | 50 |
| Binary | 10001 | 10011100 | 10111101 | 1011011 | 10001 | 0 | 11010 | 11000000 | 1010011 | 101000 |
Color Harmonies of #119CBD
Complementary color
Monochromatic Colors of #119CBD
Black with #119CBD
Text Example
Text Example
White with #119CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CBD; }
p { color: rgb(17,156,189); }
H1.HeaderClassName
{
color: #119CBD;
}
.AnyTagClassName
{
color: #119CBD;
}
</style>
background-color css
<style>
a { background-color: #119CBD; }
a { background-color: rgb(17,156,189); }
div.DivClassName
{
background-color: #119CBD;
}
.BgClassName
{
background-color: #119CBD;
}
</style>
border-color css
<style>
span { border-color: #119CBD; }
span { border-color: rgb(17,156,189); }
td.TdClassName
{
border-color: #119CBD;
}
.TagClassName
{
border-color: #119CBD;
}
</style>