Shades of Pacific Blue #10A1CD
Tints of Pacific Blue #10A1CD
RGB
CMYK
RGB Variations
Color information
#10A1CD (or 0x10A1CD) is known color: Pacific Blue. HEX triplet: 10, A1 and CD. RGB value is (16,161,205). Sum of RGB (Red+Green+Blue) = 16+161+205=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #10A1CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A1CD is #EF5E32. Grayscale: #7A7A7A. Windows color (decimal): -15687219 or 13476112. OLE color: 13476112.
HSL color Cylindrical-coordinate representation of color #10A1CD: hue angle of 193.97º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A1CD is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 161 | 205 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.20 |
| HSL | 193.97º | 0.86% | 0.43% | - |
| HSV(B) | 193.97º | 0.92% | 0.8% | - |
| XYZ | 23.98 | 30.01 | 62.29 | - |
| YUV | 122.66 | 174.46 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 161 | 205 | 0.92 | 0.21 | 0 | 0.20 | 193.97 | 0.86 | 0.43 |
| Hex | 10 | A1 | CD | 5C | 15 | 0 | 14 | C2 | 56 | 2B |
| Octal | 20 | 241 | 315 | 134 | 25 | 0 | 24 | 302 | 126 | 53 |
| Binary | 10000 | 10100001 | 11001101 | 1011100 | 10101 | 0 | 10100 | 11000010 | 1010110 | 101011 |
Color Harmonies of #10A1CD
Complementary color
Monochromatic Colors of #10A1CD
Black with #10A1CD
Text Example
Text Example
White with #10A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A1CD; }
p { color: rgb(16,161,205); }
H1.HeaderClassName
{
color: #10A1CD;
}
.AnyTagClassName
{
color: #10A1CD;
}
</style>
background-color css
<style>
a { background-color: #10A1CD; }
a { background-color: rgb(16,161,205); }
div.DivClassName
{
background-color: #10A1CD;
}
.BgClassName
{
background-color: #10A1CD;
}
</style>
border-color css
<style>
span { border-color: #10A1CD; }
span { border-color: rgb(16,161,205); }
td.TdClassName
{
border-color: #10A1CD;
}
.TagClassName
{
border-color: #10A1CD;
}
</style>