Shades of Pacific Blue #1099CC
Tints of Pacific Blue #1099CC
RGB
CMYK
RGB Variations
Color information
#1099CC (or 0x1099CC) is known color: Pacific Blue. HEX triplet: 10, 99 and CC. RGB value is (16,153,204). Sum of RGB (Red+Green+Blue) = 16+153+204=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #1099CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1099CC is #EF6633. Grayscale: #757575. Windows color (decimal): -15689268 or 13408528. OLE color: 13408528.
HSL color Cylindrical-coordinate representation of color #1099CC: hue angle of 196.28º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1099CC is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 153 | 204 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.2 |
| HSL | 196.28º | 0.85% | 0.43% | - |
| HSV(B) | 196.28º | 0.92% | 0.8% | - |
| XYZ | 22.5 | 27.25 | 61.2 | - |
| YUV | 117.85 | 176.61 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 204 | 0.92 | 0.25 | 0 | 0.2 | 196.28 | 0.85 | 0.43 |
| Hex | 10 | 99 | CC | 5C | 19 | 0 | 14 | C4 | 55 | 2B |
| Octal | 20 | 231 | 314 | 134 | 31 | 0 | 24 | 304 | 125 | 53 |
| Binary | 10000 | 10011001 | 11001100 | 1011100 | 11001 | 0 | 10100 | 11000100 | 1010101 | 101011 |
Color Harmonies of #1099CC
Complementary color
Monochromatic Colors of #1099CC
Black with #1099CC
Text Example
Text Example
White with #1099CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1099CC; }
p { color: rgb(16,153,204); }
H1.HeaderClassName
{
color: #1099CC;
}
.AnyTagClassName
{
color: #1099CC;
}
</style>
background-color css
<style>
a { background-color: #1099CC; }
a { background-color: rgb(16,153,204); }
div.DivClassName
{
background-color: #1099CC;
}
.BgClassName
{
background-color: #1099CC;
}
</style>
border-color css
<style>
span { border-color: #1099CC; }
span { border-color: rgb(16,153,204); }
td.TdClassName
{
border-color: #1099CC;
}
.TagClassName
{
border-color: #1099CC;
}
</style>