Shades of Pacific Blue #1099D1
Tints of Pacific Blue #1099D1
RGB
CMYK
RGB Variations
Color information
#1099D1 (or 0x1099D1) is known color: Pacific Blue. HEX triplet: 10, 99 and D1. RGB value is (16,153,209). Sum of RGB (Red+Green+Blue) = 16+153+209=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 209 (82.03% from 255 or 55.29% from 378); Max value from RGB is 209 - color contains mainly: blue. Hex color #1099D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1099D1 is #EF662E. Grayscale: #767676. Windows color (decimal): -15689263 or 13736208. OLE color: 13736208.
HSL color Cylindrical-coordinate representation of color #1099D1: hue angle of 197.41º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1099D1 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 153 | 209 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.18 |
| HSL | 197.41º | 0.86% | 0.44% | - |
| HSV(B) | 197.41º | 0.92% | 0.82% | - |
| XYZ | 23.11 | 27.5 | 64.41 | - |
| YUV | 118.42 | 179.11 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 209 | 0.92 | 0.27 | 0 | 0.18 | 197.41 | 0.86 | 0.44 |
| Hex | 10 | 99 | D1 | 5C | 1B | 0 | 12 | C5 | 56 | 2C |
| Octal | 20 | 231 | 321 | 134 | 33 | 0 | 22 | 305 | 126 | 54 |
| Binary | 10000 | 10011001 | 11010001 | 1011100 | 11011 | 0 | 10010 | 11000101 | 1010110 | 101100 |
Color Harmonies of #1099D1
Complementary color
Monochromatic Colors of #1099D1
Black with #1099D1
Text Example
Text Example
White with #1099D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1099D1; }
p { color: rgb(16,153,209); }
H1.HeaderClassName
{
color: #1099D1;
}
.AnyTagClassName
{
color: #1099D1;
}
</style>
background-color css
<style>
a { background-color: #1099D1; }
a { background-color: rgb(16,153,209); }
div.DivClassName
{
background-color: #1099D1;
}
.BgClassName
{
background-color: #1099D1;
}
</style>
border-color css
<style>
span { border-color: #1099D1; }
span { border-color: rgb(16,153,209); }
td.TdClassName
{
border-color: #1099D1;
}
.TagClassName
{
border-color: #1099D1;
}
</style>