Shades of Pacific Blue #10A6BD
Tints of Pacific Blue #10A6BD
RGB
CMYK
RGB Variations
Color information
#10A6BD (or 0x10A6BD) is known color: Pacific Blue. HEX triplet: 10, A6 and BD. RGB value is (16,166,189). Sum of RGB (Red+Green+Blue) = 16+166+189=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #10A6BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A6BD is #EF5942. Grayscale: #7B7B7B. Windows color (decimal): -15685955 or 12428816. OLE color: 12428816.
HSL color Cylindrical-coordinate representation of color #10A6BD: hue angle of 187.98º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A6BD is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 166 | 189 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.26 |
| HSL | 187.98º | 0.84% | 0.4% | - |
| HSV(B) | 187.98º | 0.92% | 0.74% | - |
| XYZ | 23.04 | 31.06 | 52.92 | - |
| YUV | 123.77 | 164.81 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 189 | 0.92 | 0.12 | 0 | 0.26 | 187.98 | 0.84 | 0.4 |
| Hex | 10 | A6 | BD | 5C | C | 0 | 1A | BC | 54 | 28 |
| Octal | 20 | 246 | 275 | 134 | 14 | 0 | 32 | 274 | 124 | 50 |
| Binary | 10000 | 10100110 | 10111101 | 1011100 | 1100 | 0 | 11010 | 10111100 | 1010100 | 101000 |
Color Harmonies of #10A6BD
Complementary color
Monochromatic Colors of #10A6BD
Black with #10A6BD
Text Example
Text Example
White with #10A6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A6BD; }
p { color: rgb(16,166,189); }
H1.HeaderClassName
{
color: #10A6BD;
}
.AnyTagClassName
{
color: #10A6BD;
}
</style>
background-color css
<style>
a { background-color: #10A6BD; }
a { background-color: rgb(16,166,189); }
div.DivClassName
{
background-color: #10A6BD;
}
.BgClassName
{
background-color: #10A6BD;
}
</style>
border-color css
<style>
span { border-color: #10A6BD; }
span { border-color: rgb(16,166,189); }
td.TdClassName
{
border-color: #10A6BD;
}
.TagClassName
{
border-color: #10A6BD;
}
</style>