Shades of Pacific Blue #10A0D1
Tints of Pacific Blue #10A0D1
RGB
CMYK
RGB Variations
Color information
#10A0D1 (or 0x10A0D1) is known color: Pacific Blue. HEX triplet: 10, A0 and D1. RGB value is (16,160,209). Sum of RGB (Red+Green+Blue) = 16+160+209=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #10A0D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A0D1 is #EF5F2E. Grayscale: #7A7A7A. Windows color (decimal): -15687471 or 13738000. OLE color: 13738000.
HSL color Cylindrical-coordinate representation of color #10A0D1: hue angle of 195.23º 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 #10A0D1 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 160 | 209 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.18 |
| HSL | 195.23º | 0.86% | 0.44% | - |
| HSV(B) | 195.23º | 0.92% | 0.82% | - |
| XYZ | 24.29 | 29.86 | 64.8 | - |
| YUV | 122.53 | 176.79 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 160 | 209 | 0.92 | 0.23 | 0 | 0.18 | 195.23 | 0.86 | 0.44 |
| Hex | 10 | A0 | D1 | 5C | 17 | 0 | 12 | C3 | 56 | 2C |
| Octal | 20 | 240 | 321 | 134 | 27 | 0 | 22 | 303 | 126 | 54 |
| Binary | 10000 | 10100000 | 11010001 | 1011100 | 10111 | 0 | 10010 | 11000011 | 1010110 | 101100 |
Color Harmonies of #10A0D1
Complementary color
Monochromatic Colors of #10A0D1
Black with #10A0D1
Text Example
Text Example
White with #10A0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A0D1; }
p { color: rgb(16,160,209); }
H1.HeaderClassName
{
color: #10A0D1;
}
.AnyTagClassName
{
color: #10A0D1;
}
</style>
background-color css
<style>
a { background-color: #10A0D1; }
a { background-color: rgb(16,160,209); }
div.DivClassName
{
background-color: #10A0D1;
}
.BgClassName
{
background-color: #10A0D1;
}
</style>
border-color css
<style>
span { border-color: #10A0D1; }
span { border-color: rgb(16,160,209); }
td.TdClassName
{
border-color: #10A0D1;
}
.TagClassName
{
border-color: #10A0D1;
}
</style>