Shades of Pacific Blue #119ADF
Tints of Pacific Blue #119ADF
RGB
CMYK
RGB Variations
Color information
#119ADF (or 0x119ADF) is known color: Pacific Blue. HEX triplet: 11, 9A and DF. RGB value is (17,154,223). Sum of RGB (Red+Green+Blue) = 17+154+223=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #119ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119ADF is #EE6520. Grayscale: #787878. Windows color (decimal): -15623457 or 14653969. OLE color: 14653969.
HSL color Cylindrical-coordinate representation of color #119ADF: hue angle of 200.1º 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 #119ADF is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 154 | 223 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.13 |
| HSL | 200.1º | 0.86% | 0.47% | - |
| HSV(B) | 200.1º | 0.92% | 0.87% | - |
| XYZ | 25.11 | 28.56 | 74 | - |
| YUV | 120.9 | 185.61 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 223 | 0.92 | 0.31 | 0 | 0.13 | 200.1 | 0.86 | 0.47 |
| Hex | 11 | 9A | DF | 5C | 1F | 0 | D | C8 | 56 | 2F |
| Octal | 21 | 232 | 337 | 134 | 37 | 0 | 15 | 310 | 126 | 57 |
| Binary | 10001 | 10011010 | 11011111 | 1011100 | 11111 | 0 | 1101 | 11001000 | 1010110 | 101111 |
Color Harmonies of #119ADF
Complementary color
Monochromatic Colors of #119ADF
Black with #119ADF
Text Example
Text Example
White with #119ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119ADF; }
p { color: rgb(17,154,223); }
H1.HeaderClassName
{
color: #119ADF;
}
.AnyTagClassName
{
color: #119ADF;
}
</style>
background-color css
<style>
a { background-color: #119ADF; }
a { background-color: rgb(17,154,223); }
div.DivClassName
{
background-color: #119ADF;
}
.BgClassName
{
background-color: #119ADF;
}
</style>
border-color css
<style>
span { border-color: #119ADF; }
span { border-color: rgb(17,154,223); }
td.TdClassName
{
border-color: #119ADF;
}
.TagClassName
{
border-color: #119ADF;
}
</style>