Shades of Pacific Blue #10A1DD
Tints of Pacific Blue #10A1DD
RGB
CMYK
RGB Variations
Color information
#10A1DD (or 0x10A1DD) is known color: Pacific Blue. HEX triplet: 10, A1 and DD. RGB value is (16,161,221). Sum of RGB (Red+Green+Blue) = 16+161+221=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #10A1DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A1DD is #EF5E22. Grayscale: #7C7C7C. Windows color (decimal): -15687203 or 14524688. OLE color: 14524688.
HSL color Cylindrical-coordinate representation of color #10A1DD: hue angle of 197.56º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A1DD is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 161 | 221 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.13 |
| HSL | 197.56º | 0.86% | 0.46% | - |
| HSV(B) | 197.56º | 0.93% | 0.87% | - |
| XYZ | 26.01 | 30.82 | 72.98 | - |
| YUV | 124.49 | 182.46 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 161 | 221 | 0.93 | 0.27 | 0 | 0.13 | 197.56 | 0.86 | 0.46 |
| Hex | 10 | A1 | DD | 5D | 1B | 0 | D | C6 | 56 | 2E |
| Octal | 20 | 241 | 335 | 135 | 33 | 0 | 15 | 306 | 126 | 56 |
| Binary | 10000 | 10100001 | 11011101 | 1011101 | 11011 | 0 | 1101 | 11000110 | 1010110 | 101110 |
Color Harmonies of #10A1DD
Complementary color
Monochromatic Colors of #10A1DD
Black with #10A1DD
Text Example
Text Example
White with #10A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A1DD; }
p { color: rgb(16,161,221); }
H1.HeaderClassName
{
color: #10A1DD;
}
.AnyTagClassName
{
color: #10A1DD;
}
</style>
background-color css
<style>
a { background-color: #10A1DD; }
a { background-color: rgb(16,161,221); }
div.DivClassName
{
background-color: #10A1DD;
}
.BgClassName
{
background-color: #10A1DD;
}
</style>
border-color css
<style>
span { border-color: #10A1DD; }
span { border-color: rgb(16,161,221); }
td.TdClassName
{
border-color: #10A1DD;
}
.TagClassName
{
border-color: #10A1DD;
}
</style>