Shades of Pacific Blue #119BDF
Tints of Pacific Blue #119BDF
RGB
CMYK
RGB Variations
Color information
#119BDF (or 0x119BDF) is known color: Pacific Blue. HEX triplet: 11, 9B and DF. RGB value is (17,155,223). Sum of RGB (Red+Green+Blue) = 17+155+223=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #119BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119BDF is #EE6420. Grayscale: #797979. Windows color (decimal): -15623201 or 14654225. OLE color: 14654225.
HSL color Cylindrical-coordinate representation of color #119BDF: hue angle of 199.81º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119BDF is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 155 | 223 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.13 |
| HSL | 199.81º | 0.86% | 0.47% | - |
| HSV(B) | 199.81º | 0.92% | 0.87% | - |
| XYZ | 25.27 | 28.89 | 74.06 | - |
| YUV | 121.49 | 185.28 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 223 | 0.92 | 0.30 | 0 | 0.13 | 199.81 | 0.86 | 0.47 |
| Hex | 11 | 9B | DF | 5C | 1E | 0 | D | C8 | 56 | 2F |
| Octal | 21 | 233 | 337 | 134 | 36 | 0 | 15 | 310 | 126 | 57 |
| Binary | 10001 | 10011011 | 11011111 | 1011100 | 11110 | 0 | 1101 | 11001000 | 1010110 | 101111 |
Color Harmonies of #119BDF
Complementary color
Monochromatic Colors of #119BDF
Black with #119BDF
Text Example
Text Example
White with #119BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119BDF; }
p { color: rgb(17,155,223); }
H1.HeaderClassName
{
color: #119BDF;
}
.AnyTagClassName
{
color: #119BDF;
}
</style>
background-color css
<style>
a { background-color: #119BDF; }
a { background-color: rgb(17,155,223); }
div.DivClassName
{
background-color: #119BDF;
}
.BgClassName
{
background-color: #119BDF;
}
</style>
border-color css
<style>
span { border-color: #119BDF; }
span { border-color: rgb(17,155,223); }
td.TdClassName
{
border-color: #119BDF;
}
.TagClassName
{
border-color: #119BDF;
}
</style>