Shades of Pacific Blue #1088D0
Tints of Pacific Blue #1088D0
RGB
CMYK
RGB Variations
Color information
#1088D0 (or 0x1088D0) is known color: Pacific Blue. HEX triplet: 10, 88 and D0. RGB value is (16,136,208). Sum of RGB (Red+Green+Blue) = 16+136+208=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 208 (81.64% from 255 or 57.78% from 360); Max value from RGB is 208 - color contains mainly: blue. Hex color #1088D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1088D0 is #EF772F. Grayscale: #6B6B6B. Windows color (decimal): -15693616 or 13666320. OLE color: 13666320.
HSL color Cylindrical-coordinate representation of color #1088D0: hue angle of 202.5º 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 #1088D0 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 136 | 208 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.18 |
| HSL | 202.5º | 0.86% | 0.44% | - |
| HSV(B) | 202.5º | 0.92% | 0.82% | - |
| XYZ | 20.4 | 22.27 | 62.9 | - |
| YUV | 108.33 | 184.24 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 136 | 208 | 0.92 | 0.35 | 0 | 0.18 | 202.5 | 0.86 | 0.44 |
| Hex | 10 | 88 | D0 | 5C | 23 | 0 | 12 | CA | 56 | 2C |
| Octal | 20 | 210 | 320 | 134 | 43 | 0 | 22 | 312 | 126 | 54 |
| Binary | 10000 | 10001000 | 11010000 | 1011100 | 100011 | 0 | 10010 | 11001010 | 1010110 | 101100 |
Color Harmonies of #1088D0
Complementary color
Monochromatic Colors of #1088D0
Black with #1088D0
Text Example
Text Example
White with #1088D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1088D0; }
p { color: rgb(16,136,208); }
H1.HeaderClassName
{
color: #1088D0;
}
.AnyTagClassName
{
color: #1088D0;
}
</style>
background-color css
<style>
a { background-color: #1088D0; }
a { background-color: rgb(16,136,208); }
div.DivClassName
{
background-color: #1088D0;
}
.BgClassName
{
background-color: #1088D0;
}
</style>
border-color css
<style>
span { border-color: #1088D0; }
span { border-color: rgb(16,136,208); }
td.TdClassName
{
border-color: #1088D0;
}
.TagClassName
{
border-color: #1088D0;
}
</style>