Shades of Pacific Blue #119DDF
Tints of Pacific Blue #119DDF
RGB
CMYK
RGB Variations
Color information
#119DDF (or 0x119DDF) is known color: Pacific Blue. HEX triplet: 11, 9D and DF. RGB value is (17,157,223). Sum of RGB (Red+Green+Blue) = 17+157+223=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #119DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119DDF is #EE6220. Grayscale: #7A7A7A. Windows color (decimal): -15622689 or 14654737. OLE color: 14654737.
HSL color Cylindrical-coordinate representation of color #119DDF: hue angle of 199.22º 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 #119DDF is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 157 | 223 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.13 |
| HSL | 199.22º | 0.86% | 0.47% | - |
| HSV(B) | 199.22º | 0.92% | 0.87% | - |
| XYZ | 25.61 | 29.56 | 74.17 | - |
| YUV | 122.66 | 184.62 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 223 | 0.92 | 0.30 | 0 | 0.13 | 199.22 | 0.86 | 0.47 |
| Hex | 11 | 9D | DF | 5C | 1E | 0 | D | C7 | 56 | 2F |
| Octal | 21 | 235 | 337 | 134 | 36 | 0 | 15 | 307 | 126 | 57 |
| Binary | 10001 | 10011101 | 11011111 | 1011100 | 11110 | 0 | 1101 | 11000111 | 1010110 | 101111 |
Color Harmonies of #119DDF
Complementary color
Monochromatic Colors of #119DDF
Black with #119DDF
Text Example
Text Example
White with #119DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119DDF; }
p { color: rgb(17,157,223); }
H1.HeaderClassName
{
color: #119DDF;
}
.AnyTagClassName
{
color: #119DDF;
}
</style>
background-color css
<style>
a { background-color: #119DDF; }
a { background-color: rgb(17,157,223); }
div.DivClassName
{
background-color: #119DDF;
}
.BgClassName
{
background-color: #119DDF;
}
</style>
border-color css
<style>
span { border-color: #119DDF; }
span { border-color: rgb(17,157,223); }
td.TdClassName
{
border-color: #119DDF;
}
.TagClassName
{
border-color: #119DDF;
}
</style>