Shades of Pacific Blue #1090C2
Tints of Pacific Blue #1090C2
RGB
CMYK
RGB Variations
Color information
#1090C2 (or 0x1090C2) is known color: Pacific Blue. HEX triplet: 10, 90 and C2. RGB value is (16,144,194). Sum of RGB (Red+Green+Blue) = 16+144+194=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 194 (76.17% from 255 or 54.80% from 354); Max value from RGB is 194 - color contains mainly: blue. Hex color #1090C2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1090C2 is #EF6F3D. Grayscale: #6F6F6F. Windows color (decimal): -15691582 or 12750864. OLE color: 12750864.
HSL color Cylindrical-coordinate representation of color #1090C2: hue angle of 196.85º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1090C2 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 144 | 194 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.24 |
| HSL | 196.85º | 0.85% | 0.41% | - |
| HSV(B) | 196.85º | 0.92% | 0.76% | - |
| XYZ | 19.92 | 23.95 | 54.61 | - |
| YUV | 111.43 | 174.59 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 194 | 0.92 | 0.26 | 0 | 0.24 | 196.85 | 0.85 | 0.41 |
| Hex | 10 | 90 | C2 | 5C | 1A | 0 | 18 | C5 | 55 | 29 |
| Octal | 20 | 220 | 302 | 134 | 32 | 0 | 30 | 305 | 125 | 51 |
| Binary | 10000 | 10010000 | 11000010 | 1011100 | 11010 | 0 | 11000 | 11000101 | 1010101 | 101001 |
Color Harmonies of #1090C2
Complementary color
Monochromatic Colors of #1090C2
Black with #1090C2
Text Example
Text Example
White with #1090C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1090C2; }
p { color: rgb(16,144,194); }
H1.HeaderClassName
{
color: #1090C2;
}
.AnyTagClassName
{
color: #1090C2;
}
</style>
background-color css
<style>
a { background-color: #1090C2; }
a { background-color: rgb(16,144,194); }
div.DivClassName
{
background-color: #1090C2;
}
.BgClassName
{
background-color: #1090C2;
}
</style>
border-color css
<style>
span { border-color: #1090C2; }
span { border-color: rgb(16,144,194); }
td.TdClassName
{
border-color: #1090C2;
}
.TagClassName
{
border-color: #1090C2;
}
</style>