Shades of Pacific Blue #119CE0
Tints of Pacific Blue #119CE0
RGB
CMYK
RGB Variations
Color information
#119CE0 (or 0x119CE0) is known color: Pacific Blue. HEX triplet: 11, 9C and E0. RGB value is (17,156,224). Sum of RGB (Red+Green+Blue) = 17+156+224=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #119CE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CE0 is #EE631F. Grayscale: #797979. Windows color (decimal): -15622944 or 14720017. OLE color: 14720017.
HSL color Cylindrical-coordinate representation of color #119CE0: hue angle of 199.71º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119CE0 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 156 | 224 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.12 |
| HSL | 199.71º | 0.86% | 0.47% | - |
| HSV(B) | 199.71º | 0.92% | 0.88% | - |
| XYZ | 25.57 | 29.28 | 74.82 | - |
| YUV | 122.19 | 185.45 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 224 | 0.92 | 0.30 | 0 | 0.12 | 199.71 | 0.86 | 0.47 |
| Hex | 11 | 9C | E0 | 5C | 1E | 0 | C | C8 | 56 | 2F |
| Octal | 21 | 234 | 340 | 134 | 36 | 0 | 14 | 310 | 126 | 57 |
| Binary | 10001 | 10011100 | 11100000 | 1011100 | 11110 | 0 | 1100 | 11001000 | 1010110 | 101111 |
Color Harmonies of #119CE0
Complementary color
Monochromatic Colors of #119CE0
Black with #119CE0
Text Example
Text Example
White with #119CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CE0; }
p { color: rgb(17,156,224); }
H1.HeaderClassName
{
color: #119CE0;
}
.AnyTagClassName
{
color: #119CE0;
}
</style>
background-color css
<style>
a { background-color: #119CE0; }
a { background-color: rgb(17,156,224); }
div.DivClassName
{
background-color: #119CE0;
}
.BgClassName
{
background-color: #119CE0;
}
</style>
border-color css
<style>
span { border-color: #119CE0; }
span { border-color: rgb(17,156,224); }
td.TdClassName
{
border-color: #119CE0;
}
.TagClassName
{
border-color: #119CE0;
}
</style>