Shades of Pacific Blue #10A5CF
Tints of Pacific Blue #10A5CF
RGB
CMYK
RGB Variations
Color information
#10A5CF (or 0x10A5CF) is known color: Pacific Blue. HEX triplet: 10, A5 and CF. RGB value is (16,165,207). Sum of RGB (Red+Green+Blue) = 16+165+207=388 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.12% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #10A5CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A5CF is #EF5A30. Grayscale: #7C7C7C. Windows color (decimal): -15686193 or 13608208. OLE color: 13608208.
HSL color Cylindrical-coordinate representation of color #10A5CF: hue angle of 193.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A5CF is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 165 | 207 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.19 |
| HSL | 193.19º | 0.86% | 0.44% | - |
| HSV(B) | 193.19º | 0.92% | 0.81% | - |
| XYZ | 24.93 | 31.53 | 63.8 | - |
| YUV | 125.24 | 174.14 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 165 | 207 | 0.92 | 0.20 | 0 | 0.19 | 193.19 | 0.86 | 0.44 |
| Hex | 10 | A5 | CF | 5C | 14 | 0 | 13 | C1 | 56 | 2C |
| Octal | 20 | 245 | 317 | 134 | 24 | 0 | 23 | 301 | 126 | 54 |
| Binary | 10000 | 10100101 | 11001111 | 1011100 | 10100 | 0 | 10011 | 11000001 | 1010110 | 101100 |
Color Harmonies of #10A5CF
Complementary color
Monochromatic Colors of #10A5CF
Black with #10A5CF
Text Example
Text Example
White with #10A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A5CF; }
p { color: rgb(16,165,207); }
H1.HeaderClassName
{
color: #10A5CF;
}
.AnyTagClassName
{
color: #10A5CF;
}
</style>
background-color css
<style>
a { background-color: #10A5CF; }
a { background-color: rgb(16,165,207); }
div.DivClassName
{
background-color: #10A5CF;
}
.BgClassName
{
background-color: #10A5CF;
}
</style>
border-color css
<style>
span { border-color: #10A5CF; }
span { border-color: rgb(16,165,207); }
td.TdClassName
{
border-color: #10A5CF;
}
.TagClassName
{
border-color: #10A5CF;
}
</style>